I have questions about how to determine if a polynomial can be decomposed into linear factors. If it is not solvable over radicals by Galois Theory, then I am done. But do I have to resort to Galois Theory?
Let the polynomial be:
$$f(x) = x^5 + a x^4 + bx^3 + c x^2 + d x + e $$
where $a,b,c,d$ and $e$ are integers.
I know based on the rational root theorem, I would need to check all factors of “$\pm e$.” However, I do not know the exact values of “$a,b,c,d$ and $e$.” I just know certain properties of them. Also, I cannot use Eisenstein's Criterion since $p^2 \mid e$
Also, I want to use this for higher order monic polynomials with integer coefficients.
Is their a way to answer this in terms of “$a,b,c,d$ and $e$?” Also, based on Galois Theory how can I determine this based on “$a,b,c,d$ $e$” without having to resort to the abstract aspects?