SOLUTION: Find three consecutive positive integers such that the product of rhe first and the third is 29 more than the second.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive positive integers such that the product of rhe first and the third is 29 more than the second.       Log On


   



Question 813100: Find three consecutive positive integers such that the product of rhe first and the third is 29 more than the second.
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) = x + 29
x^2 - 1 = x + 29
x^2 - x - 30 = 0
(x - 6)(x + 5) = 0
x = 6, x = -5

x is positive, so the integers are 5, 6, and 7.