Build quadratic extension of field that contains $5$ elements. And solve $x^2+x+2=0$ in this field.
As I understand we need to build $\mathbb{F}_{5^{2}}$.
Field $\mathbb{F}_5$ contains $\{0,1,2,3,4\}.$
And as I understand field $\mathbb{F}_{5^{2}}$ contains $\{0,1,2,3,4\}$ and polynomials $\{x+1,x+2,x+3,x+4,2x+, \cdots, 4x+4\}$. $20$ polynomials $ax+b$, where $a,b \in \{0,1,2,3,4\}$. Totally we have $25$ objects in this field.
And I have no idea how to solve equation. Maybe we can try every element, but this is too difficult and here must be simpler way. Thanks for help.
The easiest description of the quadratic extension is that it has the same $25$ elements as yours, with addition defined in the obvious way, and $x^2$ being defined as $-x-2$, that is, $4x+3$. Then $x$ is a solution of your quadratic equation.
Once we have defined $x^2$, the product $ax+b)(cx+d)$ can be defined in the "natural" way: Multiply as usual, and replace $x^2$ by $4x+3$.