\n" );
document.write( "Hi,
\n" );
document.write( "the product of the two larger of the three consecutive integers is 30.
\n" );
document.write( "find the integer
\n" );
document.write( "three consecutive integers:
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "Question states***
\n" );
document.write( " (x+1)(x+2) = 30
\n" );
document.write( " x^2 + 3x +2 = 30
\n" );
document.write( " x^2 + 3x -28 = 0
\n" );
document.write( " (x+7)(x-4) = 0, x is -7,4
\n" );
document.write( "the three consecutive integers are:
\n" );
document.write( " -7, -6, -5
\n" );
document.write( "0r
\n" );
document.write( " 4, 5 , 6
\n" );
document.write( "CHECKING our answer***
\n" );
document.write( " (-6)(-5) = 30
\n" );
document.write( " (5)(6) = 30
\n" );
document.write( "
\n" );
document.write( "