Question 198350
Find two real numbers that have a sum of 8 and a product of 2.
--------------
x*(8-x) = 2
{{{x^2 - 8x + 2 = 0}}}
*[invoke solve_quadratic_equation 1,-8,2]
-----------
x = 4+sqrt(14) and 4-sqrt(14)
x = 7.74166, 0.25834
-----------------
x = 7.7, 0.3