If $x \in R $ and $\frac{(x-a)(x-c)}{(x-b)}$ can assume any real value, then which of the following may be correct
- $a>b>c$
- $a>c>b$
- $b>c>a$
- $b>a>c$
I have tried simplifying this equation like - $$\frac{(x-a)(x-c)}{(x-b)} = y$$ $$x^2 -xc -ax + ac = xy - by$$ $$x^2 -x(c+a-y) + (ac+by) = 0$$ Since this is always real, $D\ge 0$ $$(c+a-y)^2 - 4(ac+by) \ge 0$$ $$c^2 + a^2 + y^2 + 2(ac -cy-ay) - 4ac - 4by \ge 0$$ However, I have no idea how to continue from here. Can someone possibly advice on how to continue?
You have started in the right way but you have made a small slip with the algebra. You should have $$y^2+y(2c+2a-4b)+(a-c)^2\geq0$$
For this quadratic to be non-negative, it must have a discriminant which is negative or zero so $$(2c+2a-4b)^2-4(a-c)^2\leq0$$
This simplifies to $$(b-a)(b-c)\leq0$$
So we can conclude, ignoring the equal signs, that $b$ must lie between $a$ and $c$ So the first option could be correct.