\n" );
document.write( "Hi
\n" );
document.write( "three consecutive integers
\n" );
document.write( "Let x,(x+1),(x+2) represent the three consecutive integers
\n" );
document.write( "Question states***
\n" );
document.write( "x^2 +(x+1)^2+(x+2)^2 = 110
\n" );
document.write( "Solving for x
\n" );
document.write( " 3x^2 + 6x + 5 = 110
\n" );
document.write( " 3x^2 + 6x -105 = 0
\n" );
document.write( " 3(x^2 + 2x - 35) = 0
\n" );
document.write( " (x^2 + 2x - 35) = 0
\n" );
document.write( "factoring
\n" );
document.write( " (x+7)(x-5) = 0 Note:SUM of the inner product(7x) and the outer product(-5x) = 2x
\n" );
document.write( " (x+7)=0 |x = -7 The three consecutive integers are -5,-6,-7
\n" );
document.write( " (x-5)=0 |x = 5 The three consecutive integers are 5,6,7\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "CHECKING our Answer(s)***
\n" );
document.write( "25 + 36 + 49 = 110
\n" );
document.write( "