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

thumb_up100%(1 rated)

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:

  • rr = number of hours Becky runs
  • bb = number of hours Becky bikes

Step 1: Write the time equation

The total time is 12 hours: r+b=12r+b=12

Step 2: Write the distance equation

She runs at 6 mph and bikes at 20 mph, covering 198 miles total: 6r+20b=1986r+20b=198

Step 3: Solve the system

From the first equation: r=12br=12-b Substitute into the distance equation: 6(12b)+20b=1986(12-b)+20b=198 726b+20b=19872-6b+20b=198 72+14b=19872+14b=198 14b=12614b=126 b=9b=9 Then r=129=3r=12-9=3

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.

chat