SOLUTION: Find two consecutive odd integers such that their product is 59 more than 2 times their sum.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive odd integers such that their product is 59 more than 2 times their sum.      Log On


   



Question 1014184: Find two consecutive odd integers such that their product is 59 more than 2 times their sum.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd integers: x, (x+2)

x(x+2) = 59 + 2(x + (x+2))
x^2 + 2x = 59 + 2(2x + 2)
x^2 + 2x = 4x + 63
x^2 - 2x - 63 = 0
(x - 9)(x + 7) = 0

The integers could be {-7, -5} or {9, 11}.