SOLUTION: The sum of two integers is -5 the product of The same two integers is -36 what are the two integers?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The sum of two integers is -5 the product of The same two integers is -36 what are the two integers?       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1054120: The sum of two integers is -5 the product of The same two integers is -36 what are the two integers?

Found 2 solutions by stanbon, Boreal:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of two integers is -5 the product of The same two integers is -36 what are the two integers?
-----------------
x + y = -5
x*y = -36
--------
Substitute for "x" and solve for "y"::
(-5-y)y = -36
---------------------
(5+y)y = 36
y^2 + 5y - 36 = 0
-------------------------
(y+9)(y-4) = 0
------------------
y = -9 and x = 4
---------------
Cheers,
Stan H.
---------------

Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
let them be a and b
a+b=-5
ab=-36
a=-5-b
substitute
(-5-b)(b)=-36
-5b-b2^=-36
multiply by -1
b^2+5b=36
b^2+5b-36=0
(b+9)(b-4)=0
b=-9, 4
Those are the two integers