document.write( "Question 847878: Find three consecutive positive integers such that that product of the first and third, minus the second, is 1 more than 6 times the third.
\n" );
document.write( "The smallest integer is? \n" );
document.write( "
Algebra.Com's Answer #510728 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! Let the consecutive positive integers be x, x+1, x+2 \n" ); document.write( "then, x*(x+2) - (x-1)-1=6(x+2) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = -2 is eliminated as it is given that integers are positive \n" ); document.write( "When x = 7 the numbers are 7,8,9 and smallest number 7. \n" ); document.write( " |