$$\sum _{z^{11}=1}\frac{1}{z^{8k}+z^k+1}$$
I saw the answer to this question here which requires advanced computations using algebra systems. I was thinking if there was a more elementary way of solving this. I have tried to come up with a method, considering a quadratic equation where $\alpha_k=z^{8k}+z^k+1$. $x^2-(\sum 1/\alpha_k)x+\prod1/\alpha_k=0$. But to no avail. Besides considering a $10$ degree polynomial is not beneficial because it's roots are $1/\alpha_k$ identically, so we cannot put in a value of $x$ to get the sum. Also it is unclear as to what the roots of the quadratic will be. Or possibly can this expression be factorized.
I have also tried using symmetry, $k\mapsto 11-k$ which gives the following equality. But it is not obvious how to use this equality to arrive at the answer.
$$\sum_{k=1}^{10}\frac{1}{z^{8k}+z^k+1}=\sum_{k=1}^{10}\frac{z^{8k}}{z^{8k}+z^{7k}+1}$$
Any hints on how to proceed are appreciated. Thanks.