81.1k views
1 vote
R = {10, 15, 20}

S = {20, 25}

R ∪ S =

User Aulana
by
8.0k points

2 Answers

7 votes

Answer:The union of two sets, denoted as R ∪ S, represents the combination of all unique elements from both sets.

Given:

R = {10, 15, 20}

S = {20, 25}

To find the union R ∪ S, we combine all the elements from both sets, making sure to remove any duplicates.

The union of R and S is: {10, 15, 20, 25}

Therefore, R ∪ S = {10, 15, 20, 25}.

Explanation:

User Nilotpal
by
7.1k points
5 votes


R\cup S=\{10,15,20,25\}

User Bulkin
by
9.1k points

No related questions found