SOLUTION: The sum of two consecutive positive integers is at most 11. What are the largest possible integers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The sum of two consecutive positive integers is at most 11. What are the largest possible integers      Log On


   



Question 1020646: The sum of two consecutive positive integers is at most 11. What are the largest possible integers
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
N%2B%28N%2B1%29%3C=11
2N%2B1%3C=11
2N%3C=10
N%3C=5
So the largest integer would be 5.
So 5 and 6 would be the pair,