Question

Difficulty: MediumSystems of Linear Equations

An athlete participates in a charity event where they earn money by swimming laps in a pool and running laps on a track. The athlete earns ss dollars for each lap swum and rr dollars for each lap run. Completing 10 laps in the pool and 15 laps on the track raises a total of 135.Completing12lapsinthepooland20lapsonthetrackraisesatotalof135. Completing 12 laps in the pool and 20 laps on the track raises a total of 176. What is the value of rr?

Answer: 7 dollars

Answer

The value of rr is 7.
The correct answer is 7. To find this, we translate the word problem into a system of two linear equations: 10s+15r=13510s + 15r = 135 and 12s+20r=17612s + 20r = 176. Simplifying these equations by dividing by their common factors yields 2s+3r=272s + 3r = 27 and 3s+5r=443s + 5r = 44. Multiplying the first equation by 3 gives 6s+9r=816s + 9r = 81, and multiplying the second equation by 2 gives 6s+10r=886s + 10r = 88. Subtracting the two equations eliminates ss and gives r=7r = 7.

Step-by-Step Solution

1
Write the system of linear equations representing the athlete's earnings.
The system is:
10s+15r=13510s + 15r = 135
12s+20r=17612s + 20r = 176
To represent the relationships between the number of laps completed and the total amount raised.
2
Simplify both equations to work with smaller coefficients.
Divide the first equation by 5:
2s+3r=272s + 3r = 27
Divide the second equation by 4:
3s+5r=443s + 5r = 44
Simplifying equations reduces the likelihood of arithmetic errors.
3
Eliminate the variable ss to solve for rr.
Multiply the first simplified equation by 3 and the second by 2:
3(2s+3r)=3(27)    6s+9r=813(2s + 3r) = 3(27) \implies 6s + 9r = 81
2(3s+5r)=2(44)    6s+10r=882(3s + 5r) = 2(44) \implies 6s + 10r = 88
Subtract the first equation from the second:
(6s+10r)(6s+9r)=8881    r=7(6s + 10r) - (6s + 9r) = 88 - 81 \implies r = 7
Using the elimination method allows us to solve directly for the target variable, rr.

Key Concept

Solving a system of linear equations in two variables using elimination or substitution.
Rate this question