SOLUTION: find 3 consecutive odd integers such the sum of all three is 6 less than the product of the smaller two

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find 3 consecutive odd integers such the sum of all three is 6 less than the product of the smaller two      Log On


   



Question 856262: find 3 consecutive odd integers such the sum of all three is 6 less than the product of the smaller two
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-2) + x + (x+2) = (x-2)(x) - 6
3x = x^2 - 2x - 6
0 = x^2 - 5x - 6
0 = (x-2)(x-3)
x = 2, x = 3

x must be odd, so the integers are 1, 3, and 5.