SOLUTION: Write an absolute value that represents all numbers that are at least 5 units away from -2

Algebra ->  Absolute-value -> SOLUTION: Write an absolute value that represents all numbers that are at least 5 units away from -2      Log On


   



Question 1144372: Write an absolute value that represents all numbers that are at least 5 units away from -2
Answer by ikleyn(52795) About Me  (Show Source):
You can put this solution on YOUR website!
.

    | x - (-2)| >= 5,


or, equivalently,


    | x + 2 | >= 5.