Solve the inequality $$\left| \frac{2x - 1}{x - 1} \right| > 2.$$
I'm really confused on how to solve problems such as this. Logically I think you could take $\frac{2x-1}{x-1}>2$ and $\frac{2x-1}{x-1}<-2$. The first one gives $x \in (-\infty,\infty)$ and the second gives $x \in (-\infty,\frac34)$. However, does this mean that the answer is $x \in (-\infty,\frac34)$, because it is the stricter bound? Thanks in advance.
Since both sides are nonnegative, we can square them in order to obtain an equivalent inequation:
\begin{align*} \left|\frac{2x - 1}{x - 1}\right| > 2 & \Longleftrightarrow \left(\frac{2x-1}{x-1}\right)^{2} > 4\\\\ & \Longleftrightarrow \frac{4x^{2} - 4x + 1}{x^{2} - 2x + 1} - 4 > 0\\\\ & \Longleftrightarrow \frac{4x - 3}{x^{2} - 2x + 1} > 0\\\\ & \Longleftrightarrow \begin{cases} 4x - 3 > 0\\\\ x\neq 1 \end{cases} \end{align*}
Can you take it from here?