document.write( "Question 842524: 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} ∪ {x is a multiple of 7}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #507597 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! A = Multiples of 2 = {2,4,6,8,10} \n" ); document.write( "B = Multiples of 7 = {7} \n" ); document.write( "A U B = {2,4,6,7,8,10} \n" ); document.write( " |