107k views
0 votes
If set a is 12345 and Set B is 23 find a union B and find a intersection b​

User Rlpowell
by
6.7k points

1 Answer

5 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 Mathieu Marques
by
7.2k points