$x^5+ax^4+bx^3+cx^2+dx+e=0$
Assume that $a,b,c,d,e$ are not arbitrary and that they are known.
I was wondering if it were possible to reduce or 'simplify' this using some modular arithmetic.
It would become something along the lines of $$(1+zm)x^5+(a+zn)x^4+(b+zo)x^3+(c+zp)x^2+(d+zq)x+e+zr\equiv0\pmod{z}$$
And I could choose $m,n,o,p,q,r,z$ to transform the given polynomial into another polynomial that I had already solved.
The solution to the above could then be used to find the exact solutions through trial and error, however, the exact solutions could first be approximated, with the exact solutions found afterwards as a subset of the solutions produced by the above polynomial?
Or perhaps we could attempt to solve $f(x)=0$ with $f(x)\equiv g(x)\pmod{(x-r)}$ and attempt to have $g(x)=0$. (I imagine this wouldn't work, but who knows?)
Is it possible to do? Can it make a seemingly unfactorable polynomial factorable?