break_even
Calculate break-even units and revenue from fixed costs, selling price, and variable cost per unit. Determine the sales volume needed to cover all expenses.
Instructions
Calculate break-even units and revenue given fixed costs, price per unit, and variable cost per unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixed_costs | Yes | Total fixed costs | |
| price_per_unit | Yes | Selling price per unit | |
| variable_cost_per_unit | Yes | Variable cost per unit |