document.write( "Question 663691: Find three consecutive integers such that three times the sum of all three equals the product of the larger two. \n" ); document.write( "
Algebra.Com's Answer #412885 by kevwill(135)![]() ![]() You can put this solution on YOUR website! Let x be the first integer. Then the next two consecutive integers are x+1 and x+2. \n" ); document.write( "Three times the sum of all three is 3*(x + (x+1) + (x+2)) \n" ); document.write( "The product of the larger two is (x+1) * (x+2) \n" ); document.write( "So we have \n" ); document.write( "(x+1) * (x+2) = 3*(x + (x+1) + (x+2)) \n" ); document.write( "x^2 + 3x + 2 = 3*(3x +3) \n" ); document.write( "x^2 + 3x + 2 = 9x + 9 \n" ); document.write( "x^2 + 3x + 2 - 9x - 9 = 9x + 9 - 9x - 9 \n" ); document.write( "x^2 - 6x - 7 = 0 \n" ); document.write( "We can solve for x using the quadratic equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So there are two solutions to this problem: \n" ); document.write( "7, 8, 9 and -1, 0, 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |