document.write( "Question 184232: Suppose that you square two consecutive whole numbers and subtract the smaller square from the larger. Is it possible that the difference is an even number? Explain your answer with appropriate examples. \n" ); document.write( "
Algebra.Com's Answer #138262 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let k=first whole number, (ie k is NOT a fraction or decimal number)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So k+1 would be the next consecutive whole number\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now square \"k%2B1\" to get \"%28k%2B1%29%5E2=k%5E2%2B2k%2B1\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now subtract \"k%5E2\" (the square of the first number) from \"k%5E2%2B2k%2B1\" (the square of the second) to get\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28k%5E2%2B2k%2B1%29-k%5E2=%28k%5E2-k%5E2%29%2B2k%2B1=2k%2B1\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now remember, we said at the top that \"k\" is a whole number. So this means that \"2k%2B1\" is guaranteed to be an odd number (since \"2k\" is an even integer)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So it is NOT possible to get an even difference between the squares of two consecutive whole numbers.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Examples (these don't prove the statement above, but help show it)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ex 1: Pick a number 6 and the next number 7. Square 6 to get 36. Square 7 to get 49\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtract: 49-36=13\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The difference is odd\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ex 1: Select the number 12 and the next number 13. Square 12 to get 144. Square 13 to get 169\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtract: 169-144=25\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The difference is odd\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can try any two values and you'll find that the difference is odd.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );