You can put this solution on YOUR website! If someone runs the 1st half of a race at 5mph and the 2nd half at 10mph then what's the average speed?
:
let d = the halfway distance of the race
let a = average speed for the whole race
:
Write a time equation, time = dist/speed
:
time at 5mph + time at 10mph = total time + =
multiply by 10a, results
2ad + ad = 10(2d)
3ad = 20d
divide both sides by d
3a = 20
a = 20/3
a = 6 mph