SOLUTION: find three consecutive odd integers such that the sum of the least integer and the greatest integer is 13 more than the middle integer.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive odd integers such that the sum of the least integer and the greatest integer is 13 more than the middle integer.      Log On


   



Question 969812: find three consecutive odd integers such that the sum of the least integer and the greatest integer is 13 more than the middle integer.
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+2) = x + 13
2x = x + 13
x = 13

The integers are 11, 13 and 15.