Home » Aptitude » Sets and Functions » Question
  1. 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).
    1. {c}
    2. {a}
    3. {b}
    4. {d}
Correct Option: A

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 }.



Your comments will be displayed only after manual approval.