Show that $1+X^4$ is reducible over $\mathbb Z_p$ for every prime $p$.
MY ATTEMPT==>I have used Fermat's theorem for this as $X^{p-1}≡1\bmod p$, then this can also be written in the form $1≡X^{p-1}\bmod p$. So, in $\mathbb Z_p$, $$1+X^4 =X^{p-1}+X^4 = X(X^3 + X^{p-2})$$ as $p\ge2$, i.e., $1+X^4 = X(X^3 + X^{p-2})$.
Am I correct?