SOLUTION: find three consecutive odd integers such that the largest number is five more than the sum of the first two.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive odd integers such that the largest number is five more than the sum of the first two.      Log On


   



Question 946400: find three consecutive odd integers such that the largest number is five more than the sum of the first 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 = 5 + ((x-2) + x)
x+2 = 2x+3
-1 = x

The integers are -3, -1, and 1.