document.write( "Question 1076912: explain how you know that 3^7+2 is an odd number
\n" );
document.write( "3^7 is 2187 add 2 is 2189 how do you prove?\r
\n" );
document.write( "\n" );
document.write( "prove that the product of two odd numbers is always odd
\n" );
document.write( "7*7=49 how do you prove? \n" );
document.write( "
Algebra.Com's Answer #691498 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! prove that the product of two odd numbers is always odd \n" ); document.write( "----------- \n" ); document.write( "Even numbers are 2m, 2n, etc \n" ); document.write( "Odd numbers are 2m+1, 2n+1, etc \n" ); document.write( "--- \n" ); document.write( "For 2 odd numbers, 2n+1 and 2m+1, \n" ); document.write( "(2n+1)*(2m+1) = 4mn + 2m + 2n + 1 \n" ); document.write( "4mn + 2m + 2n is even. \n" ); document.write( "--> 4mn + 2m + 2n + 1 is odd. \n" ); document.write( " \n" ); document.write( " |