Question 1023191
.
The sum of two consecutive integers is at least 811. What is the range of values for the first integer?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
You are given that

x + (x+1) >= 811.

2x + 1 >= 811,

2x >= 810,

x >= 405.
</pre>