If A = {a,b,c}, B = {a,b,c,d,e} and C = {a,b,c,d,e,f}. Find (A∪B)∩(A∪C)
{a,b,c,d}
{a,b,c,d,e}
{a,b,c,d,e,f}
{a,b,c}
Φ
Correct answer is B
A = {a, b, c}; B = {a, b, c, d, e}; C = {a, b, c, d, e, f}
(A \(\cup\) B) = {a, b, c, d, e}
(A \(\cup\) C) = {a, b, c, d, e, f}
(A \(\cup\) B) \(\cap\) (A \(\cup\) C) = {a, b, c, d, e}