document.write( "Question 750861: what is the smallest of 3 consecutive positive integers if the product of the smaller two integers is 5 less than 5 times the largest integer. Help please \n" ); document.write( "
Algebra.Com's Answer #806309 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) = 5(x+1) - 5
\n" ); document.write( "x^2 - x = 5x
\n" ); document.write( "x^2 - 6x = 0
\n" ); document.write( "x(x - 6) = 0
\n" ); document.write( "x = 0, x = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x is positive, so the integers are 5, 6, and 7.
\n" ); document.write( "
\n" );