You can
put this solution on YOUR website!Please help me with this problem:
Solve the following absolute value inequalities:
The absolute value of (x+1)is less than or equal to t
he absolute value of (x-3).
-------------

---------------
Solution: x<=1
============
Cheers,
Stan H.
You can
put this solution on YOUR website!|x+1| => |x-3|
Let us consider different cases with different sets of values of 'x':
1. x <= -1; then the inequality becomes: -(x+1) => -(x-3) i.e. -3 >= 1 which is absurd
2. -1<= x <= 3; then the inequality becomes: x+1 => -(x-3) i.e. x >= 1
3. 3<= x; then the inequality becomes: x+1 => x-3 i.e. 1 >= -3 which is true
So, the solution is: x >= 1.