48.5k views
4 votes
A = {1, 2, 5, 7}
B = {3, 4, 6, 7}
C = {0, 5, 8, 9}
Find A U B U C.

1 Answer

2 votes

Answer: In set theory, the union (denoted by ∪) of a collection of sets is the set of all elements in the collection. It is one of the fundamental operations through which sets can be combined and related to each other.

A U B U C = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }

Explanation:

A = {1, 2, 5, 7}

B = {3, 4, 6, 7}

C = {0, 5, 8, 9}

A U B U C = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }

User Superlazy
by
8.1k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories