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