Speed
What it does
Calculates speed from the supplied values.
When to use it
Use this science formula when the named quantities are known.
Variables
Worked example
{
"inputs": {
"time": 2,
"distance": 120
},
"result": 60
}Common mistakes
Check units, signs, brackets and that every value is entered in the stated units.