
David W. answered 08/07/15
Experienced Prof
The tough part of word (story) problems is usually the translation.
Assign F=first number and S=second number.
“The sum of two numbers is 100” means F + S = 100
“Twice the first number is equal to 5 times the sum of the second number and 5” means
2 * F = 5 * ( S + 5 )
Let’s use elimination, so multiply the first equation by 2 so we can subtract the F:
2F + 2S = 200 (2 * first equation)
2F = 5(S+5) (second equation)
----------------------
2S = 200 - 5S -25 (subtract equations)
7S = 175 (collect S terms)
S = 25 (divide both sides by 7)
Put value of S into first equation:
F + 25 = 100
F = 75
Checking (very important):
Is 75 + 25 = 100 ? yes.
Is 2*75 = 5*(25+5) ?
150 = 5*30 ? yes,