You can put this solution on YOUR website! find the lesser of two consecutive integers with a sum greater than 16.
:
Let the lesser = x; then the next integer = (x+1)
:
x + (x+1) > 16
2x + 1 > 16
2x > 16 - 1
2x > 15
x > 15/2
x > 7.5, has to be an integer, x => 8