document.write( "Question 474925: find three consecutive integers such that the square of the sum of the smaller two is equal to twice the largest. \r
\n" ); document.write( "\n" ); document.write( "(three consecutive integers are x, x+2, and x+4)
\n" ); document.write( "(the square of the smaller two are x^2 and (x+2)^2)
\n" ); document.write( "

Algebra.Com's Answer #325676 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
three consecutive even integers are x, x+2, and x+4\r
\n" ); document.write( "\n" ); document.write( "the square of the sum of smaller two \r
\n" ); document.write( "\n" ); document.write( "sum of smaller two = x+x+2 = 2x+2
\n" ); document.write( "square = (2x+2)^2
\n" ); document.write( "(2x+2)^2= 2(x+4)\r
\n" ); document.write( "\n" ); document.write( "4x^2+8x+4=2x+8
\n" ); document.write( "4x^2+6x-4=0
\n" ); document.write( "4x^2+8x-2x-4=0
\n" ); document.write( "4x(x+2)-2(x+2)=0
\n" ); document.write( "(4x-2)(x+2)=0
\n" ); document.write( "x=1/2 OR -2
\n" ); document.write( "eliminate x=1/2 since it is not an integer
\n" ); document.write( "(-2,0,2) are the integers\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );