Question 478219
x*y = 120
x + y = 28
y = 28-x
---------------
x*(28-x) = 120
{{{x^2 -28x + 120 = 0}}}
*[invoke solve_quadratic_equation 1,-28,120]