I tried many attempt to solve this problem but failed every time.
The polynomial $x^{2k} + 1 + (x + 1)^{2k}$ is not divisible by $x^2 + x + 1$. Find the value of $k \in \mathbb{N}$
My question is: can this be solved with using remainder/factor theorem only?
I haven't learned Number Theory yet so maybe I don't know sufficient number of lemmas.
The roots of $x^2 + x + 1$ are cube roots of $1,$ the one in the second quadrant is $$ \omega = \frac{-1 + i \sqrt 3}{2}\; , $$ the other root is $\omega^2 \; . \;$ We automatically have $$ \omega + 1 = - \omega^2 $$
Since $$ \omega^3 = 1 \; , \; $$ any integer power of $\omega$ is a cube root of $1$ or $1$ itself.
If $k \equiv 0 \pmod 3,$ then both $\omega^{2k}$ and $(\omega + 1)^{2k}$ are equal to $1,$ and that polynomial gets value $3$
If $k \not\equiv 0 \pmod 3,$ then $$(\omega + 1)^{2k} = (- \omega^2)^{2k} = \left( \omega^{2k}\right)^2$$ So this time we have a nontrivial cube root of $1$ added to its square and then add $1,$ giving zero.