David W. answered 08/20/15
Tutor
4.7
(90)
Experienced Prof
The key to solving word (story) problems is to translate the words and phrases into concise, precise math expressions (variables and operations).
First, assign variables:
Let F = first number
S = second number
Then translate:
"sum of two numbers is 26" means F + S = 26 (note: "sum" means add)
"second is 2 less than 3 times the first" means S = 3F -2 (note: 'is" means =)
"What are the numbers?" means Report F, S
Now, the easy math (let's use elimination method):
F + S = 26
-3F + S = -2 (from S=3F-2, subtracting 3F from both sides)
-----------------
4F = 28 (subtract equations)
F = 7 (divide both sides by 2)
Again, let's eliminate:
F + S = 26 (from first equation)
F = 7
-------------- (subtract equations)
S = 19
Checking (very important):
Is 7 + 19 = 26 ? yes
Is 19 = 3*7 - 2 ?
19 = 19 ? yes !