document.write( "Question 288967: Find four consecutive even integers such that the sum of the squares of the first and the second is 12 more than the last. \n" ); document.write( "
Algebra.Com's Answer #209366 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
Here are the 4 consecutive even integers:\r
\n" ); document.write( "\n" ); document.write( "x
\n" ); document.write( "x + 2
\n" ); document.write( "x + 4
\n" ); document.write( "x + 6\r
\n" ); document.write( "\n" ); document.write( "Here is the equation you need to solve this problem:\r
\n" ); document.write( "\n" ); document.write( "x^2 + (x + 2)^2 = (x + 6) + 12\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );