1. Let U = {l, 2, 3, 4, 5, 6, 7, 8, 9, and 10} be a universal set. Let A, B, C such that A= {l, 3, 4, 8},
B = {2, 3, 4, 5, 9, 10}, and C = {3, 5, 7, 9, 10}. Use bit representations
for A, B, and C together with UNION,
INTER, DIFF, and COMP to find the bit representation for the following:
(a) AU B
(b) An B n C
(f)) (AU C) n B
(d) (A - B) UC
(e) An (B - (C n B))
(f) A - (B - C)
(g) (AU B) U (C - B)