Running pace
Use a timed 12 km run to find a pace, then reuse it to estimate the time for another distance. Calcul.io keeps the units visible as each line updates.
| @1 | distance = 12 km | |
| @2 | time = 30 min | |
| @3 | pace = time / distance | |
| @4 | weekendDistance = 8 km | |
| @5 | weekendTime = weekendDistance * pace |
How it works
- Replace
distanceandtimewith a measured effort. - Read
paceas the time per kilometre. - Change
weekendDistanceto plan a second route.
Keep the units attached to both inputs so Calcul.io can convert and report a meaningful pace.