Question: If set T = {1, 2, 3} and set U = {2, 3, 4}, what is the difference T - U?
Options:
Correct Answer: {1}
Solution:
The difference T - U includes elements that are in set T but not in set U, which is {1}.