Question 890251
The sum of two real numbers is 18 and the product is 70. What are the two numbers?
-------------
x*(18-x) = 70
{{{x^2 - 18x + 70 = 0}}}
*[invoke solve_quadratic_equation 1,-18,70]
===============