Question: In a hybrid set scenario, if set C = {a, b, c} and set D = {b, c, d}, what is the symmetric difference of sets C and D?
Options:
Correct Answer: {a, d}
Solution:
The symmetric difference includes elements that are in either set C or set D but not in both, which are {a, d}.