Question 766212: Perform the given set operation. Let
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}.
(Enter your answers as a comma-separated list. Enter EMPTY for the empty set.)
{x | x is a multiple of 2} union {x is a multiple of 5}
Answer by ramkikk66(644) (Show Source):
You can put this solution on YOUR website!
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}.
(Enter your answers as a comma-separated list. Enter EMPTY for the empty set.)
{x | x is a multiple of 2} union {x is a multiple of 5}
A = {x | x is a multiple of 2} = {2,4,6,8,10}
B = {x | x is a multiple of 5} = {5,10}
Union of 2 sets, simply defined, is the set of numbers that are in either of the
sets.
A U B = {2,4,5,6,8,10}
:)
|
|
|