I was helping someone with abolute values and inequalities and found this question.
What is the easiest way to solve this?
The only thing I thought of is to add the L.H.S and graph it with the R.H.S to answer the questoin is there simpler way to deal with this?
Thank you
There are three points of interest: $-1, 2, 4$. These divide the real line into four segments, so the problem is solved with four cases:
Case 1: $x\ge 4$. Now we have $(x-2)+2(x-4)\le (x+1)$, which we rearrange as $2x\le 11$, or $x\le 5.5$. Since $x\ge 4$, this gives us a range of solutions $4\le x\le 5.5$.
Case 2: $2\le x\le 4$. Now we have $x-2+2(4-x)\le (x+1)$, which we rearrange as $x\ge 2.5$. This gives us the interval $2.5\le x\le 4$.
I leave the other two cases for you to solve.