document.write( "Question 931465: When the first of three consecutive positive intergers is multiplied by the third, the result is 1 less than six times the second. find the three integers. \n" ); document.write( "
Algebra.Com's Answer #805667 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive positive integers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-1)(x+1) = 6x - 1
\n" ); document.write( "x^2 - 1 = 6x - 1
\n" ); document.write( "x^2 - 6x = 0
\n" ); document.write( "x(x - 6) = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are positive, so x = 6 and the integers are 5, 6, and 7.
\n" ); document.write( "
\n" );