Suppose that polynomial $x^4+x+1$ has multiple roots over a field of characteristic $p$ . What are the possible values of $p$?
My solution : Set $f=x^4+x+1$. Suppose the multiple root is $m$ . So $f,f'$ (the formal derivative of $f$) have root $m$ in the field of characteristic $p$.
Hence $m^4+m+1=0 \pmod{p} $ and $4m^3+1=0 \pmod{p}$
So $3m+4=4(m^4+m+1)-m(4m^3+1)=0 \pmod{p}$ .
From here it is easy to to see that $p\neq 3$. I have no idea if it is possible to proceed any further. Please provide a solution.
Hint:
Find the quotient and remainder when $(27)(4m^3 + 1)$ is divided by $3m+4$.