10. Give an expression for the following Venn Diagram. (5 points)
11. Are the following true or false. Explain. (10 points each)
a) If A is a subset of B then A union C is a subset of B union C
b) For all sets A & B, if for all sets C, C intersect A = C intersect B
then A = B.
12. What is the power set of the set { 0, {0}, {1}, {} }? (10 points)
13. Show that each of the following is false. Explain. (10 points each)
a) If A is a subset of B then A intersect ( B intersect C)c is
not empty.
b) If A is a subset of B then Ac is a subset of Bc.
14. If you roll a pair of dice then what is the chance that the sum
is under 5? (10 points)
15. Given a set of 16 parents, in how many ways can 2 coaches, 3 assistant
coaches, and a score keeper be chosen? (10 points)
16. If 5 boards out of 20 are bad, what is the chance that a sample of six will have at least 3 bad
boards? (10 points)
17. How many distinct letter sequences can be made using each of the
letters in the word MISUNDERSTANDINGS once? (5 points)
18. Given a standard 52 card deck, how many different 5 card hands are there with
three of a kind ( XXXYZ)? ( 10 points)
19. Draw a graph with the following adjacency matrix. (10 points)
|
1 |
0 |
1 |
2 |
|
0 |
0 |
1 |
0 |
|
0 |
2 |
1 |
2 |
|
0 |
1 |
1 |
0 |
26. Describe how to find the number of paths of length
6 from vertex 3 to vertex 9. (10 points)
27. Draw a forest with 4 trees. (5 points)
28. Describe how to find a minimal spanning tree
for the following graph. (20 points)
29. Explain why the set of fractions a/b with b not 0 with the following
relation is or is not an equivalence relation. (10 points)
a/b R c/d iff a*c = b*d
30. Find a formula for each of the following recursive sequences.
( 10 points each)
a) a1 = 2, k over 1 ak = 2 ak-1 + 3
b) a1 = 2, a2 = 4, for k over 2 use
ak = 2 ak-1 - ak-2
c) a0 = 0, a1 = 1, for k over 1 use
ak = 5 ak-1 - 6 ak-2
31. Show that the following is an equivalence relation
and give the equivalence classes. ( 20 points)
On the positive integers mRn iff 4 | (m-n)
32. Does symmetric & transitive guarantee reflexive? Why?
Explain. (10 points)
33. What are the requirements for a function to have an inverse? Why is each of the requirements needed?
(10 (points)