SOLUTION: Find three consecutive integers such that the product of the first and the third integers exceeds 4 times the second by 20.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive integers such that the product of the first and the third integers exceeds 4 times the second by 20.      Log On


   



Question 904766: Find three consecutive integers such that the product of the first and the third integers exceeds 4 times the second by 20.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)

(x-1)(x+1) = 4x + 20
x^2 - 1 = 4x + 20
x^2 - 4x - 21 = 0
(x + 3)(x - 7) = 0

The integers could be {-4, -3, -2} or {6, 7, 8}.