document.write( "Question 1033430: Write a polynomial that represents the sum of the square of the next even integer after the integer x and the square of the integer right before the integer x. \n" ); document.write( "
Algebra.Com's Answer #853850 by josgarithmetic(39733)\"\" \"About 
You can put this solution on YOUR website!
---------------------------------------
\n" ); document.write( "the sum of the square of the next even integer after the integer x and the
\n" ); document.write( "square of the integer right before the integer x.
\n" ); document.write( "---------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x, an EVEN integer
\n" ); document.write( "x+2, the even integer after x
\n" ); document.write( "x-1, the integer \"right before\" x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Transcribing the description:
\n" ); document.write( "\"%28x%2B2%29%5E2%2B%28x-1%29%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Some algebra steps
\n" ); document.write( "\"x%5E2%2B4x%2B4%2Bx%5E2-2x%2B1\"
\n" ); document.write( "\"highlight%282x%5E2%2B2x%2B5%29\"
\n" ); document.write( "
\n" );