I am trying to solve the following problem: $|4-x| \leq |x|-2$. I am trying to do it algebraically, but I'm getting a solution to the problem that makes no sense. I fail to see the error in my reasoning though. I hope to get an explanation where I went wrong.
$|4-x| \leq |x|-2$
$|4-x|-|x| \leq -2$
If $4-x$ and $x$ are both negative, then for them to be equal to $2$, we need to multiply both expressions by $-1$.
$-4+x+x \leq -2$
$-4+2x \leq -2$
$2x \leq 2$
$x \leq 1$
But if you sub in any $x$ less than or equal to $1$, the inequality doesn't work! Can you please explain where in my logic, where in the steps, have I gone wrong? Thank you!
For both $x$ and $4-x$ to be negative, $x<0$ and $x>4$, which is impossible.
As for the solution, the right side has to be positive, hence $| x | \geq 2$. Now, we solve it in $3$ parts.
In $( -\infty,-2 ]$, we have, $4+|x| \leq |x|-2$, which is not true.
In $(4,\infty )$, we have, $x-4 \leq x-2$, which is true.
In $[2,4]$, we have, $4-x \leq x-2 \implies x \geq 3$.
Hence, the solution is, $x \in [3, \infty )$.