Question 210014: the sum of two integers is ten. three times the larger integer is three less than eight times the smaller integer Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! the sum of two integers is ten. three times the larger integer is three less than eight times the smaller integer
---------------------
Let the numbers be a and b:
Equations:
a + b = 10
3*a = 8*b-3
------------------
Rearrange to solve for "b":
a = 10-b
3(10-b) = 8b - 3
30-3b = 8b -3
11b = 33
b = 3
Therefore a = 10-3 = 7
=============================
Cheers,
Stan H.
Reply to stanbon@comcast.net