Solve Distance, Rate, and Time Using Two Different Speeds

Distance, Rate & Time 9th-10th Grade
PROBLEM
David gets to work in 20 minutes when he drives his car. Riding his bike (by the same route) takes him 45 minutes. His average driving speed is 4.5 mph greater than his average speed on his bike. How far does he travel for work?

What This Problem Teaches

  • How to use the fundamental relationship Distance = Rate × Time when the distance is constant but rates and times vary
  • Setting up equations where the same unknown appears in both rate expressions
  • Converting between time units (minutes to hours) to maintain dimensional consistency
  • Recognizing that speed differences and time differences work together to determine absolute values
  • Verification techniques that check both the mathematical solution and real-world reasonableness

Solution: Method 1 — The Single-Variable Setup

The key insight is that David travels the exact same distance regardless of whether he drives or bikes. This constraint gives us the equation we need.

Step 1 — Define the variable

Let b = David's bike speed in miles per hour. Since his car is 4.5 mph faster than his bike:

Car speed = b + 4.5 mph

Step 2 — Convert times to hours

The speeds are in mph, so we need times in hours for the Distance = Rate × Time formula:

Car time = 20 minutes = 20/60 = 1/3 hour
Bike time = 45 minutes = 45/60 = 3/4 hour

Step 3 — Set up the distance equation

Since the distance to work is the same whether David drives or bikes:

Distance by bike = Distance by car
(bike speed) × (bike time) = (car speed) × (car time)
b × (3/4) = (b + 4.5) × (1/3)

Step 4 — Solve for bike speed

Distribute and collect terms:

3b/4 = (b + 4.5)/3
3b/4 = b/3 + 4.5/3
3b/4 = b/3 + 1.5

Multiply everything by 12 to clear fractions:

9b = 4b + 18
5b = 18
b = 3.6 mph

Step 5 — Calculate the distance

Now we can find the distance using either mode of travel:

Distance = bike speed × bike time
Distance = 3.6 × (3/4) = 2.7 miles

Solution: Method 2 — Speed Ratio from Time Ratio

Since distance is constant, we can use the inverse relationship between speed and time to solve this more directly.

Step 1 — Establish the time ratio

David takes 20 minutes by car and 45 minutes by bike. The time ratio is:

Car time : Bike time = 20 : 45 = 4 : 9

Step 2 — Convert to speed ratio

For constant distance, speeds are inversely proportional to times. So:

Car speed : Bike speed = 9 : 4

Step 3 — Use the speed difference

If the speeds are in ratio 9:4, then car speed is 9k and bike speed is 4k for some constant k. The difference is:

9k - 4k = 4.5
5k = 4.5
k = 0.9

Step 4 — Find actual speeds

Bike speed = 4k = 4(0.9) = 3.6 mph
Car speed = 9k = 9(0.9) = 8.1 mph

Step 5 — Calculate distance

Distance = 3.6 mph × (3/4) hour = 2.7 miles
David travels 2.7 miles to work.

Verification

Let's verify this answer by checking that both methods of travel give the same distance:

Bike: 3.6 mph × (45/60) hour = 3.6 × 0.75 = 2.7 miles ✓
Car: 8.1 mph × (20/60) hour = 8.1 × 0.333... = 2.7 miles ✓

We should also verify the speed difference:

8.1 - 3.6 = 4.5 mph ✓

All conditions are satisfied.

Common Pitfalls

✗ Mistake 1: Forgetting to convert minutes to hours
Some students write: distance = 3.6 × 45 = 162 miles. This massive answer should trigger immediate suspicion. Always check that your units match throughout the calculation.
✗ Mistake 2: Setting up the wrong equation
Writing bike speed + car speed = 4.5 instead of car speed - bike speed = 4.5. The problem states that driving speed is greater than biking speed, not that they sum to 4.5.
✗ Mistake 3: Using time as the variable instead of speed
While you could solve by letting t = some reference time, this approach is much more complicated because the speed constraint becomes harder to express cleanly.

Does the Answer Make Sense?

A distance of 2.7 miles feels reasonable for a work commute. Let's think about the speeds:

  • Bike speed of 3.6 mph: This is quite slow for cycling, but reasonable for city biking with traffic lights, hills, or a cautious rider.
  • Car speed of 8.1 mph: This is very slow for highway driving but perfectly reasonable for city driving with traffic, red lights, and congestion.
  • Speed difference of 4.5 mph: In stop-and-go city traffic, the advantage of a car over a bike can be surprisingly small.

The relationship also makes intuitive sense: David takes more than twice as long to bike (45 vs 20 minutes), but his car is only 4.5 mph faster. This suggests a short urban commute where traffic limits car speeds significantly.

The Pattern Behind This

This problem belongs to the "same distance, different rates" family. The general structure is:

If route distance = d, and two modes have speeds r₁ and r₂, and times t₁ and t₂:

r₁ × t₁ = r₂ × t₂ = d
Plus one constraint relating r₁ and r₂ (or t₁ and t₂)

The constraint can be additive (speed difference), multiplicative (one speed is k times another), or indirect (given cost differences, fuel efficiency, etc.). The key insight is always that distance remains constant.

Important limitation: This approach only works when the route is exactly the same. If David takes different paths when driving vs. biking, you'd need additional information about route differences.

Where This Shows Up in Real Life

  • Urban transportation planning: City planners compare commute times by car, bike, and public transit to design transportation systems and set speed limits.
  • Delivery logistics: Companies optimize routes by comparing delivery times for trucks, drones, and foot couriers over the same distances.
  • Athletic training: Runners and cyclists track pace differences between different training intensities over identical course distances.

What If?

1
Reverse the Unknown
David gets to work in 20 minutes by car and 45 minutes by bike. The distance to work is 2.7 miles. How much faster is his car than his bike?
Step 1 — Calculate car speed

Distance = Rate × Time, so Rate = Distance ÷ Time

Car speed = 2.7 miles ÷ (20/60) hours = 2.7 ÷ (1/3) = 8.1 mph

Step 2 — Calculate bike speed

Bike speed = 2.7 miles ÷ (45/60) hours = 2.7 ÷ (3/4) = 3.6 mph

Step 3 — Find the difference

Speed difference = 8.1 - 3.6 = 4.5 mph

Verification

Check: 8.1 × (1/3) = 2.7 ✓ and 3.6 × (3/4) = 2.7 ✓

Answer: The car is 4.5 mph faster than the bike.

2
Change the Times
Sarah gets to work in 15 minutes by car and 40 minutes by bike. Her car is 6 mph faster than her bike. How far does she travel to work?
Step 1 — Set up variables

Let b = bike speed in mph, so car speed = b + 6 mph

Car time = 15/60 = 1/4 hour, Bike time = 40/60 = 2/3 hour

Step 2 — Set distances equal

b × (2/3) = (b + 6) × (1/4)

2b/3 = (b + 6)/4

Step 3 — Solve for bike speed

Multiply by 12: 8b = 3(b + 6) = 3b + 18

5b = 18, so b = 3.6 mph

Step 4 — Calculate distance

Distance = 3.6 × (2/3) = 2.4 miles

Answer: Sarah travels 2.4 miles to work.

3
Add a Third Mode
Miguel can walk to work in 60 minutes, bike in 20 minutes, or drive in 12 minutes. His bike is 8 mph faster than walking, and his car is 6 mph faster than biking. How far does he live from work?
Step 1 — Set up variables

Let w = walking speed. Then bike speed = w + 8, car speed = w + 14

Times: walk = 1 hr, bike = 1/3 hr, car = 1/5 hr

Step 2 — Use walk = bike distance

w × 1 = (w + 8) × (1/3)

w = (w + 8)/3

3w = w + 8, so w = 4 mph

Step 3 — Find other speeds

Bike speed = 4 + 8 = 12 mph

Car speed = 4 + 14 = 18 mph

Step 4 — Calculate distance

Distance = 4 mph × 1 hour = 4 miles

Verify: bike 12 × (1/3) = 4 ✓, car 18 × (1/5) = 3.6... Wait, this doesn't work!

This problem is inconsistent as stated. The three constraints cannot all be satisfied simultaneously.

4
Mixed Route
Lisa drives for 0.8 miles at 24 mph, then bikes the remaining distance at 8 mph. Her total trip takes 30 minutes. What is the total distance of her commute?
Step 1 — Calculate driving time

Time = Distance ÷ Speed = 0.8 miles ÷ 24 mph = 1/30 hour = 2 minutes

Step 2 — Find biking time

Total time = 30 min, driving time = 2 min

Biking time = 30 - 2 = 28 minutes = 28/60 = 7/15 hours

Step 3 — Calculate biking distance

Biking distance = 8 mph × (7/15) hours = 56/15 miles ≈ 3.73 miles

Step 4 — Find total distance

Total = driving + biking = 0.8 + 56/15 = 12/15 + 56/15 = 68/15 ≈ 4.53 miles

Answer: Lisa's total commute is 4.53 miles.

Frequently Asked Questions

How do you solve distance problems when two different speeds are given?+

Use the formula Distance = Rate × Time for both modes of travel. Since the distance is the same, set up an equation: (bike speed) × (bike time) = (car speed) × (car time). In this problem, if b is bike speed, then b × (45/60) = (b + 4.5) × (20/60), which solves to give bike speed = 3.6 mph and distance = 2.7 miles.

Why do you need to convert minutes to hours in rate problems?+

Because speed is typically given in miles per hour (mph), but travel times are often in minutes. To use the formula Distance = Rate × Time correctly, all units must match. Convert minutes to hours by dividing by 60: 20 minutes = 20/60 = 1/3 hour, and 45 minutes = 45/60 = 3/4 hour.

What's the key insight for same-distance, different-speed problems?+

The fundamental insight is that distance remains constant regardless of the mode of travel. This constraint lets you set bike distance equal to car distance, creating one equation with one unknown. The speed difference and time difference work together to determine both the actual speeds and the distance.

NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-07-20