Question: In a hybrid set, if the elements are {1, 2, 3} and {3, 4, 5}, what is the difference between the two sets?
Options:
Correct Answer: {1, 2}
Solution:
The difference between the two sets includes elements that are in the first set but not in the second, which is {1, 2}.