Home » Aptitude » Sets and Functions

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)

Correct Answer: {7}

Explanation:

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


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion