Home » Aptitude » Sets and Functions » Question
  1. If A = {a, b}, B = {2, 3, 5, 6, 7} and C = {5, 6, 7, 8, 9}, find A × (B ∩ C).
    1. A
    2. ϕ
    3. {(5, a), (6, a), (7, a), (5, b), (6, b), (7, b)}
    4. {(a, 5), (a, 6), (a, 7), (b, 5), (b, 6), (b, 7)}
Correct Option: D

We have,
(B ∩ C) = {2, 3, 5, 6, 7} ∩ {5, 6, 7, 8, 9}
= {5, 6, 7}
∴ A × (B ∩ C) = {a, b} × {5, 6, 7}
= {(a, 5), (a, 6), (a, 7), (b, 5), (b, 6), (b, 7)}.



Your comments will be displayed only after manual approval.