Question: If set X contains {1, 2, 3} and set Y contains {3, 4, 5}, what is the hybrid set formed by the union of X and Y?
Options:
Correct Answer: {1, 2, 3, 4, 5}
Solution:
The union of set X and set Y includes all unique elements from both sets, resulting in {1, 2, 3, 4, 5}.