by Shelley Walsh ©2000
Many algebra textbooks, including ours, have exercises involving translating verbal expressions into variable expressions. I have found that there are two things that give students difficulties with these problems.
| plus, more, increased, total, add, sum | + |
| minus, less, decreased, subtract, difference | - |
| times, of, multiply, double, twice, product | x |
| divided by, quotient | / |
In particular the words sum, difference, product, and quotient are particularly important in that they are the standard words for the answers to each of the operations, and it is worth noting that the following translation always works.
Solution: This example is a very good example of what I have been talking about, because if you tranlate it word for word you get 5-x, which is wrong. But instead think about how you would compute the number that is 5 less than 17. You wouldn't compute 5-17, you would compute 17-5. Now if you write the same thing down with x, you get the right answer of x-5.
Now to the second difficulty, dealing with complicated wording where there is more than one operation.
1. I start reading the expression, "the sum of the product of five and a number", and the first part of it that will stand alone is 'the product of five and a number', so we will put parentheses around it. Going on, "the sum of the product of five and a number and the product of seven and another number". 'the product of seven and another number' will also stand alone, so we would write the expression like this:
the sum of (the product of five and a number) and (the product of seven and another number)
Now we have the sum of blob and other blob, which look familiar and we should be able to see what to do. Now write variable expressions for each of the expressions in the parentheses.
For the first one we get 5x and for the second one we get 7y. From here you may be able to see what to do. If not replace the parentheses with your variable expressions and write
the sum of 5x and 7y
and now it should become clear that the whole thing can be written as 5x+7y.
2. "a number plus the product of the number and nine", and I don't get to anything that will stand alone until the end, 'the product of the number and nine'. Put parentheses around this and the expression looks like this.
a number plus (the product of the number and nine)
'product of the number and nine' can be written 9x, so then the expression becomes
a number plus 9x
which can be written x+9x. Simplifying this we get 10x.
3. "the difference between a number and the total of three times the number", 'three times the number' can stand alone, so put parentheses around it.
the difference between a number and the total of (three times the number) and six
'the total of (three times the number) and six' can stand alone, so put a parentheses around it.
the difference between a number and (the total of (three times the number) and six)
Now work from the inside out. 'three times the number', that's 3x. 'the total of 3x and six', that's 3x+6. 'the difference between a number and (3x+6)', that must be x-(3x+6). Simplifying this we get x-3x-6=-2x-6.