why does $P(X) = X^3+X+1$ has at most 1 root in $F_p$ ?
I could fact check this on Sage for small values of $p$.
For example $p=5$ or $7$ or $19$; there is no root.
If $p = 11, 2$ is the only root.
If $p = 13, 7$ is the only root.
If $p = 17, 11$ is the only root.
I also realize that there can't be only 2 roots a1 and a2 because a3 = -(a1+a2) will be a root as well.
It's not true.
$3$ and $14$ are roots in $F_{31}$.