David W. answered 09/29/15
Tutor
4.7
(90)
Experienced Prof
The key to word (story) problems is to translate the words and phrases into precise, concise math expressions (variables with operations).
Read the problem until you understand it. Put it into your own words. I might say, "In a season of 74 games, the basketball team lost some games, but they won 28 more than they lost. How many did they win?"
Then, assign variables. If possible, assign a variable to the value the problem asks you to find. Here, let:
W = number of wins
L = number of losses (actually, we don't need L if we use 74-W immediately)
Translate:
"basketball team played 74 games" means W + L = 74 (eq1)
"won 28 more than they lost" means W = 28 + L (eq1)
Now, the easy math:
W + L = 74 (eq1)
W - L = 28 (re-written eq2)
-------------------- (elimination method: add equations)
2W = 102
W = 51 (divide both sides by 2)
The problem does not require us to determine L, but you can if you want to check your answer.