document.write( "Question 604114: find the prime
\n" );
document.write( "27,29,33,35 \n" );
document.write( "
Algebra.Com's Answer #380943 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! 27 = 9*3 .... so 27 is NOT prime\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "33 = 3*11 ... so 33 is NOT prime\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "35 = 7*5 .... so 35 is NOT prime\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "By process of elimination and by the fact that 29 is indeed prime (the only factors are 29 and 1), the answer is 29. \n" ); document.write( " |