document.write( "Question 196389This question is from textbook
\n" );
document.write( ": The sum of any two prime numbers is divisible by 2? \n" );
document.write( "
Algebra.Com's Answer #147202 by Alan3354(69443) You can put this solution on YOUR website! The sum of any two prime numbers is divisible by 2? \n" ); document.write( "--------------------- \n" ); document.write( "Only if you ignore 2. 2 is the only even prime number, all the others are odd. The sum of 2 odd numbers is an even number. \n" ); document.write( " |