{{ block title }}Set Your Price - Round {{ player.round_number }}{{ endblock }} {{ block content }}

Private Cost Information

Your marginal cost is: {{ player.cost }}

(marginal costs range from {{ C.min_cost }} to {{ C.max_cost }})

Public Market Information

Firms in market: {{ C.PLAYERS_PER_GROUP }}

Demand of each buyer: {{ C.unit_demand }}

Type-1 Buyers
{{ player.n1 }}
choose you only
Type-2 Buyers
{{ player.n2 }}
choose between you and 1 other
Type-3 Buyers
{{ player.n3 }}
choose between you and 2 others
Your History (Last 5 Rounds)
{% if last5 %} {% for pr in last5 %} {% endfor %} {% else %} {% endif %}
Round Your Price Your Profit
{{ pr.round_number }} {{ pr.price }} {{ pr.payoff }}
No prior rounds yet.
Set your price

Your profit equals (your price - your marginal cost) × units sold .

{{ formfields }}
{{ next_button }}
{{ endblock }}