Question: If A = {1, 2, 3} and B = {3, 4, 5}, what is A - B?
Options:
Correct Answer: {1, 2}
Solution:
The difference of sets A and B, A - B, contains elements that are in A but not in B. Here, A - B = {1, 2}.