SOLUTION: the sum of two even consecutive integers is at most 32. what are the greatest possible integers?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: the sum of two even consecutive integers is at most 32. what are the greatest possible integers?      Log On


   



Question 839322: the sum of two even consecutive integers is at most 32. what are the greatest possible integers?
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive even integers: x, (x+2)

x + (x+2) <= 32
2x + 2 <= 32
2x <= 30
x <= 15

The greatest possible values of the integers are 14 and 16.