Rate Problems

Learning Objective

Introduction

A rateA mathematical way of relating two quantities, which usually are measured in different units. is a mathematical way of relating two quantities that are usually measured in different units. A favorite type of a rate problem in algebra courses sends two hypothetical trains rushing towards each other at different speeds, and asks you to determine when they will meet. Less exciting, but also common, rate situations involve calculating wages or determining the time it takes for a container to fill or empty. The secret to solving all rate problems is creating a system of equationsA set of two or more equations that share two or more unknowns. to represent the situation.

Speed as Rate

Speed is a familiar kind of rate. Common units used for speed include miles per hour, feet per second, and—in the case of very fast things, like light—miles per second. Sometimes it is helpful to think of a rate as a ratio of two quantities. You could think of speed, then, as the ratio of distance traveled to time taken.

Are you ready to try a rate problem? Here goes:

Two trains leave stations `60` miles apart at the same time heading toward one another on parallel tracks. Train A is traveling `30` miles per hour, while Train B is going `50` miles per hour. When do they pass each other?

The key to solving rate problems is to figure out the context of the problem and then identify a formula that relates all of the information in the problem. In this problem, our context is distance: we have two objects traveling at different rates and in opposite directions. We can relate all of the information using the simple formula distance `=` rate `*` time, or `d=rt`.

One technique that can help us keep track of the information in the problem is to make a table. This will help us organize our data and create a system that we can solve. Let’s make a table with columns for “distance,” “rate,” and “time,” and a row for each train. We can fill in the speed at which each train is going, as this was provided in the problem.

 

Distance

`=`

Rate

`*`

Time

Train A

 

 

`30`

 

 

Train B

 

 

`50`

 

 

Notice that the “Distance” and “Time” columns are empty for now. We have left these empty because the specific distances and times that the trains traveled were not provided in the original problem. But we can use some logic to figure out what these are.

The problem tells us that the stations are `60` miles apart. The trains will meet at some point between the stations, so we can call the distance Train A travels `d`, and the distance Train B travels `60 - d`. One way of thinking about these two distances is “Train A will travel some distance to the meeting point, and Train B will have to travel a different distance, and the total distance will be `60` miles.” Let’s put this information into the table.

 

Distance

`=`

Rate

`*`

Time

Train A

`d`

`=`

`30`

 

 

Train B

`60-d`

`=`

`50`

 

 

Finally, there is the matter of time. The problem asks us to find when these trains will pass each other, so we know that this quantity is unknown. However, if the trains leave at the same time from different stations, then they must have traveled the same amount of time when they pass each other, no matter how fast or far each one goes. So because these times are equivalent, we can use the same variable, `t`, for both of them.

Based on this new information, our table now looks like this:

 

Distance

`=`

Rate

`*`

Time

Train A

`d`

`=`

`30`

`*`

`t`

Train B

`60 - d`

`=`

`50`

`*`

`t`

Now we have our system of equations. Train A is represented by the equation `d = 30t`, and Train B is represented by the equation `60 - d = 50t`. We can use the substitution method to substitute `30t` for `d` in the second equation, and then solve it for `t`.

`60-d`

`=`

`50t`

`60-30t`

`=`

`50t`

`60-30t + 30t`

`=`

`50t + 30t`

`60`

`=`

`80t`

`60/80`

`=`

`(80t)/80`

`3/4`

`=`

`t`

It turns out that `t=3/4`, so the trains will meet `3/4` of an hour (`45` minutes) after they leave the stations.

A cross-country skier leaves her home at noon. She skis for an hour with the wind at her back, and then decides to turn around and take the same route home. Now that she is headed into the wind, her speed is `2` miles per hour slower going home than it was in the first hour. She arrives home at `2":"30`.

 

If `d=` distance, `r =` rate, and `t =` time, which system of equations below is the best representation of her journey?

 

A)

Outgoing trip: `d = r + 12`

Incoming trip: `d = r + 2text(:)30`

 

B)

Outgoing trip: `d = r + 2`

Incoming trip: `2d = 2text(:)30`

 

C)

Outgoing trip: `d = r + 2`

Incoming trip: `d = 1.5r`

 

D)

Outgoing trip: `d = rt`

Incoming trip: `d = (2)(2.5)`

 

Wages as Rate

Wages provide another example of a commonly used rate: they represent the ratio of money earned to a certain length of time worked.

Solving wage problems is similar to solving distance problems. Although the measurement units for the two problems are different, the fundamental ideas about how to solve these problems are the same. As in the previous problem, we will first identify the formula that relates all of the information in the problem, and then we will build a table to organize the data.

Two roommates saved their wages from weekend jobs to buy a television. One earns `$10` per hour, and the other earns `$8` per hour. Together they worked for `43` hours and earned exactly `$400`. How long did each of them work in order to save the money?

The question is asking how long each roommate worked in order to save `$400`. We can find out the amount of money they earned by using the simple formula earnings `=` wages `*` time.

 

Earnings

`=`

Wages

`*`

Time

Roommate `1`

 

`=`

`10`

`*`

 

Roommate `2`

 

`=`

`8`

`*`

 

The only roommate-specific information that the problem gives us is their hourly wage, which we’ve included in the table. We also know that they earned `$400` together and also worked for `43` hours total. How do we include that information in the table?

Let’s start with the `$400` total earnings. We know that one roommate earned a portion of that amount, and the other roommate earned the rest. So we can call Roommate `1`’s earnings `e` and Roommate `2`’s earnings `400-e`. (Note that this is an arbitrary assignment, and we could have called Roommate `2`’s earnings `e` and used `400-e` to represent Roommate `1`’s earnings.)

We can use the same logic for the hours worked. Together they worked for `43` hours—let’s call Roommate `1`’s hours `t`, and Roommate `2`’s hours `43-t`. (Assigning the variable `t` to Roommate `1` and `43-t` to Roommate `2` has the effect of making substitution a breeze, as you will see in a moment.)

When we put all this information into the table, it looks impressive:

 

Earnings

`=`

Wages

`*`

Time

Roommate `1`

`e`

`=`

`10`

`*`

`t`

Roommate `2`

`400-e`

`=`

`8`

`*`

`43-t`

We have had to introduce two variables into this problem, `e` and `t`. But that’s okay because we have used them to create a system of two equations: `e = 10t` and `400-e=8(43-t)`. Now that we have our system, we can solve for the variable `t`, by substituting the value of `e` from the first equation into the second equation.

`400-e`

`=`

`8(43-t)`

`400-10t`

`=`

`8(43-t)`

`400-10t`

`=`

`344-8t` 

`400-344-10t`

`=`

`344-8t-344`

`56-10t`

`=`

`-8t`

`56-10t + 10t`

`=`

`-8t + 10t`

`56`

`=`

`2t`

`56/2`

`=`

`(2t)/2`

`28`

`=`

`t`

We find that `t = 28`. So, if Roommate `1` worked for `28` hours, then the time that Roommate `2` worked, `43-t`, must be `15` hours.

Summary

Rate problems can often be solved using systems of equations. One effective method is to identify a formula for the problem’s context, make a table to record information about the situation, and then use substitution to solve the system of two variables that results.