You can put this solution on YOUR website! Find two integers whose sum is -9 and product is 20
----
x + y = -9
x*y = 20
-----
Substitue for "x" and solve for "y"::
(-9-y)y = 20
-------
-y^2 - 9y - 20 = 0
----
y^2 + 9y + 20 = 0
(y+4)(y+5) = 0
y = -4
x = -5
-------------
Cheers,
Stan H.