SOLUTION: Find three consecutive odd intergers such that the product of the second and third minus the product of the first and second is 44

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive odd intergers such that the product of the second and third minus the product of the first and second is 44      Log On


   



Question 912581: Find three consecutive odd intergers such that the product of the second and third minus the product of the first and second is 44
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)

x(x+2) - (x-2)(x) = 44
(x^2 + 2x) - (x^2 - 2x) = 44
x^2 + 2x - x^2 + 2x = 44
4x = 44
x = 11

The integers are 9, 11, and 13.