SOLUTION: Find two integers whose product is 250 such that one of the integers is five less than three times the other integer.

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Find two integers whose product is 250 such that one of the integers is five less than three times the other integer.      Log On


   



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) About Me  (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.
----------------------