document.write( "Question 119712: Find three consecutive integers such that the sum of their squares is 77. \n" ); document.write( "
Algebra.Com's Answer #87714 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Find three consecutive integers such that the sum of their squares is 77.
\n" ); document.write( "1st: x
\n" ); document.write( "2nd: x+1
\n" ); document.write( "3rd: x+2
\n" ); document.write( "----------
\n" ); document.write( "EQUATION:
\n" ); document.write( "x^2 + (x+1)^2 + (x+2)^2 = 77
\n" ); document.write( "3x^2 +6x +5 = 77
\n" ); document.write( "3x^2+6x-72=0
\n" ); document.write( "x^2+2x-24=0
\n" ); document.write( "(x+6)(x-4)=0
\n" ); document.write( "x = -6 or x=4
\n" ); document.write( "-----------
\n" ); document.write( "If x = -6, then x+1 = -5, and x+2 = -4
\n" ); document.write( "If x = 4, then x+1 = 5, and x+2 = 6
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );