Question 1051984
What two numbers times together make -15 but when sum together make -3
-------
If you mean the product is -15, and the sum is -3:
x*y = -15
x + y = -3
-----
y = -3 - x
x*(-3-x) = -15
{{{x^2 + 3x - 15 = 0}}}
*[invoke solve_quadratic_equation 1,3,-15]
===========
The 2 solutions are the 2 numbers.