break_even_calculator
Calculate the break-even point in units and revenue using fixed costs, variable cost per unit, and selling price.
Instructions
Calculate the break-even point in units and revenue from fixed costs, variable costs, and selling price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixed_costs | Yes | Total fixed costs (rent, salaries, etc.) | |
| variable_cost_per_unit | Yes | Variable cost per unit produced/sold | |
| selling_price_per_unit | Yes | Selling price per unit |