document.write( "Question 1003444: Find three consecutive integers such that the product of the smaller and larger is one less than nine times the intermediate integer \n" ); document.write( "
Algebra.Com's Answer #620138 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Find three consecutive integers such that the product of the smaller and larger is one less than nine times the intermediate integer
\n" ); document.write( "-------
\n" ); document.write( "1st:: x-1
\n" ); document.write( "2nd:: x
\n" ); document.write( "3rd:: x+1
\n" ); document.write( "-----
\n" ); document.write( "Equation:
\n" ); document.write( "(x-1)(x+1) = 9x-1
\n" ); document.write( "----------------------
\n" ); document.write( "x^2 - 1 = 9x - 1
\n" ); document.write( "---
\n" ); document.write( "x^2 -9x = 0
\n" ); document.write( "x(x-9) = 0
\n" ); document.write( "x = 0 or x = 9
\n" ); document.write( "----
\n" ); document.write( "If x = 0, the numbers are -1,0,1
\n" ); document.write( "If x = 9, the numbers are 8,9,10
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------------
\n" ); document.write( "
\n" );