Question:
Let $x_{1},x_{2},\dots,x_{n}$ be a complex numbers such $x_{i}\neq x_{j},\forall i\neq j$. Show that the following polynomial $$p(x)=(x-x_{1})^2(x-x_{2})^2\cdots (x-x_{n})^2\cdot\left(\dfrac{1}{(x-x_{1})^2}+\dfrac{1}{(x-x_{2})^2}+\cdots+\dfrac{1}{(x-x_{n})^2}\right)$$ can't have a root $b$ which is a multiple root occurring more $n-1$ times.
My idea: when $n=2$, then $$p(x)=(x-x_{1})^2(x-x_{2})^2\left(\dfrac{1}{(x-x_{1})^2}+\dfrac{1}{(x-x_{2})^2}\right)=(x-x_{1})^2+(x-x_{2})^2$$ since $x_{1},x_{2}$ is different, so $p(x)=0$ can't have a root which a multiple root occurring more $1$ times.
But for other cases I can't. Thank you.