Question: If set T = {1, 2, 3} and set U = {2, 3, 4}, what is the hybrid set formed by the symmetric difference of T and U?
Options:
Correct Answer: {1, 4}
Solution:
The symmetric difference of sets T and U is {1, 4}, which includes elements that are in either set but not in both.