document.write( "Question 1004061: 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 #805634 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 are {0, 1, 2} or {9, 10, 11}. \n" ); document.write( " |