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 #648064 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "(x+2)^2 +(x-1)^2\r
\n" ); document.write( "\n" ); document.write( "x^2+4x+4+x^2-2x+1\r
\n" ); document.write( "\n" ); document.write( "2x^2+2x+5
\n" ); document.write( "
\n" );