document.write( "Question 373769: Find three consecutive integers such that the square of the sum of the smaller two is 105 more than the square of the largest. I would like to know how to solve because I already have the answer which is 6,7,8. \n" ); document.write( "
Algebra.Com's Answer #265998 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the smallest of the three consecutive integers
\n" ); document.write( "then (x+1) and (x+2) would be the next two consecutive integers
\n" ); document.write( "Write as we Read
\n" ); document.write( "[x + (x+1)]^2 = (x+2)^2 +105
\n" ); document.write( "solving for x
\n" ); document.write( "[2x + 1)]^2 = (x+2)^2 + 105
\n" ); document.write( "4x^2 + 4x + 1 = x^2 + 4x + 4 +105
\n" ); document.write( "3x^2 - 108 = 0
\n" ); document.write( "x^2 = 108/3
\n" ); document.write( "x^2 = 36
\n" ); document.write( "x = +- 6
\n" ); document.write( "three consecutive integers are 6,7,8 Or -6,-5,-4 \n" ); document.write( "
\n" );