I am trying to solve the following inequality:
$$|3-5x| \le x$$
I am not familiar with inequalities including one absolute value with variables on both sides. I tried to solve it as follows:
$$-x \le 3-5x \le x$$
Then I solved for each side separately,as follows:
$$3-5x \le x$$
$$ x \ge (1/2)$$
$$-x \le 3-5x$$
$$x \le \frac34$$
I know my solution is incorrect and that it actually lies between $\frac12$ and $\frac34$, but I wanted to know what is wrong with my method and what is the appropriate approach to solving such inequalities.
Thanks,
This is how I learned it back in Algebra I.
You can split it into two equations. Since the sign is $\le$, it will be that Equation 1 and Equation 2 are true.
Here are the steps:
$$|3-5x| \le x$$
$$3-5x \le x \;\;\;\;\;| \;\;-3+5x\le x $$
$$6x \ge 3 \;\;\;\;\;\;\;| \;\;-4x \ge -3$$
$$x \ge \frac 12 \;\;\;| \;\;\;\;x \le \frac 34$$
$$\frac 12 \le x \le \frac 34$$