document.write( "Question 954750: Find three consecutive integers such that the product of the two largest is 20 more than the smallest integer \n" ); document.write( "
Algebra.Com's Answer #805579 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x+1) = 20 + x - 1
\n" ); document.write( "x^2 + x = 20 + x - 1
\n" ); document.write( "x^2 = 19\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This equation has no integer solutions.
\n" ); document.write( "
\n" );