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