4

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$$

nitrous2
  • 2,451

3 Answers3

1

Your method is correct. You can perform the following operations:

$$\dfrac{x}{x-2}>2$$ $$\dfrac{x}{x-2}-\dfrac{2(x-2)}{1(x-2)}>0$$

However, your error occurs on the second line:

$$x - 2(x - 2) = x -2x + 4$$

Varun Iyer
  • 6,074
1

Your method not is correct because: if

$$\frac{4-x}{x-2}>0\equiv-1\cdot\frac{(4-x)}{x-2}<(-1)\cdot0\equiv\frac{x-4}{x-2}<0$$

then $(x-4)>0$ and $(x-2)<0$, or $(x-4)<0$ and $(x-2)>0$

solutions $2<x<4$

0

Check Second Line$$\cdots-2(x-2)=\cdots-2x+4$$

RE60K
  • 17,716