We have $z = \cos(2\pi/5)+i \sin(2\pi/5)$. Prove that:
$(1+z+z^2)(1+z+z^3)(1+z+z^4)=z(1+z)$
I noticed that in each bracket contain $(1+z)$, so I let $t$ equal $(1+z)$ to simplify the equation into $(t+z^2)(t+z^3)(t+z^4)=zt$, but I don't know what to do next. I also tried to multiply the parentheses too but then the equation becomes crazier. I hope someone here could help me out. Thanks!
If you actually expand $(1+z+z^2)(1+z+z^3)(1+z+z^4) - z(1+z)$ out, you will get:
$$z^9+z^8+2z^7+3z^6+4z^5+4z^4+4z^3+3z^2+2z+1$$ $$=5z^4+5z^3+5z^2+5z+5 \quad \text{(why?)}$$ $$=5 \left( \frac{z^5-1}{z-1} \right)$$ $$=0$$
Therefore $(1+z+z^2)(1+z+z^3)(1+z+z^4) = z(1+z)$.
In addition, you can use your idea of making the substitution $t=1+z$, so that way you only have $8$ things to multiply.