Question 900464: Find two integers whose product is 250 such that one of the integers is five less than three times the other integer. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find two integers whose product is 250 such that one of the integers is five less than three times the other integer.
------
Equations:
ab = 250
a = 3b-5
------
Substitute and solve for "b"::
(3b-5)b = 250
3b^2-5b-250 = 0
-----
Positive solution::
b = 10
----
Solve for "a"::
a = 3b-5 = 25
----------------------
Cheers,
Stan H.
----------------------