Question: If set F contains elements {a, b, c} and set G contains elements {b, c, d}, what is the intersection of sets F and G?
Options:
Correct Answer: {b, c}
Solution:
The intersection of sets F and G includes only the elements that are present in both sets, which are {b, c}.