We have
U={0,1,2,3,4,5,6,7,8}
A={0,2,4,6,8}
B={1,3,5,7}
C={3,4,5,6}
Then let's calculate the complements
A'={1,3,5,7}
B'={0,2,4,6,8}
C'={0,1,2,7,8}
∪ means union that means that we need to put together both sets in the new set
∩ means intersection that means the new set will be composed only by the elements that share both sets that are intersecting
a.
b.
c.
d.
e.
f.
g.