Question: What is the union of the sets {1, 2} and {2, 3}?
Options:
Correct Answer: {1, 2, 3}
Solution:
The union of two sets includes all elements from both sets without duplicates. Thus, {1, 2} ∪ {2, 3} = {1, 2, 3}.