Question 157688
7.08x^6 + 4.15x^3 - 9.6 = 0 
Is it possible to factor this equation? I would really appreciate the help. 
-----------------
Yes, it's possible but the coefficients are messy.
This is a quadratic in term of x^3, that is, it's
7.08(x^3)^2 + 4.15(x^3) - 9.6 = 0
*[invoke solve_quadratic_equation 7.08,4.15,-9.6]

The onsite solver always divides out the coefficient of the highest order term, but you can use the quadratic equation to find the roots, then use them to factor the polynomial.

The factors are not integers.