document.write( "Question 168296: Can you help me solve (Given: n is odd )(Prove: n^2 is odd) \n" ); document.write( "
Algebra.Com's Answer #124038 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Can you help me solve (Given: n is odd )(Prove: n^2 is odd) \n" ); document.write( "------------- \n" ); document.write( "If n is odd, n = 2x+1 where x is an integer. \n" ); document.write( "------- \n" ); document.write( "Then n^2 = (2x+1)^2 = 4x^2+4x + 1 = 2(2x^2+2x) +1 \n" ); document.write( "Since x is an integer, 2x^2+2x is an integer. \n" ); document.write( "So, 2(2x^2+2x)+1 follows the form 2(integer)+1 \n" ); document.write( "So (2x+1)^2 is odd. \n" ); document.write( "Therefore n^2 is odd. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |