10.9k views
5 votes
Form the union for the following sets.

R = {10, 15, 20}

S = {20, 25}

R ∪ S =

User KeySee
by
5.6k points

2 Answers

6 votes

Answer:

the answer is R U S = {10,15,20,25}

User RScottCarson
by
6.0k points
6 votes

The Answer is {10, 15, 20, 25}

The Union of two sets means you combine the two sets. However, each number will only be counted once. This means that if you have the sets

A = {1, 2} and

B = {2, 3}

The union of the two would be

A∪B {1,2, 3}

So, all you need to do is combine the two sets, and then remove any duplicates.

User AnIBMer
by
5.3k points