| Meaning |
{
"term": "Pace",
"definition": "The rate at which something moves, progresses, or is accomplished, commonly expressed as distance per unit of time in contexts such as running, walking, or project timelines.",
"commonUnits": [
{
"context": "Running/Walking",
"unit": "minutes per kilometer",
"example": "5:30 min/km"
},
{
"context": "Running/Walking",
"unit": "minutes per mile",
"example": "8:45 min/mi"
},
{
"context": "Project Management",
"unit": "tasks per day",
"example": "3 tasks/day"
}
],
"exampleCalculations": [
{
"description": "If you run 10 kilometers in 55 minutes, your pace is calculated as:",
"calculation": "55 minutes ÷ 10 km = 5.5 minutes per kilometer",
"result": "5:30 min/km"
},
{
"description": "If a project completes 20 deliverables in 4 weeks, the pace is:",
"calculation": "20 deliverables ÷ 4 weeks = 5 deliverables per week",
"result": "5 deliverables/week"
}
]
} |