227k views
0 votes
A = (0,5, 10, 15)
B = (-4,2,0,7,10)
Find the union of
A and B

User Dhj
by
7.8k points

1 Answer

2 votes

Explanation:

The union of sets is the set of all elements in the collection.


A=\{0,\ 5,\ 10, 15\}\\\\B=\{-4,\ 2,\ 0,\ 7,\ 10\}\\\\A\ \cup\ B=\{-4,\ 0,\ 2,\ 5,\ 7,\ 10,\ 15\}

User Omuthu
by
7.8k points