This is from databank Inequalities
Is |x| < 1 ?
(1) |x + 1| = 2|x - 1|
(2) |x - 3| > 0
for statement 1, there are three conditions that need to be tested what I did is subtracted 2|x - 1| to the left side forming:
|x + 1| - 2|x - 1| = 0
and find the critical positions
-1 < x, -1 < x < 1 and x > 1
I know how to do do case 1 and case 3, but how do I solved case 2, and I don't understand the provided explaination
2. If -1 < x < 1, the value inside the absolute value symbols on the left side of the equation is positive, but the value on the right side of the equation is negative. Thus, only the value on the right side of the equation must be multiplied by -1:
|x + 1| = 2|x -1| x + 1 = 2(1 - x) x = 1/3
I would greatly appreciate if anyone could provide further insight, what's the logic in determining left side of the equation is position and the right side of the equation is positive.