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. A ∩ B
    4. C
Correct Option: D

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



Your comments will be displayed only after manual approval.