SOLUTION: The sum of two consecutive integers is at most 316. What are the possibilities for the first two integers?
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: The sum of two consecutive integers is at most 316. What are the possibilities for the first two 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 991987
:
The sum of two consecutive integers is at most 316. What are the possibilities for the first two integers?
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: x, (x+1)
x + (x + 1) <= 316
2x + 1 <= 316
2x <= 315
x <= 315/2 = 157.5
The largest of the consecutive integers, x+1, has to be 158 or less.