Question 162302
Solve the equation 
1/3 x^2 + 1/2x = 1/3
---------------
Multiply by 6
2x^2 + 3x = 2
2x^2 + 3x - 2 = 0
*[invoke solve_quadratic_equation 2,3,-2]
The onsite solver gets the right answers, but the factors are not right when the coefficient of the x^2 term is not 1.