Home » Aptitude » Sets and Functions

If U = {a, b, c, d, e, f}, A = {a, b, c}, B = {c, d, e, f}, C = {c, d, e}, find (A ∩ B) ∪ (A ∩ C).

Correct Answer: {c}

Explanation:

A ∩ B = {a, b, c} ∩ {c, d, e, f}
A ∩ B = { c }
A ∩ C = { a, b, c } ∩ { c, d, e }
A ∩ C = { c }
∴ (A ∩ B) ∪ (A ∩ C) = { c }.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion