48.4k 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
4.2k points