143k views
12 votes
A = {3, 5, 7, 9} and B = {1, 2, 4, 6, 7, 9}

Find the intersection: A Intersects withB.

{7, 9}

{1, 2, 3, 4, 5, 6, 7, 9}

{1, 3, 5}

{2, 4}

1 Answer

6 votes

Answer:

A∩B={7,9}

Option A is correct option.

Explanation:

We are given:

A = {3, 5, 7, 9} and B = {1, 2, 4, 6, 7, 9}

and we need to find A intersects with B i.e. A∩B

We find A intersects with B, we will consider only those terms that are common in both A and B

So,

A∩B= {3, 5, 7, 9} ∩ {1, 2, 4, 6, 7, 9}

As 7 and 9 are only common in both A an B

A∩B={7,9}

So, we get: A∩B={7,9}

Option A is correct option.

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