pinsky
- 95
- 0
Hello there. I'm having some problems with absolute values when they contain multiple "abs" operators and some other numbers outside the "abs"-es.
For example:
\left | x+2 \right | - \left | x \right | > 1
If i check it for the positive scenario, the result is true for all x-es.
x+2 - x > 1
I can't conceptually see how to arrange the equations for the second scenario.
I've tried the following
-x-2 < 1 + x
but that didn't give the right result. The correct result is -1/2<x
For example:
\left | x+2 \right | - \left | x \right | > 1
If i check it for the positive scenario, the result is true for all x-es.
x+2 - x > 1
I can't conceptually see how to arrange the equations for the second scenario.
I've tried the following
-x-2 < 1 + x
but that didn't give the right result. The correct result is -1/2<x