
David W. answered 10/03/17
Tutor
4.7
(90)
retired
Let:
x = larger number
y = smaller number
Translate:
"larger of two numbers is five more than three times the smaller" means
x = 5 + 3 * y [eq1]
"their sum is 97" means
x + y = 97 [eq2]
"find the larger number" means
Report the value of x.
The math:
To find the value of x, let's use the two equations to make one equation with x (not y) in it.
y = 97 - x [from eq2]
x = 5 + 3(97-x) [substitute for y in eq2]
x = 5 + 291 - 3x [distribute]
4x = 296 [add (3x to both sides]
x = 74 [divide both sides by 74]
The larger number is 74.
O.K., you have answered the problem. If you have time and want to have confidence in your work, check the result.
Check:
Put x=74 into either eq1 or eq2 and solve for y.
x + y = 97
y = 97 - x
y = 97 - 74
y = 23
Now, put y=23 into the other equation to see if it is true.
Does x = 5 + 3y ?
74 = 5 + 3(23) ?
74 = 5 + 69 ?
74 = 74 ?yes
Andy M.
10/03/17