Dr. Lalitha Subramanian
About the Author

Aksharam

Chapter P - Preliminary Concepts

PDF Version

P10: Problem Solving using Algebra

Word problems, which are also referered to as 'application problems', describe relationships among quantities. These quantities contain numbers with appropriate units. The most general process of problem solving involves the following steps:

  1. Read carefully and understand the problem.
  2. Represent the given information in a diagram, if needed.
  3. Identify the given information, and what you need to determine.
  4. Identify appropriate relationship among the quantities involved. Use a chart or a table if needed.
  5. Reread the problem. Write an equation or an inequality that represents the relationships among the numbers in the problem.
  6. Check the units and use conversions if needed to ensure all relevant quantities are of the same unit.
  7. Solve the equation or inequality and find the required quantities.
  8. Interpret what you found with respect to the problem and state your final answer, with appropriate unit.

The major aspect of problem solving is the ability to translate the given relationship into mathematical sentences. Below are the basic operations in mathematics and the words/phrases that would translate into these operations:

  1. $(+) \quad \Rightarrow \quad$ addition of, sum, more than, increased by, added to, etc.
  2. $ (-) \quad \Rightarrow \quad$ difference between, decreased by, less than, subtracted from, etc.
  3. $(\times) \quad \Rightarrow \quad$ times, product of, of, multiplied by, etc.
  4. $ (\div) \quad \Rightarrow \quad$ per, divided by, quotient of, ratio of, etc.

Apart from the above operations, the following list gives translations of phrases into equality or inequalities:

  1. $ (=) \quad \Rightarrow \quad$ is, equals, results in, becomes, etc.
  2. $ (\lt) \quad \Rightarrow \quad$ less than. When this phrase occurs in the problem, write the quantity given after "than" first, then write the sign $(-)$, and after that write the quantity given before this phrase or after the word "by".
  3. $ (\gt) \quad \Rightarrow \quad$ greater than. When this phrase occurs in the problem, write the quantity given after "than" first, then write the sign $(+)$, and after that write the quantity given before this phrase or after the word "by".
  4. $ (\leq) \quad \Rightarrow \quad$ at most, not greater than, not more than, maximum. When the phrases that end with "than" occur in the problem, write the quantity given after "than" first, then write the sign $\leq$, and after that write the quantity given before this phrase.
  5. $(\geq) \quad \Rightarrow \quad$ at least, not less than, minimum. When the phrases that end with "than" occur in the problem, write the quantity given after "than" first, then write the sign $\geq$, and after that write the quantity given before this phrase.

The above translations just provide quidance for solving application problems. In addition, we need to use logic and common sense also, to translate the given information into mathematical sentences.

Below are some examples of basic word problems:

Example 1:

Write the sentence "10 less than 41" as a mathematical sentense:

Solution: $41-10$

Example 2:

Write the statment "The sum of -2 and 8 decreased by 3 as a mathematical sentence.

Solution: $(-2+8) -3$

Example 3:

Write the statement "A number is greater than the product of 20 and 3 by 6

Solution: $x=(20\times 3)+6$

Example 4:

Find a number that equals the quotient of 35 and -5 increased by the product of -2 and 6.

Solution: Let the required number be $x$.
\begin{eqnarray} x &=& 35 \div -5 + (-2 \times 6)\\ x &=& -7+(-12)\\ x &=& -19\\ \end{eqnarray}

Example 5:

A personal chef is preparing dinner for her client who is on a 1200 calories per-day restricted diet. If the client has already consumed 745 calories, mostly consisting of foods high in protein, how many calories can this client have for dinner?

Solution: Maximum calories intake of the client is 1200. She has already consumed 745 calories.
Let the amount of calories the client can have for dinner be $x$
Then, the eqution for this problem is: \begin{eqnarray} x &=& 1200-745\\ x &=& 455\\ \end{eqnarray}
So, the answer is " The client can have at most 445 calories for dinner."

Example 6:

Corey has two coupons for his local store. One coupon is for $\$5$ off his total purchase and the other is for 20% off a single item. If he can only use one coupon to purchase a $\$16$ mirror and a $\$5$ set of pillow cases, answer the following questions:
a. Which coupon will save him the most money?
b. How much will he save?

Solution: Corey's total purchase is $\$21$.
Let $C_1$ be the amount he needs to pay if he uses the first coupon. Then, \begin{eqnarray} C_1 &=& 21-5\\ C_1 &=& 16\\ \end{eqnarray}

This means he has to pay $\$16$ is he uses the first coupon.
Let $C_2$ be the amount he needs to pay if he uses the second coupon. This means he can have 20% off on any single item. Natually, he would choose the mirror, which costs more.
Then, \begin{eqnarray} C_2 &=& 16 \times 0.80 + 5\\ C_2 &=& 12.80 + 5\\ C_2 &=& 17.80\\ \end{eqnarray}
This means Corey has to pay $\$17.80$ with this second option.

Conclusion: a. Corey would use the first coupon; b. He would save $\$1.80$.

Example 7:

A newlywed couple wants to rent a taxicab from their hotel to downtown Chicago. If a taxicab charges $\$3$ upon a customer’s entering the taxi, then $\$0.25$ for each mile traveled,
(a) how much will the couple pay for a 12-mile taxi ride?
(b) The cab driver earned $\$50$ on a certain day for a ride. How far did he drive on that ride?

Solution:
(a) Let the amount the couple pay be $\$x$.
Then, \begin{eqnarray} x &=& 3+12 \times 0.25\\ x &=& 3+3\\ x &=& 6\\ \end{eqnarray}

Conclusion: The couple will have to pay $\$6$ for the ride.

(b) Let $x$ represent the number of miles the driver drove for that ride. Then,
\begin{eqnarray} 50 &=& 3+0.25 \times x\\ 50-3 &=& 0.25x\\ 47 &=& 0.25x\\ x &=& 47 \div 0.25\\ x &=& 188\\ \end{eqnarray}

Conclusion: The cab drive drove 188 miles during that ride.

Example 8:

A carpenter has a board that is 18 meters long. He needs to cut it into two pieces so that one piece is half as long as the other. What will be the length of each piece?

Solution: Let the length of the longer piece be $x$ meters.
Then, the length of the shorter piece would be $18-x$ meters.
As per the given information, \begin{eqnarray} 18-x &=& \frac{1}{2} \times x\\ 2 \times (18-x) &=& x\\ 36-2x &=& x\\ 36 &=& 3x\\ 12 &=& x\\ \end{eqnarray}

Conclusion: One piece is 12 meters long. So, the shorter piece is (18-12) 6 meters long. Verify that the second piece is half the length of the first piece, which satisfies the given information.
Alternately, if we assume the length of the shorter piece as $x$ meters, then the length of the longer piece would be $2x$. In this case, the equation would become $18-x = 2x$. Solving, we get $x = 6$, which is the length of the shorter piece.

Example 9:

The table below shows percentages of female and male population employed in the United States during a 8 year period.

\begin{array}{ccc} Year & Female & Male\\ \hline 1 & 32.5 & 83.5\\ 2 & 35.1 & 82.3 \\ 3 & 36.9 & 80.9 \\ 4 & 41.1 & 81.1 \\ 5 & 42.8 & 77.9 \\ 6 & 47.7 & 76.5 \\ 7 & 50.1 & 73.2 \\ 8 & 54.9 & 74.5 \\ \hline \end{array}

  1. According to the above model, what has been the trend in females joining work force from year 1 through year 8?
  2. In what 4-year interval year 1 - year 4 or year 5 - year 8, did the percentage of women who were employed change the most?
  3. Model the data algebraically with linear equaions of the form $y=mx+c$. Write one equation for women employment and another equation for male employment.
  4. If the percentages continue to follow the linear models you found in (c), what will be the employment percentages for women and men in the year 11?

Solution:

(a) Notice that the employment percentages of women was continuously increasing in this period. That average percentage increase is given by the slope of the graph when we plot number of year on $x$- axis and percentage of female population on $y$-axis. So, the average percentage increase would be: \begin{eqnarray} (54.9-32.5) \div (8-1) &=& 3.2\\ \end{eqnarray}
Conclusion: The percent of women workforce was increasing at an average rate of 3.2% per year during this period.

(b) For this, we shall find the average increase in each of the 4-year periods:
For year 1 - year 4, average percentage increase is \begin{eqnarray} (41.1-32.5)\div(4-1) &=& 2.87\\ \end{eqnarray}
For year 5 - year 8, average percentage increase is \begin{eqnarray} (54.9-42.8) \div (8-5) &=& 4.01\\ \end{eqnarray}
Conclusion: Percentage of women who were employed changed the most during the period of year 5 - year 8.

(c) For women: The slope already calculated in part (a), which is 3.2. Taking $(x_1, y_1)$ as $(3, 36.9)$, we have the linear model \begin{eqnarray} y-36.9 &=& 3.2(x-3)\\ y-36.9 &=& 3.2x - 9.6\\ y &=& 3.2x+27.3\\ \end{eqnarray}
For men: Slope is $ m = (74.5-83.5) \div (8-1) = -1.3$
So, taking the point $(x_1, y_1)$ as $(3,80.9)$, the model for percentage change men who are employed during this period is \begin{eqnarray} y-80.9 &=& -1.3(x-3)\\ y-80.9 &=& -1.3x + 3.9\\ y &=& -1.3x + 84.8\\ \end{eqnarray}
Conclusion Equation for women is $y = 3.2x+27.3$ and equation for men is $y = -1.3x + 84.8$

(d) Employment percentage of women in year $11$: \begin{eqnarray} y &=& 3.2 \times 11 +27.3\\ y &=& 62.5\\ \end{eqnarray}
Employment percentage of men in year $11$: \begin{eqnarray} y &=& -1.3 \times 11 + 84.8\\ y &=& 70.5\\ \end{eqnarray}
Conclusion: In year 11, the women in work force would be 62.5% and the men in work force would be 70.5%

Practice Problems

41, 42, 43

$Rs.37.63$

$-21, -20$

(a) $y=-2000x+50,000$; (b) 13 years

740 front-seat tickets and 1265 rear-seat tickets were sold.

56 cm.

Amy has $\$11$ and Maria has $\$19$.

6 hours at daytime rate and 22 hours at nighttime rate.

17.5 tons

$1$

(a) $y=0.36x-7.72$ ; (b) 10.6 trillion dollars.

32,000 feet.

when $t$ is in the interval [4,12]

$10 \leq P \leq 20$