Edit: So then is this the correct final solution? $x<4,(\infty,4), x\ne2$
I am asked to do this:
Solve $\dfrac{x}{x-2}>2$ by first rewriting it in the form $\dfrac{P(x)}{Q(x)}>0$
$$\dfrac{x}{x-2}>2$$ $$\dfrac{x}{x-2}-\dfrac{2(x-2)}{1(x-2)}>0$$ $$\dfrac{x-2x+4}{x-2}>0$$ $$\dfrac{-1(-x+4)}{x-2}>0$$ $$\dfrac{x-4}{x-2}<0(x-2)$$ $$x-4<0$$ $$x<4$$