99.4k views
5 votes
A = {1, 3, 5, 7, 9}

B = {2, 4, 6, 8, 10}
C = {1, 5, 6, 7, 9}
A ∩ (B ∩ C) =

A) {1, 3, 5, 6, 7, 9}
B) {1, 2, 3, 4, 5, 6, 7, 8, 9}
C) {}

User Cljk
by
5.1k points

2 Answers

4 votes

The intersection of two sets is a new set that contains all of the elements that are in both sets

A = {1, 3, 5, 7, 9}

B = {2, 4, 6, 8, 10}

C = {1, 5, 6, 7, 9}

Set B and C has 6 in both sets

B ∩ C = {6}

A ∩ (B ∩ C) = {}

Answer: C) {}

User Loveen Dyall
by
5.0k points
2 votes

The upside down U means the numbers the sets have in common.

Do what is in parenthesis first:

(B ∩ C) = 6 is the only common number in set B and Set C.

A ∩ (B ∩ C) = Would be all the numbers in A plus the number 6 from (B ∩ C).

The answer would be A) {1, 3, 5, 6, 7, 9}

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