81,463 views
27 votes
27 votes
If set a is 12345 and Set B is 23 find a union B and find a intersection b​

User Cyram
by
2.7k points

1 Answer

8 votes
8 votes

Answer:

a union b= {1,2,3,4,5}

a intersection b ={2,3}

Explanation:

The union of two sets A and B is a set that contains all the elements of A and B and is denoted by A U B

the set composed of all elements that belong to both A and B is A intersection B (A ∩ B)

User Patchwork
by
3.3k points