My book says that it can't be because if I try to write $x⁴+10x³+15x²+5x+12$
as:
$$x^4+2$$
(which is $p(x) mod 5$)
then $x⁴+2$ is irreducible because:
$$x^4+2 = (ax²+bx+c)(a'x²+b'x+c)$$
is impossible over $\mathbb{Z}_5$
I used $a=1$ and did:
(x²+bx+c)(x²+dx+e)
which is equal to
$$x^4 + (b+d)x³+(bd+c+e)x²+(eb+cd)x+ec$$
then I tried to solve this system but as you can see, it's incomplete.
How do I prove that I can't solve this system over $\mathbb{Z}_5?$
Comparing coefficients of several $x^n$, you can get that
So all cases are settled, and this polynomial is irreducible.