If $a$ and $b$ are positive numbers, prove that the equation $$\frac{1}{x-a}+\frac{1}{x-b}+\frac{1}{x}=0$$ has two real roots; one between $\frac13a$ and $\frac23a$, and one between $-\frac23b$ and $-\frac13b$.
My attempt:
I simplified the given expression, applied the discriminant for two real roots and got stuck on this inequality: $4({a}^2 - {ab}+{b}^2)$$>$$0$
Any help would be most appreciated.
$$4(a^{2}- ab + b^{2}) = (2a-b)^{2} + 3b^{2}$$
I think question is wrong. For exmaple, if $a = 1, b = 2$, then two solutions are $1 \pm \frac{1}{\sqrt{3}}$, and none of them lies between $-4/3$ and $-2/3$ since both are positive.