Question 1176520
<br>
"x is no more than 8 units from -10"<br>
Rewrite that in a more formal mathematical way:  the distance between x and -10 is less than or equal to 8<br>
Translate that directly into a statement involving absolute value:  {{{abs(x-(-10)) <= 8}}}<br>
and simplify<br>
ANSWER: {{{abs(x+10)<= 8}}}<br>