document.write( "Question 240323: Solve the problem. The product of two consecutive integers is 5 more than their sum. Find the integers \n" ); document.write( "
Algebra.Com's Answer #176640 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The product of two consecutive integers is 5 more than their sum. Find the integers
\n" ); document.write( "------------
\n" ); document.write( "x*(x+1) = x + x+1 + 5
\n" ); document.write( "x^2 + x = 2x+6
\n" ); document.write( "x^2 - x - 6 = 0
\n" ); document.write( "(x-3)*(x+2) = 0
\n" ); document.write( "x = 3 --> 3 and 4
\n" ); document.write( "x = -2 --> -2 and -1
\n" ); document.write( "
\n" ); document.write( "
\n" );