\n" );
document.write( "Hi,
\n" );
document.write( "Let x, (x+1) and (x+2) represent the three consecutive integers
\n" );
document.write( "Write as we Read***
\n" );
document.write( "4[x + (x+1) + (x+2)]=2(x+1)(x+2)
\n" );
document.write( "solving for s
\n" );
document.write( "4x + 4x + 4 + 4x + 8 = 2[x^2 + 3x + 2]
\n" );
document.write( "12x + 12 = 2x^2 + 6x + 4
\n" );
document.write( "2x^2 -6x - 8 = 0
\n" );
document.write( "x^2 - 3x -4 = 0
\n" );
document.write( "(x-4)(x+1) = 0
\n" );
document.write( "(x-4)=0 x = 4 three consecutive integers are 4,5,6
\n" );
document.write( "(x+1)=0 x = -1 three consecutive integers are -1,0,1
\n" );
document.write( "CHECKING our Answers***
\n" );
document.write( "4 * 15 = 2*30 = 60
\n" );
document.write( "4 * 0 = 2 * 0*1 = 0
\n" );
document.write( "