The complex roots of a complex polynomial $P_n(z)=z^n+a_{n-1}z^{n-1}+\cdots+a_1z+a_0$ are $\alpha_i$, $i=1,2,...,n$. Calculate the product $(\alpha_1+1)(\alpha_2+1)\cdots(\alpha_n+1)$
By the fundamental theorem of algebra, polynomial of degree $n$ has $n$ roots. Could someone show how to find this product?
Observe that $$ P_n(z)=(z-\alpha_1)(z-\alpha_2)...(z-\alpha_n)$$ giving $$(\alpha_1+1)(\alpha_2+1)...(\alpha_n+1)=(-1)^nP_n(-1) $$ that is $$(\alpha_1+1)(\alpha_2+1)...(\alpha_n+1)=(-1)^n\left((-1)^n+a_{n-1}(-1)^{n-1}+...-a_1+a_0\right). $$ Hoping this helps.