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
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 839322
:
the sum of two even consecutive integers is at most 32. what are the greatest possible integers?
Answer by
CubeyThePenguin(3113)
(
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.