Jimmy C. answered 04/12/21
I am an engineering college student.
Let's call the 2 numbers "x" and "y".
- x * y = -35
- x + y = 2
Rearrange equation 2:
x = 2 - y
Substitute into equation 1:
(2 - y) * y = -35
Solve (first distribute):
2y - y2 = -35
y2 - 2y -35 = 0
(y - 7)(y + 5) = 0
y = 7 y = -5
Sole for "x" using either equation (I'll use #2):
When y = 7 --> x + 7 = 2
x = -5
When y = -5 --> x +(-5) = 2
x = 7
The answer is -5 and 7