I am trying to count the number of roots of a polynomial $p(x)=x^{12}+x^8+x^4+1$ in $\mathbb{F}_{11^2}$. Of course, I can plug every element in $\mathbb{F}_{11^2}$ into $x$ in $p(x)$. But is there any simpler way to do this? Thanks in advance!
2026-04-03 12:39:33.1775219973
On
The number of roots of a polynomial $p(x)=x^{12}+x^8+x^4+1$ in $\mathbb{F}_{11^2}$.
129 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
7
On
Notice: $$p(x)= (x^4+1)(x^8+1)$$
Clearly no number divisible by 11 is a root. So suppose $c$ is a root, so $11\nmid c$. By Euler we have $$c^{110} \equiv_{121} 1$$ and $c^4\equiv_{121} -1$ or $c^8\equiv_{121} -1$
In first case we get $c^2\equiv_{121} -1$ and so $c^4\equiv_{121} 1$ which is impossibile.
In second case we get $c^6\equiv_{121} -1$ and so $c^2\equiv_{121} 1$ and so $c^8\equiv_{121} 1$ which is impossibile again.
So it has no root in $F_{121}$.
Hint Since $(x^4 - 1) p(x) = x^{16} - 1$ (which has no repeated roots), the roots $x \in \Bbb F_{11^2}$ of $p$ are precisely the elements $x \in \Bbb F_{11^2}^* \cong \Bbb Z_{120}$ that satisfy $x^{16} = 1$ but not $x^4 = 1$.