what is the solution set of $\left | \frac{2x - 3}{2x + 3} \right |< 1$ ?
I solved it by first assuming: $-1 < \frac{2x - 3}{2x + 3 } < 1$
ended with: $x > 0 > -3/2$
Is that a correct approach?
And how to derive the solution set from the last inequality?
Is it $(-\frac{3}{2}, \infty)$ or $(0, \infty )$ ?
Thanks in advance.
One thing you can do here is square to get rid of the absolute values and make it easier to solve, obtaining the equivalent statement $${(2x - 3)^2 \over (2x + 3)^2} < 1$$ The denominator is nonnegative so you can multiply it through, obtaining $$(2x - 3)^2 < (2x + 3)^2$$ This can be rewritten as $$4x^2 - 12x + 9 < 4x^2 + 12x + 9$$ This simplifies to just $$x > 0$$ Note that since there was originally a $(2x + 3)$ in the denominator, if $x = -{3 \over 2}$ were in the above solution we would have had to exclude it. But it wasn't, so we don't have to worry about it.