Question
How to set up and solve a biathlon time and distance system
Original question: 3. Becky is competing in a biathlon in which she runs and bikes. The total time is 12 hours, and in that time she covers 198 miles. If she runs at 6 mph and bikes at 20 mph, set up a linear system and solve it to find how many hours she runs and how many hours she bikes.
Expert Verified Solution
Key concept: This kind of word problem is really just a translation exercise. Once the two variables are named, the equations almost build themselves.
Step by step
Let:
- = number of hours Becky runs
- = number of hours Becky bikes
Step 1: Write the time equation
The total time is 12 hours:
Step 2: Write the distance equation
She runs at 6 mph and bikes at 20 mph, covering 198 miles total:
Step 3: Solve the system
From the first equation: Substitute into the distance equation: Then
Answer
- Becky runs for 3 hours
- Becky bikes for 9 hours
Pitfall alert
Don’t swap the speeds. A small label mistake like putting 20 on running and 6 on biking changes the entire system. Also, make sure the hours add to 12 before checking the distance equation; that’s a fast way to catch sign or setup errors.
Try different conditions
If the total distance had been different, the system would still use the same structure: one equation for time and one for distance. If the speeds were changed, the coefficients in the distance equation would change, but the solving process would be identical.
Further reading
linear system, distance-rate-time, substitution
FAQ
How do you set up the equations for this biathlon problem?
Let r be running hours and b be biking hours. Then r + b = 12 for total time, and 6r + 20b = 198 for total distance.
How many hours does Becky run and bike?
Solving the system gives r = 3 and b = 9, so Becky runs for 3 hours and bikes for 9 hours.