SOLUTION: What values of x satisfy |x - 4| + |x + 4| <= 10? Express your answer in interval notation.

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: What values of x satisfy |x - 4| + |x + 4| <= 10? Express your answer in interval notation.      Log On


   



Question 1033367: What values of x satisfy |x - 4| + |x + 4| <= 10?
Express your answer in interval notation.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What values of x satisfy |x - 4| + |x + 4| <= 10?
Express your answer in interval notation.
-------
Let x >= 4 ; then you get:
x-4 + x+4 <= 10
2x <= 10
x <= 5
----
You have solutions in [4,5]
-----
Let x <= -4 ; then you get:
4-x + -x-4 <= 10
-2x <= 10
x >= -5
-----
You have solutions in [-5,-4]
==============
Cheers,
Stan H.
-----------------