190k views
2 votes
A = {multiples of 3 between 20 and 32}

B = {odd numbers between 20 and 32}
C = {even numbers between 20 and 32}
a) List the members of A U B​

A = {multiples of 3 between 20 and 32} B = {odd numbers between 20 and 32} C = {even-example-1
User Jacobsee
by
4.2k points

2 Answers

6 votes

Answer:

A={21,24,27,30}

B={21,27}

C={24,30}

Explanation:

a)A U B={21,24,27,30}

b)A n C ={24,30}

User Ben Browitt
by
4.4k points
4 votes

9514 1404 393

Answer:

A ∪ B = {21, 23, 24, 25, 27, 29, 30, 31}

A ∩ C = {24, 30}

Explanation:

A = {21, 24, 27, 30} . . . . . . . . . . . . . multiples of 3

B = {21, 23, 25, 27, 29, 31} . . . . . . . odd numbers

C = {20, 22, 24, 26, 28, 30, 32} . . . even numbers

The union is the list of numbers in either set.

A ∪ B = {21, 23, 24, 25, 27, 29, 30, 31}

The intersection is the list of numbers in both sets.

A ∩ C = {24, 30}

User Aghyad Algllad
by
3.7k points