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