{% block title %}
| Ihr Preis p |
Produktion y × p |
Durchschnittspreis P |
Kosten pro Stück P - {{ player.cost_deduction }} |
Gewinn pro Stück p - P + {{ player.cost_deduction }} |
Gewinn y × (p - P + {{ player.cost_deduction }}) |
|---|---|---|---|---|---|
| {{player.price}} | {{player.output}} | {{group.average_price}} | {{player.unit_costs}} | {{player.per_piece_earnings}} | {{player.earnings}} |
| Ihr Preis p | Durchschnittspreis P | Zielpreis z = {{ player.price_aim_parameter_current }} + 1/2×P |
Gewinn |
|---|---|---|---|
| {{player.price}} | {{group.average_price}} | {{player.price_aim}} | {{player.earnings}} |