Question 405 of 480
Given A = {1, 3, 5, 8} and C = {2, 4, 6, 8}, what is A ∪ C?
- {8}
- {1, 2, 3, 4, 5, 6, 8}
- {1, 3, 5, 2, 4, 6}
- {1, 2, 3, 4, 5, 6, 7, 8}
Correct Answer:
B
Explanation
The union combines all unique elements from both sets: 1, 3, 5, 8 from A and 2, 4, 6 from C.