document.write( "Question 899376: The product of two consecutive integers is 16 less than the square of the next larger integers. What are the three integers? \n" ); document.write( "
Algebra.Com's Answer #545343 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x(x+1)= (x+2)^2 - 16
\n" ); document.write( "x^2 + x = x^2 + 4x + 4 - 16
\n" ); document.write( " 12 = 3x , x = 4
\n" ); document.write( "Integers are: 4, 5, 6
\n" ); document.write( "and...
\n" ); document.write( " 20 = 36 - 16
\n" ); document.write( "
\n" );