Question 587957
Find the two numbers whose product is 3 and the larger number is 10 more than the smaller number.
--------------
x*(x+10) = 3
{{{x^2 + 10x - 3 = 0}}}
*[invoke solve_quadratic_equation 1,10,-3]
----------------