document.write( "Question 766212: 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 is a multiple of 5} \n" );
document.write( "
Algebra.Com's Answer #466731 by ramkikk66(644)![]() ![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}.\r\n" ); document.write( " (Enter your answers as a comma-separated list. Enter EMPTY for the empty set.)\r\n" ); document.write( "{x | x is a multiple of 2} union {x is a multiple of 5}\r\n" ); document.write( "\r\n" ); document.write( "A = {x | x is a multiple of 2} = {2,4,6,8,10}\r\n" ); document.write( "B = {x | x is a multiple of 5} = {5,10}\r\n" ); document.write( "\r\n" ); document.write( "Union of 2 sets, simply defined, is the set of numbers that are in either of the\r\n" ); document.write( "sets.\r\n" ); document.write( "\r\n" ); document.write( "A U B = {2,4,5,6,8,10}\r\n" ); document.write( "\r\n" ); document.write( ":)\r\n" ); document.write( "\n" ); document.write( " |