111k views
4 votes
What is the the union for the following sets.

X = {0, 10, 100, 1000}

Y = {100, 1000}

X ∪ Y =

User ActiveX
by
6.6k points

1 Answer

3 votes

Answer:

X ∪ Y = {0, 10, 100, 1000}

Explanation:

Y is a subset of X, so the union of the two sets is the same as set X:

{0, 10, 100, 1000}

User ChallengeAccepted
by
6.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.