I've come across this question Factorization of $x^5-1$ over $F_{11}$ and $F_{19}$. The answer was good but I don't understand how to actually solve it.
It says that i can split $x^4+x^3+x^2+x+1=(x^2+ax+b)(x^2+cx+d)$. If I expand this I get $x^4+(a+c)x^3+(ac+b+d)x^2+(ad+bc)x+bd$. So to my understanding this gives:
$a+c=1 \mod 19$
$ac+d+b=1 \mod 19$
$ad+bc=1 \mod 19$
$bd=1 \mod 19$
What I dont understand is how to solve this system of equations. Any pointers? Thank you!
The equations in the field $\mathbb{Z}/p$ for $p$ prime are given by $$ a+c-1=0,\; ac + b + d - 1=0,\; ad + bc - 1=0,\; bd=1. $$ Setting $c=1-a$ and $d=b^{-1}$ we obtain from the third equation that $$ (ab + a - b)(b - 1)=0. $$ Since $\mathbb{Z}/p$ has no zero divisors, we obtain tow cases, either $b=1$, or $ab+a-b=0$. Now you will be able to finish.