Question 890820
Find 2 real numbers that differ from 8 and has a product of 54
-----------
x - y = 8
x*y = 54
-----
y = x - 8
x*(x-8) = 54
{{{x^2 - 8x - 54 = 0}}}
*[invoke solve_quadratic_equation 1,-9,-54]
===========================