Quadratic equation too hard

962 Views Asked by At

I am trying to solve a quadratic equation very hard. Is there any other way to solve this without quadratic formula?

$$ x^2(-BE(F+C)^2(G+C)(A+C))))+x(C(F+C))\left [ EBA(D-H)-(G+C)(A+C)(B(D-H)+D(F+C)) \right ]+(ABC^2(D-H))=0 $$

A, B, C, D, E, F, G, H are just constants...i want to solve for x.

I tried quadratic formula but lost myself...

Is there any trick? Can someone help?

Thanks!