document.write( "Question 796740: Find 3 consecutive integers such that the product of the smallest and largest integers is 1 less than 9 times the middle integer \n" ); document.write( "
Algebra.Com's Answer #806138 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-1)(x+1) = 9x - 1 \n" ); document.write( "x^2 - 1 = 9x - 1 \n" ); document.write( "x^2 - 9x = 0 \n" ); document.write( "x(x - 9) = 0 \n" ); document.write( "x = 0, x = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers could be (-1, 0, 1) or (8, 9, 10). \n" ); document.write( " |