SOLUTION: The sum of two consecutive integers is less than 83 find the pair of integers with the greatest sum

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: The sum of two consecutive integers is less than 83 find the pair of integers with the greatest sum      Log On


   



Question 1005295: The sum of two consecutive integers is less than 83 find the pair of integers with the greatest sum
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
n and n+1;
n%2Bn%2B1%3C83
2n%2B1%3C83
2n%3C82
n%3C41

The largest n allowed for the description is n=40, so the next integer is 41. Sum is 81.