Let $x_1,x_2,\ldots,x_n$ be the roots for $1+x+x^2+\ldots+x^n=0$. Find the value of $$P(1)=\frac{1}{x_1-1}+\frac{1}{x_2-1}+\ldots+\frac{1}{x_n-1}$$
Source: IME entrance exam (Military Institute of Engineering, Brazil), date not provided (possibly from the 1950s)
My attempt: Developing expression $P(1)$, replacing the 1 by $x$, follows $$P(x)=\frac{(x_2-x)\cdots (x_n-x)+\ldots+(x_1-x)\cdots (x_{n-1}-x)}{(x_1-x)(x_2-x)\cdots (x_n-x)}$$
As $x_1,x_2,\ldots,x_n$ are the roots, it must be true that
$$Q(x)=(x-x_1)\cdots(x-x_n)=1+x+x^2+\ldots+x^n$$ and $$Q(1)=(1-x_1)\cdots(1-x_n)=n+1$$ Therefore the denominator of $P(1)$ is $$(-1)^{n} (n+1).$$ But I could not find a way to simplify the numerator.
Another fact that is probably useful is that $$1+x^{n+1}=(1-x)(x^n+x^{n-1}+\ldots+x+1)$$ with roots that are 1 in addition of the given roots $x_1,x_2,\ldots,x_n$ for the original equation, that is
$$x_k=\text{cis}(\frac{2k\pi}{n+1}),\ \ k=1,\ldots,n.$$
This is as far as I could go...
Hints and full answers are welcomed.
We have $$x^{n+1}-1=0\ \ \ \ (1)$$ with $x\ne1$
Set $\dfrac1{x-1}=y\iff x=\dfrac{y+1}y$
Replace the value of $x$ in terms of $y$ in $(1)$ to form an $n$ degree equation in $y$ $$\left(\dfrac{y+1}y\right)^{n+1}=1$$
$$\implies\binom{n+1}1 y^n+\binom{n+1}2 y^{n-1}+\cdots+1=0$$
Now apply Vieta's formula to find $$\sum_{r=1}^n\dfrac1{x_r-1}=\sum_{r=1}^ny_r=-\dfrac{\binom{n+1}2}{\binom{n+1}1}=?$$