Problem: Let $f ( t ) = t ^ { 4 } + t - 1 \in \mathbb { F } _ { 5 } [ t ]$, show that $f(t)$ has no roots in $\mathbb{F}_{25}$.
I tried the following: suppose $f(t)$ has a root in $\mathbb{F}_{25}$, then $f(t)$ can be written as the product of either two polynomials of degree 2, or the product of two polynomials of degree 1 and 3.
Suppose the first case, thus $t ^ { 4 } + t - 1 = (t^2+at+b)(t^2+ct+d)$ for some coefficients in $\mathbb{F}_{25}$.
$$\Rightarrow t ^ { 4 } + t - 1 = t^4 +t^3(c+a)+t^2(d+ac+b)+t(ad+bc)+bd$$
However I couldn't find a contradiction at this point