I have the following problem:
Factor the integer polynomial $x^5+2x^4+3x^3+5$ modulo 2, and over $\mathbb{Q}$.
For $2$, the polynomial becomes $f(x)=x^5+x^3+1$. It is easy to check if it has roots in $\mathbb{Z}_2$, namely $f(0)=1$ and $f(1)=1$, so, it doesn't have roots. Wouldn't this mean the polynomial is irreducible? Or is there something I am missing?
As for $\mathbb{Q}$, I'd think I can also try to find the roots, but it's a polynomial of degree five, so finding the roots is not trivial. So, there probably is a different method. I'd appreciate any help because I really don't know.