document.write( "Question 390358: Find two consecutive even integers such that the sum of their squares is 52 \n" ); document.write( "
Algebra.Com's Answer #276745 by user_dude2008(1862)\"\" \"About 
You can put this solution on YOUR website!
(2x)^2+(2x+2)^2=52
\n" ); document.write( "4x^2+4x^2+8x+4=52
\n" ); document.write( "4x^2+4x^2+8x+4-52=0
\n" ); document.write( "8x^2+8x-48=0
\n" ); document.write( "8(x^2+x-6)=0
\n" ); document.write( "8(x+3)(x-2)=0
\n" ); document.write( "x+3=0 or x-2=0
\n" ); document.write( "x=-3 or x=2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Numbers are: -6, -4 or 4, 6
\n" ); document.write( "
\n" );