document.write( "Question 819692: what are three consecutive positive numbers such that the product of the first and third, minus the second,is one more than six times the third \n" ); document.write( "
Algebra.Com's Answer #805994 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive numbers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-1)(x+1) - x = 1 + 6(x+1)
\n" ); document.write( "x^2 - x - 1 = 6x + 7
\n" ); document.write( "x^2 - 7x - 8 = 0
\n" ); document.write( "(x - 8)(x + 1) = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x is positive, so the numbers are 7, 8, and 9.
\n" ); document.write( "
\n" );