Write down all derangements of the set \left\{ a,b,c,d \right\} and show that the number of derangements is the same as predicted by the recurrence D(n) = (n - 1)(D(n - 2) + D(n - 1)) with initial values D(1) = 0 and D(2) = 1. Hint: a derangement is a permutation of an ordered set where no element is in the same place as before. Example: \left\{ b,a,d,c \right\} is a derangement of \left\{ a,b,c,d \right\} because all of the letters positions have changed.
Consider a relation R on a set A = { 2, 4, 7 }.
Given the relation R = { (2, 2), (2, 4), (2, 7), (4, 7}. Find:
1. Complement of a Relation
_____________________________________________________
_____________________________________________________
2. Inverse of a Relation
__________________________________________________________________________________________________________
3. Composite Product R o S and S o R ; S = { (1, 2), (2, 4), (2, 7) }
4. For each of these intervals, list all its elements or explain why it is empty. a) [a, a] b) [a, a) c) (a, a] d) (a, a) e) (a, b), where a > b f ) [a, b], where a > b
If 1 + 2 = 3, then 3 is odd.
There is a set X = {1, 2, 3, 4, 5}. Find the sets A, B, C such that A ⊆ X, B ⊆ X,
C ⊆ X,
(A ∪ B) ⊆ (A ∩ C)
and C 6⊆ B.
1. Let A = { 2, 3 }, and B = { 3, 4, 5, 6 }
Let R be a relation from A to B where
R = {(x, y) “x exactly divides y”}
Enumerate the following:
A. elements of R; R = { ______, ______, ______, ______ }
rewrite R as a table.
A B
2. Let R be a relation on A = { 1, 2, 3 } defined by
R = { (x, y) l x ≤ y ˄ x, y ∈ A }
Identify the domain and range of the relation R.
Simplify the following expression algebraically. Write your answer on the space provided.
[ (A ∩ B) U (A ∩ B ∩ C’ ∩ D) ] ∩ (A’ ∩ B)
Steps:
Reasons:
Solve the recurrence relation A(n) = 6A(n - 1) - 11A(n - 2) + 6A(n - 3) subject to initial values A(1) = 2, A(2) = 6, A(3) = 20.
2. Use set builder notation to give a description of each of
these sets.
a) {0, 3, 6, 9, 12}
b) {−3, −2, −1, 0, 1, 2, 3}
c) {m, n, o, p}
Choose any positive integer. Powers of two here are not very interesting, so choose something else.
If the number you have chosen is even, divide it by two. If it's odd, multiply it by three and add one.
Now, with the result, repeat the same process. If the number is even divide it by two. If it's odd multiply it by three and add one. Keep repeating this process on the outcome. You will generate (*recursively*) a sequence of positive integers.
Present your sequence so others can compare it with their own. It would be useful to answer this part early in the week. That way others can use your data to help answer (2).
What do you observe? Make a (wild) conjecture based on your observation.
Try a different starting number and see if the same thing happens.
[Optional] Experiment further. Try starting with a negative number. Try a slightly different sequence.
[Optional] How *might* you start to prove your conjecture. (n.b. a proof is not needed here).