Question 663691: Find three consecutive integers such that three times the sum of all three equals the product of the larger two. Answer by kevwill(135) (Show Source):
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.
Three times the sum of all three is 3*(x + (x+1) + (x+2))
The product of the larger two is (x+1) * (x+2)
So we have
(x+1) * (x+2) = 3*(x + (x+1) + (x+2))
x^2 + 3x + 2 = 3*(3x +3)
x^2 + 3x + 2 = 9x + 9
x^2 + 3x + 2 - 9x - 9 = 9x + 9 - 9x - 9
x^2 - 6x - 7 = 0
We can solve for x using the quadratic equation with a=1, b=-6 and c=-7 or
So there are two solutions to this problem:
7, 8, 9 and -1, 0, 1