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