What are the steps to solving a word problem?

1 Answer
Jun 1, 2015

If a mathematical problem is expressed in words, then first try to express all the relevant information in the problem in terms of symbols representing unknowns, in the form of equations, inequalities, etc.

Once you have a symbolic representation of the problem - typically in the form of a set of simultaneous equations to be solved, try eliminating variables one at a time by rearranging terms, using basic arithmetic operations and substitutions.Eventually this process will probably lead to values (or at least constraints) for all of the unknowns.

Convert these values or constraints back into the context and language of the problem to express the solution.

For example, suppose Andrew is half the age of Brian, Brian is three times older than Charles and the sum of their ages is 44 years. How old is Charles?

Use #A# to represent Andrew's age, #B# to represent Brian's age and #C# to represent Charles's age.

Then expressing the information in the problem symbolically we have:

#A = 1/2B#

#B = 3C#

#A+B+C = 44#

and we want to determine #C#

From the first two equations, we have #A=1/2B=1/2(3C) = 3/2C#

Substituting #A=3/2C# and #B=3C# into the third equation we find:

#44 = A+B+C = (3/2C) + 3C + C = 11/2C#

Multiplying both ends by #2/11# we find

#C = 8#

So Charles is 8 years old.