How many subsets exist for the given set?
A= { Mary, Harry, Larry, Berry}
16
We use the law:
2 to the power of k elements.
2 to the power of 4 = 16
Determine whether the sets are “equal” or “equivalent” :
{ 6, 17, 55 } , { G, H, Z}
Equivalent .
Because they only have the same number of elements.
Find the union of the two sets:
A = {1, 3 , 5, 6, 8}
B = {2, 3, 6, 7, 8}
A U B = { 1, 2, 3, 5, 6, 7, 8}
Find the intersection of the two sets:
A = {1, 3, 5, 6, 8}
B = {2, 3, 6, 7, 8}
A ∩ B = { 3, 6, 8}
What is a “set” ?
A. Collection of objects B. Well-defined collection of objects C. Elements of the set D. Descriprion E. Collection
B. Well-defined collection of objects