document.write( "Question 235405: here is the problem : Find three consecutive integers such that the sum of the squares of the second and third exceeds the square of the first by 77. please!!thanks. \n" ); document.write( "
Algebra.Com's Answer #173396 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
Let x, x+1 & x+2 be the 3 integers.
\n" ); document.write( "(x+1)^2+(x+2)^2=x^2+77
\n" ); document.write( "x^2+2x+1+x^2+4x+4=x^2+77
\n" ); document.write( "2x^2-x^2+6x+5-77=0
\n" ); document.write( "x^2+6x-72=0
\n" ); document.write( "(x+12)(x-6)=0
\n" ); document.write( "x+12=0
\n" ); document.write( "x=-12 ans.
\n" ); document.write( "x-6=0
\n" ); document.write( "x=6 ans.
\n" ); document.write( "Proofs:
\n" ); document.write( "(-12+1)^2+-12+2)^2=-12^2+77
\n" ); document.write( "-11^2+-10^2=144+77
\n" ); document.write( "121+100=221
\n" ); document.write( "221=221
\n" ); document.write( "(6+1)^2+(6+2)^2=6^2+77
\n" ); document.write( "7^2+8^2=36+77
\n" ); document.write( "49+64=113
\n" ); document.write( "113=113
\n" ); document.write( "
\n" );