document.write( "Question 616635: find three consecutive positive integers such that the product of the first and third, minus the second, is 1 more than 6 times the third.\r
\n" ); document.write( "\n" ); document.write( "What is the smallest integer?
\n" ); document.write( "What is the second smallest integer?
\n" ); document.write( "What is the largest integer?
\n" ); document.write( "

Algebra.Com's Answer #387801 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "find three \"consecutive\" positive integers
\n" ); document.write( " What is the smallest integer? \"n\"
\n" ); document.write( " What is the second smallest integer? (n+1)
\n" ); document.write( " What is the largest integer? (n+2)
\n" ); document.write( "product of the first and third, minus the second, is 1 more than 6 times the third.
\n" ); document.write( " n(n+2) - (n+1) = 6(n+2)+1
\n" ); document.write( " n^2 -5n -14 = 0
\n" ); document.write( "(n+2)(n-7) = 0, \"+n+=+7\" (tossing out the negative solution for n)
\n" ); document.write( "the three consecutive positive integers are: 7,8,9
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 7*9 - 8 = 55 = 6*9 + 1
\n" ); document.write( " \n" ); document.write( "
\n" );