document.write( "Question 1003646: Find three consecutive integers such that the product of the smallest and the largest is one less than 9 times the middle integer. \n" ); document.write( "
Algebra.Com's Answer #652625 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let n be the smallest integer. Then
\n" ); document.write( "n(n+2)=9(n+1)-1
\n" ); document.write( "n^2+2n=9n+8
\n" ); document.write( "n^2-7n-8=0
\n" ); document.write( "(n-8)(n+1)=0
\n" ); document.write( "n=8,-1
\n" ); document.write( "Assuming positive integers, then your consecutive integers are 8,9,and 10!!!!!!!!!!!!!!
\n" ); document.write( "
\n" );