Question: What is the intersection of the sets A = {1, 2, 3} and B = {2, 3, 4}?
Options:
Correct Answer: {2, 3}
Solution:
The intersection of two sets includes only the elements that are present in both sets. Here, the intersection is {2, 3}.