Question: If set R = {1, 2, 3, 4, 5} and set S = {4, 5, 6, 7}, what is the symmetric difference of sets R and S?
Options:
Correct Answer: {1, 2, 3, 6, 7}
Solution:
The symmetric difference of sets R and S includes elements that are in either set but not in both. Thus, it is {1, 2, 3, 6, 7}.