Write true or false for the following statement:
Let A = {3,5,7,9,11,13}, B = {3,5,9,11}, C = {5,9,13}.
Every element of C is also an element of A.
Answer: false
Find the number of subsets of the set: {mon, dad, daughter}.
Answer: 8 (using the 2^n formula because there are three elements, so 2^3 equals 8)
Find the number of proper subsets of the set: {xis, day, of, the, week}.
Answer: 31 (using the 2^n formula because there are five elements, so 2^5 equals 32, but we subtract 1 for the empty set)
Let U = {1,2,4,5,a,b,C,d,e}.
Find the complement of the set Q = {2,4,b,d}.
Answer: {1,5,a,C,e}
Solve the problem: List all possible proper subsets of the set {2,6,7}.
Answer: There are possible proper subsets: {}, {2}, {6}, {7}, {2,6}, {2,7}, {6,7}