I stumbled upon the following problem:
Let $x_1, x_2, ..., x_n$ be the roots of the polynomial $P_n(x)=x^{n}+x^{n-1}+...+x+1$.
Prove that: $$\frac{1}{1-x_1}+...+\frac{1}{1-x_n}=\frac{n}{2}$$
I first thought about using induction, but could not figure out how to "link" $P_n$ with $P_{n-1}$. I also tried doing the first cases ($n=1,2,3,4$) but although they are feasible by using Vieta's formulas they did not shed light on the general case.
What should I do?