Word Problems – 1

A constant complaint from my students is that they struggle with word problems. So I thought I would produce several posts showing examples of how to approach and solve these problems.

Now every word problem is unique and different approaches can apply (hence, why these problems are scary). But there are techniques to help you through this. I have found that, when confronted with a word problem, it helps to do the following:

  1. Read through the entire problem.
  2. Draw a picture(s) if the problem lends itself to this, and label things with known values and use letters to label other things that you feel are useful to know.
  3. Read through the problem again and as you read, write equations that express mathematically what the words are saying. Use letters for unknown things. I find it helps to use letters that easily refer to the unknown thing. For example, use “C” to be an unknown price of a child’s ticket and “A” for the adult ticket. You can also use subscripts to differentiate unknowns. For example, use “tA” for the time to travel on path A and “tB” for the time to travel on path B.
  4. Identify the thing(s) that the problem is asking for, and look over the pictures and equations you have, to come up with a way to solve for the requested unknown(s).

Example

The digits of a 3-digit number add up to 13. The sum of the first two digits is 6. The number formed when the digits are reversed and 1 is subtracted is 3 times the original number. What is the original number?

I will get to this in a minute, but as you progress through maths, you will find that, more and more, you need knowledge from your past. This is an example of that. You may be tempted to use xyz to represent the unknown number, but that would be incorrect. In maths, xyz means x×y×z. If x = 1, y = 2, and z = 3, 123 does not equal 1×2×3 = 6.

From primary school (grade school in the USA), you learned that 123 means 1×100 + 2×10 + 3×1 because 1 is in the hundreds place, 2 is in the tens place, and 3 is in the units place. So let’s get to the problem.

So reading through the problem, you see that we need to find a 3-digit number. This problem does not lend itself to drawing pictures, but we can generate some equations. From the first sentence, we can write:

x + y + z = 13     (1)

From the second sentence, we can write:

x + y = 6     (2)

Now you may notice at this point, that we can use equation (2) in equation (1) as equation (1) has x + y in it and equation (2) says that we can replace this with 6:

x + y + z = 6 + z = 13 ⟹ z = 7

Wow! We haven’t finished going through the problem yet, but we have 1/3 of the problem solved. Now what about the third sentence? The numerical value of the number when the digits are reversed is:

100z + 10y + x

The third sentence says that if we subtract 1 from this, we get 3 times the value of the original number. A key word to look for in word problems is “is”. This means “=” in maths:

100z + 10y + x – 1 = 3(100x + 10y + z)     (3)

Since we now know that z = 7, this can be simplified to:

700 + 10y + x – 1 = 3(100x + 10y + 7)

⟹ 10y + x + 699 = 300x + 30y +21     (4)

Now we can get all the variables on the left side and the numbers on the right side, combine like terms to get:

-299x-20y = -678 ⟹ 299x+20y = 678     (5)

Equations (2) and (5) are a set of simultaneous equations in the variables x and y. You can manually use the substitution or elimination methods or use your CAS calculator to solve for x and y. I will assume that you can do these things to get x = 2 and y = 4. So the number that solves the problem is 247.

What is important here is to follow the process. Each word problem is unique but with practice, you will learn to look for key word and phrases that will help you to convert the word problem to a standard textbook problem. I will present more examples in future posts.