Question 1097620
The sum of two numbers is 8 and the product is -12 what are the numbers?
----------
x + y = 8 --> y = -x+8
x*y = -12
Sub for y
x*(-x+8) = -12
x^2 - 8x - 12 = 0
*[invoke solve_quadratic_equation 1,-8,-12]