If $x_1,x_2,...,x_{n-1},x_n$ be the roots of the equation $$1 + x + x^2 + ... + x^n = 0$$ and $y_1,y_2,...,y_{n},y_{n+1}$ be those of equation $$1 + x + x^2 + ... + x^{n+1} = 0$$ show that $$(1-x_1)(1-x_2)...(1-x_n)=2\left[\frac{1}{1-y_1}+\frac{1}{1-y_2}+...+\frac{1}{1-y_{n+1}}\right]$$
I couldn't get any clue to solve the question. Any suggestion will be very helpful.
The hint: $$x^{n+1}-1=(x-1)(x-x_1)(x-x_2)...(x-x_n),$$ which gives $$x^n+x^{n-1}+...+x+1=(x-x_1)(x-x_2)...(x-x_n),$$ which for $x=1$ gives $$n+1=(1-x_1)(1-x_2)...(1-x_n).$$ By the similar way you can calculate the second expression.
Indeed, $\frac{1}{y_1-1}$, $\frac{1}{y_2-1}$,...,$\frac{1}{y_{n+1}-1}$ they are roots of the equation: $$\frac{\left(\frac{1}{x}+1\right)^{n+2}-1}{\frac{1}{x}+1-1}=0$$ or $$(1+x)^{n+2}-x^{n+2}=0$$ or $$(n+2)x^{n+1}+\frac{(n+2)(n+1)}{2}x^n+...=0$$ or $$x^{n+1}+\frac{n+1}{2}x^n+...=0,$$ which gives $$\frac{1}{y_1-1}+\frac{1}{y_2-1}+...+\frac{1}{y_{n+1}-1}=-\frac{n+1}{2}$$ or $$\frac{1}{1-y_1}+\frac{1}{1-y_2}+...+\frac{1}{1-y_{n+1}}=\frac{n+1}{2}$$ and we are done!