Engel's Problem Solving Strategies has the following exercise (p.260 #28).
Show $x^4 +x^3+x^2+x+1 \hspace{0.1cm}\big{|}\hspace{0.1cm}x^{44}+x^{33}+x^{22}+x^{11}+1$.
I've been working through these problems and have seen the following strategy implemented quite a bit. Essentially it boils down to the following:
Let $\omega^5=1$ be a fifth root of unity excluding $1$; then any $\omega$ satisfying this equation is simultaneously a root for the polynomial $x^4 +x^3+x^2+x+1$ and $x^{44}+x^{33}+x^{22}+x^{11}+1$, so claim follows.
Here is my question. Is it true that for every value of $n$, the roots of unity $\omega$ satisfying $\omega^n=1$, excluding $1$, are exactly the roots of the polynomial $\sum_{j=0}^{n-1}x^j$ ? Or, e.g., only prime $n$? Thank you.