Question 891597
What are 2 numbers that add together to get -23 and multiply to get -120
---------
x + y = -23
x*y = -120 --> y = -120/x
-----
x - (120/x) = -23
{{{x^2 - 120 = -23x}}}
{{{x^2 + 23x - 120 = 0}}}
*[invoke solve_quadratic_equation 1,23,-120]