I'm trying to determine whether a $\mathbb F_5[x] / (x^2 + x + 2)$ is a field. This is equivalent to determining whether $x^2 + x + 2$ is reducible over $\mathbb F_5[x]$.
I can prove reducibility by showing that there are two nonzero $a(x), b(x) \in \mathbb F_5[x]$ such that $a(x)b(x) = x^2 + x + 2$. There are 25 elements in $F_5[x]$ of degree ≤ 1, representable as $Ax + B$ for $0 \leq A, B < 5$. I have tried several such $a(x), b(x)$'s of this form and can't find a pair that satisfies this equation, so I'm inclined to believe $x^2 + x + 2$ is irreducible.
Is there a way to prove that this is true without exhaustively multiplying all pairs of 25 elements?
If $x^2+x+2$ were reducible in $\mathbb F_5$, it would have to factor into linear polynomials $x-a$ and $x-b$ where $a,b\in\mathbb F_5$. Therefore, it would have to have a root in $\mathbb F_5$. But no $x\in\mathbb F_5$ gives a value of zero for the polynomial, so it is irreducible.