$$ 2|2x - a| < |x + 3a|$$
I found the critical values to be $x = \frac{5a}{3}$ and $x = \frac{-a}{5}$ by removing the abs val signs and equation the left side to the +/- right side.
Now this is an inequality, and I have an arbitrary constant $a$. I'm not sure how to find the range.
P.S.: I'd prefer to learn how to solve it algebraically in particular. Also, if I knew a, I'd take those critical values and test inputs between and beyond those values. Not sure what to do here.
For $a=0$ our inequality has no solutions.
But for $a\neq0$ it's equivalent to $$4(2x-a)^2<(x+3a)^2$$ or $$15x^2-22ax-5a^2<0$$ or $$\frac{11a-14|a|}{15}<x<\frac{11a+14|a|}{15}.$$