First, let's explicitly list the elements of each set:
U={1,2,3,4,5,6,7,8,9} A={1,2,3,4,5} B={4,5,6,7} C={5,6,7,8,9} D={1,3,5,7,9} (odd numbers in U) E={2,4,6,8} (even numbers) F={1,5,9} (a)
A∪B={1,2,3,4,5,6,7} A∩B={4,5} Uc=∅ (complement of U with respect to U is empty) A∖B={1,2,3} B∖A={6,7} D∖E={1,3,5,7,9} (D∖E=D since D and E are disjoint) F∖D=∅ (b)
AΔB=(A∖B)∪(B∖A)={1,2,3}∪{6,7}={1,2,3,6,7} CΔD=(C∖D)∪(D∖C)={6,8}∪{1,3}={1,3,6,8} EΔF=(E∖F)∪(F∖E)={2,4,6,8}∪{1,5,9}={1,2,4,5,6,8,9} (c)
B∪E={2,4,5,6,7,8} A∩(B∪E)={1,2,3,4,5}∩{2,4,5,6,7,8}={2,4,5} A∖B={1,2,3} (A∖B)c=U∖(A∖B)={1,2,3,4,5,6,7,8,9}∖{1,2,3}={4,5,6,7,8,9} A∩D={1,2,3,4,5}∩{1,3,5,7,9}={1,3,5} (A∩D)∖B={1,3,5}∖{4,5,6,7}={1,3} B∩F={4,5,6,7}∩{1,5,9}={5} C∩E={5,6,7,8,9}∩{2,4,6,8}={6,8} (B∩F)∪(C∩E)={5}∪{6,8}={5,6,8} B×F={(4,1),(4,5),(4,9),(5,1),(5,5),(5,9),(6,1),(6,5),(6,9),(7,1),(7,5),(7,9)}