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 set X and set Y?
Options:
Correct Answer: {1, 2, 3, 4, 5}
Solution:
The hybrid set formed by the union of set X and set Y includes all unique elements from both sets, which are {1, 2, 3, 4, 5}.