asked 178k views
25 votes
Set A = {2, 4, 5}

Set B = {2, 6, 11}

What is A U B?

2 Answers

1 vote

Answer:

A ∪ B = {2, 4, 5, 6, 11}

Explanation:

The union of 2 sets means the combined set will have the elements of both Set A and Set B. Also note that any common element is not repeated, it is only written once.

  • Set A = {2, 4, 5}
  • Set B = {2, 6, 11}

A ∪ B = {2, 4, 5, 6, 11}

answered
User Andrew Hancox
by
7.3k points
7 votes

Answer:

A U B = {2, 4, 5, 6, 11}

Explanation:

The union of two sets is a set that contains every element that is in either set.

Set A = {2, 4, 5}

Set B = {2, 6, 11}

A U B = {2, 4, 5, 6, 11}

answered
User Sever
by
8.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.