document.write( "Question 1122798: Find three consecutive even integers such that the sum of the squares of the first two is four less than twice the square of the third. \n" ); document.write( "
Algebra.Com's Answer #739013 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x, x+2, and x+4
\n" ); document.write( "x^2+x^2+4x+4+4=2(x^2+8x+16)
\n" ); document.write( "2x^2+4x+8=2x^2+16x+32
\n" ); document.write( "-24=12x
\n" ); document.write( "x=-2
\n" ); document.write( "-2, 0, 2
\n" ); document.write( "sum of squares of first two is 4, and that is 4 less than twice the square of the third, which would be 8.
\n" ); document.write( "
\n" );