SOLUTION: problem is |x+3|<5 how do i solve this?

Algebra ->  Functions -> SOLUTION: problem is |x+3|<5 how do i solve this?      Log On


   



Question 441421: problem is |x+3|<5
how do i solve this?

Answer by Gogonati(855) About Me  (Show Source):
You can put this solution on YOUR website!
The inequality abs%28x%2B3%29%3C5 is equivalent with two inequalities:
1)x+3>-5 and 2) x+3<5. Solving these two inequalities we get:
1) x>-8 and 2) x<2. the solution set of our inequality is:{x:-8< x <2}.