2.3k views
3 votes
Form the union for the following sets.

X = {0, 10, 100, 1000)
Y = {100, 1000}
XUY=
A{}
B[100, 1000)
C {0, 10, 100, 1000)
D{0, 10)

Now I know that a

union: is a set that contains all elements of the considered sets

so would the answer be C?

User Quintonm
by
8.7k points

1 Answer

5 votes

Answer:

Yes, the answer would be C

Explanation:

Start with set X: {0, 10, 100, 1000}.

Add the elements from set Y to set X: {0, 10, 100, 1000, 100, 1000}.

Remove any duplicate elements: {0, 10, 100, 1000}.

The union of sets X and Y is {0, 10, 100, 1000}.

User TheFastCat
by
8.3k points

Related questions

asked Jul 12, 2024 22.5k views
Recessive asked Jul 12, 2024
by Recessive
7.8k points
1 answer
5 votes
22.5k views
2 answers
1 vote
155k views