Question 406 of 480
For B = {3, 5, 7} and (A ∪ C) = {1,2,3,4,5,6,8}, what is B ∩ (A ∪ C)?
- {3, 5}
- {3, 5, 7}
- {1, 2, 3, 4, 5, 6, 7, 8}
- {7}
Correct Answer:
A
Explanation
The intersection finds elements common to B and the union set. The common elements are 3 and 5. 7 is not in (A ∪ C).