Let A = {1, 2, 9, 13, 17} and B = {9, 10, 13, 15, 17}. What is A ∩ B?
Note
A ∩ B means the elements common to both sets. Check each element and keep only those appearing in both A and B. The intersection keeps only the elements shared by both sets. Elements that appear in just one set are left out. The correct answer is {9, 13, 17}, which matches the calculation or reasoning shown.
