I have 3 sets A,B,C. I will need to find Union (intersection(A,B), intersection(B,C), intersection(B,C) )
(A ∩ B) ∪ (B ∩ C) ∪ (A ∩ C) in set notation.
Is it po