Answer:
a) {5, 6}
b) {2, 3, 4, 5, 6, 7, 8, 9}
c) {0, 1, 7, 8, 9}
d) {0, 1, 2, 3, 4}
Explanation:
The intersection of sets is the set of elements common to both. The union of sets is the set of all elements that are part of either set. The complement of a set is the set of elements in the universal set that are not in the set of interest.
__
A∩B
{2,3,4,5,6} ∩ {5,6,7,8,9} = {5, 6}
__
A ∪ B
{2,3,4,5,6} ∪ {5,6,7,8,9} = {2,3,4,5,6,7,8,9}
__
A'
U -A = {0,1,2,3,4,5,6,7,8,9} -{2,3,4,5,6} = {0,1,7,8,9}
__
B'
U -B = {0,1,2,3,4,5,6,7,8,9} -{5,6,7,8,9} = {0,1,2,3,4}