You can
put this solution on YOUR website! .
The sum of two consecutive integers is at least 811. What is the range of values for the first integer?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are given that
x + (x+1) >= 811.
2x + 1 >= 811,
2x >= 810,
x >= 405.