Home » Aptitude » Sets and Functions » Question
  1. If U = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11},
    A = {2, 4, 7},
    B = {3, 5, 7, 9, 11} and
    C = {7, 8, 9, 10, 11}.
    compute: (A ∩ U) ∩ (B ∪ C)
    1. {7}
    2. {9}
    3. {6}
    4. {5}
Correct Option: A

A ∩ U = {2, 4, 7} ∩ {2, 3, 4, 5, 6, 7, 8, 9, 10, 11}
A ∩ U = {2, 4, 7};
B ∪ C = {3, 5, 7, 9, 11} ∪ {7, 8, 9, 10, 11}.
B ∪ C = {3, 5, 7, 8, 9, 10, 11}.
Then (A ∩ U) ∩ (B ∪ C) = {2, 4, 7,} ∩ {3, 5, 7, 8, 9, 10, 11}
(A ∩ U) ∩ (B ∪ C) = {7}.



Your comments will be displayed only after manual approval.