Question 767808: 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 | x is a multiple of 3}
Answer by Edwin McCravy(20054) (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 3}
{x | x is a multiple of 2} = {2, 4, 6, 8, 10}
{x | x is a multiple of 3} = {3, 6, 9}
{x | x is a multiple of 2} union {x | is a multiple of 3} =
{2, 4, 6, 8, 10} U {3, 6, 9} = {2, 3, 4, 6, 8, 9, 10}
"Union" means to combine the sets into one.
Edwin
|
|
|