Break-even units
What it does
Calculates break-even units from the supplied values.
When to use it
Use this business formula when the named quantities are known.
Variables
Worked example
{
"inputs": {
"price": 50,
"fixedCosts": 1000,
"variableCost": 30
},
"result": 50
}Common mistakes
Check units, signs, brackets and that every value is entered in the stated units.