Given a polynomial equation:
$$x^4+Ax^3+(B+C+D)x^2+(AB+AC)x^2+BD=0$$
where $A$, $B$, $C$, $D$ are known. Numerically I know it has complex solutions. However, I tried but failed to analytically convert the polynomial to be like
$$(x^2+Ex+F)(x^2+Gx+H)=0 $$
I wonder whether it can be done analytically or it is purely a hard problem?
Many thanks for any replies.