document.write( "Question 574769: Determine if the following sets are closed under multiplication:
\n" );
document.write( "a. {0}
\n" );
document.write( "b. {1, 3, 5, 7, 9,...}
\n" );
document.write( "c. {0, 1, 2} \n" );
document.write( "
Algebra.Com's Answer #369274 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Determine if the following sets are closed under multiplication: \n" ); document.write( "a. {0} \n" ); document.write( "0*0 = 0 ; closed under multiplication \n" ); document.write( "-------------------- \n" ); document.write( "b. {1, 3, 5, 7, 9,...} \n" ); document.write( "The product of any 2 odd numbers is an odd number: true \n" ); document.write( "So closed under multiplication. \n" ); document.write( "--------------------- \n" ); document.write( "c. {0, 1, 2} \n" ); document.write( "0*0 or 1 or 2 is 0 \n" ); document.write( "1*0 = 0 ; 1*1 = 1 ; but 2*2 = 4 \n" ); document.write( "Not closed under multiplication. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |