Home » Aptitude » Sets and Functions » Question
  1. Let A = {x: x ∈ N ∧ x is a multiple of 2}
    B = {x: x ∈ N ∧ x is a multiple of 5}
    C = {x: x ∈ N ∧ x is a multiple of 10}
    Describe the set A ∩ (B ∪ C)
    1. A
    2. B
    3. C
    4. None of these
Correct Option: C

B = {5, 10, 15,…}
C = {10, 20, 30,…}
B ∪ C = {5, 10, 15,…} ∪ {10, 20, 30,…}
B ∪ C = {5, 10, 15,…}
∴ A ∩ (B ∩ C) = {2, 4, 6,…} ∩ {5, 10, 15,…} = {10, 20, 20,…} = C.



Your comments will be displayed only after manual approval.