document.write( "Question 184234: 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 #138323 by ptaylor(2198)\"\" \"About 
You can put this solution on YOUR website!
Let n=smaller number
\n" ); document.write( "And n+1=larger number
\n" ); document.write( "ANS=(n+1)^2-n^2=n^2+2n+1-n^2=2n+1
\n" ); document.write( "Since 2n is always even, 2n+1 has to be odd
\n" ); document.write( "The answer is \"no\"
\n" ); document.write( "example
\n" ); document.write( "n=3
\n" ); document.write( "n+1=4
\n" ); document.write( "4^2-3^2=16-9=7 (2*3+1)\r
\n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor
\n" ); document.write( "
\n" );