document.write( "Question 206865: A number is said to be prime if it is evenly divisible only by itself and by one
\n" );
document.write( "among the numbers given below, which one is not a prime number?\r
\n" );
document.write( "\n" );
document.write( "a) 107 b) 109 c) 111 d) 113 e) all are prime
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #156362 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A number is said to be prime if it is evenly divisible only by itself and by one \n" ); document.write( "among the numbers given below, which one is not a prime number? \n" ); document.write( "a) 107 b) 109 c) 111 d) 113 e) all are prime \n" ); document.write( "------- \n" ); document.write( "111 = 3 x 37 \n" ); document.write( " \n" ); document.write( " |