Saturday, August 10, 2013

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

n+(n+1) < 83 
2n < 82
n < 41

so the integers must bo 40 and 41 to make the sum strictly less than 83

No comments: