Data & Graphs

Problem

Average distance per hour from total time

A bus drives 180 km going 90 km every hour, then drives 255 km going 85 km every hour. We want one number: how many kilometers, on average, it covered each hour for the whole trip.
Ratios
Your answer
How to solve
Strategy Identify Subproblems — The trip has two parts, so first find the time each part takes (a subproblem), then add up the total distance and total time. Watching the units (km and hours) shows that average speed is total km divided by total hours, which keeps us from wrongly averaging 90 and 85 directly.
1STEP 1

Time for the first part

The bus covers 180 km while going 90 km each hour, so divide the distance by the speed to find how many hours that part takes.

180 ÷ 90 = 2 hours
2STEP 2

Time for the second part

The bus covers 255 km while going 85 km each hour, so divide again to find the time for this part.

255 ÷ 85 = 3 hours
3STEP 3

Add the totals

Add the two distances to get the whole trip distance, and add the two times to get the whole trip time.

180 + 255 = 435 km, 2 + 3 = 5 hours
4STEP 4

Find the average per hour

Average speed is total distance divided by total time. The units km per hour tell us to divide kilometers by hours.

435 ÷ 5 = 87 km per hour
Answer
87 km
The answer 87 km/h sits between the two speeds 85 and 90, which makes sense. It is closer to 85 because the bus spent more time (3 hours) at 85 km/h than at 90 km/h (2 hours). The units work out to km per hour, exactly what was asked.
Takeaway

Average speed is the whole distance shared evenly over the whole time, not just the average of the two speeds.

  • Time for the first part
  • Time for the second part
  • Add the totals
  • Find the average per hour
Where next?
Another one like thissuggested

▶ Practice — 12 problems