document.write( "Question 767808: Perform the given set operation. Let
\n" );
document.write( "U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}.
\n" );
document.write( " (Enter your answers as a comma-separated list. Enter EMPTY for the empty set.)
\n" );
document.write( "{x | x is a multiple of 2} union {x | x is a multiple of 3} \n" );
document.write( "
Algebra.Com's Answer #467859 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}. \n" ); document.write( " (Enter your answers as a comma-separated list. Enter EMPTY for the empty set.) \n" ); document.write( " {x | x is a multiple of 2} union {x | is a multiple of 3} \n" ); document.write( " \r\n" ); document.write( " {x | x is a multiple of 2} = {2, 4, 6, 8, 10}\r\n" ); document.write( " \r\n" ); document.write( " {x | x is a multiple of 3} = {3, 6, 9}\r\n" ); document.write( "\r\n" ); document.write( " {x | x is a multiple of 2} union {x | is a multiple of 3} =\r\n" ); document.write( "\r\n" ); document.write( "{2, 4, 6, 8, 10} U {3, 6, 9} = {2, 3, 4, 6, 8, 9, 10}\r\n" ); document.write( "\r\n" ); document.write( "\"Union\" means to combine the sets into one.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |