You can put this solution on YOUR website! Solution:
Let 'a' and 'b' are the 2 numbers.
Given : a * b = -240 --------eq.1
a + b = 34 or b = 34 - a --------eq.2
Put 2 in 1, we get
a (34 - a ) = -240
34a - a^2 + 240 = 0
Solving the quadratic equation
a = 40 or a = -6
b = -6 or 40