Let A = {a, b, c, e, f} B = {c, d, e, g} and C = {b, c, f, g} be subsets of the set U = {a, b, c, d, e, f, g, h}.
(i) A ∩ B
(ii) A ∪ (B ∩ C)
(iii) A – B
(iv) B – A
(v) A – (B ∩ C)
(vi) (B – C) ∪ (C – B)
(i) AB will contain the common elements of A and B
AB = {c, e}
(ii) AU(BC)
BC = {c, d, g}
AU(BC) = {a, b, c, d, e, f, g}
(iii) A - B implies the set of all elements in A that are not in B
A - B = {a, b, f}
(iv) B - A implies the set of all elements in B that are not in A
B - A = {d, g}
(v) A - (BC) denotes elements of A that are not in B
C
A - (BC) = {a, b, e, f}
(vi) (B - C)U(C - B) implies the union of sets B - C and C - B
B - C = {d, e}
C - B = {b, f}
(B - C)U(C - B) = {b, d, e, f}