94.6k views
4 votes
What is the intersection of the three sets: A = {0, 2, 3, 6, 8}, B = {2, 3, 6, 8, 9}, and C = {1, 2, 4, 8, 9}? A. {2, 8, 9} B. {2, 6, 8} C. {2, 8} D. {0, 1, 2, 3, 4, 6, 8, 9}

2 Answers

4 votes
The correct answers is {2,8}
User Ayaz
by
6.8k points
5 votes

Answer:

{2,8}

Explanation:

This is the same thing as asking what element (in this case what number) is in all 3 sets.

0 isn't in all 3 sets because it isn't in B.

2 is in all 3 sets

3 isn't because it isn't in C

4 isn't in A.

6 isn't in C.

8 is in all 3 sets.

9 isn't in A

So the elements that are in the 3 sets are {2,8}.

User Anilech
by
6.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.