document.write( "Question 257495: Which set of numbers is not closed under multiplication? odd integers, even integers, prime numbers, or rational numbers. \n" ); document.write( "
Algebra.Com's Answer #189417 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Primes are not closed under multiplication. \n" ); document.write( "-- \n" ); document.write( "Look at each separately: \n" ); document.write( "odd integers: odd x odd = odd [closed] \n" ); document.write( "even integers: even x even = even [closed] \n" ); document.write( "prime numbers: prime x prime = composite [NOT closed] \n" ); document.write( "rational numbers: fraction x fraction = fraction [closed] \n" ); document.write( " |