Given the congruence $16^{x^2+x+1}≡ 4 \mod 11$
I'm not necessarily sure how to approach this problem if someone can help me head in the right direction since 16 is not a primitive root of mod 11 I can't reduce the equation $x^2+x+1≡ 0 \mod 10$
since using taking the euler quotient of 11 gives 10.
I would guess to divide by 4 but I know that 4 is not a primitive root of mod 11 either.
But $2$ is a primitive root $\pmod{11}$, so you can consider $2^{4(x^2+x+1)}\equiv2^2\pmod{11}$ same as $4(x^2+x+1)\equiv2\pmod{10}$. Dividing both sides and the modulus by $2$, we get $2(x^2+x+1)\equiv1\pmod{5}$. Then we can multiply by $3$, being the reciprocal of $2$, to get $x^2+x+1\equiv x^2+6x+1\equiv3\pmod{5}$, where we have taken the liberty of adding $5x\equiv0\pmod{5}$. Then we can complete the square to get $(x+3)^2-9+1\equiv3\pmod{5}$, or $(x+3)^2\equiv11\equiv1\pmod{5}$. Thus $x+3\equiv\pm1\pmod{5}$, so the solutions are $x\equiv-2\equiv3\pmod{5}$ or $x\equiv-4\equiv1\pmod{5}$.