Question 1206365
<br>
The guess must be "within 5" of the correct number 697.  Writing that in the form that can be translated directly into an absolute value INEQUALITY gives us "the difference between the guess x and the correct number 697 must be at most 5":<br>
{{{abs(x-697)<=5}}}<br>
Informally, the guess needs to be at least 697-5 = 692 and at most 697+5 = 702.<br>
Formally...<br>
{{{-5<=x-697<=5}}}
{{{-5+697<=x<=5+697}}}
{{{692<=x<=702}}}<br>