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