1. Calculating Average Travel Speed
Logistics PlannerBackground
A delivery truck travels from point A to point B at 60 mph, and returns along the exact same route at 40 mph.
Problem
Using a standard arithmetic mean (50 mph) is incorrect because the truck spends more time traveling at the slower speed.
How to use
Input the speeds '60, 40' into the dataset field and set decimal places to 2.
{
"dataset": "60, 40",
"decimalPlaces": 2,
"includeMeanComparison": false
}Outcome
The tool calculates the harmonic mean as 48.00 mph, providing the true average speed for the entire round trip.