123k views
5 votes
If set A = {3, 4, 7, 9}, set B = {8, 9, 10, 11}, and set C = {4, 9, 11, 13, 15}, then A∩(B∪C) =

{}
{4, 9}
{3, 4, 7, 9, 11}

User Nadine
by
5.7k points

1 Answer

3 votes

A = {3, 4, 7, 9}

B = {8, 9, 10, 11}

C = {4, 9, 11, 13, 15}

A∩(B∪C)

First let's solve parentheses, we want the union between B and C.

B∪C = {4, 8, 9, 10, 11, 13, 15}

Now we want the interception between A and this, which means we want just the value which appears in both.

A∩{4, 8, 9, 10, 11, 13, 15} = {4, 9}

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