document.write( "Question 61876: wich number is a prime number
\n" );
document.write( "1
\n" );
document.write( "12
\n" );
document.write( "31
\n" );
document.write( "99 \n" );
document.write( "
Algebra.Com's Answer #42610 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! wich number is a prime number \n" ); document.write( "1 \n" ); document.write( "12 \n" ); document.write( " \n" ); document.write( "99 \n" ); document.write( ": \n" ); document.write( "1 is unusual because it seams like it should be prime, but the math gods decided it wasn't/ \n" ); document.write( "12=2*6, 3*4 so it's a composite number. \n" ); document.write( "99=9*11,3*33 so it's a composite number as well \n" ); document.write( "The only factors of 31 is 1*31 so it's prime. \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |