{{ block title }}
{{ endblock }} {{ block content }}
Timeline
1. The computer filled an urn with B blue balls and 20-B red balls.
B was chosen randomly between 2 and 18.
Timeline
1. The computer filled an urn with B blue balls and 20-B red balls.
B was chosen randomly between 2 and 18.
2. The computer showed 10 random balls from the urn to another participant.
That participant guessed the total number of blue balls (B) in the urn.
3. The 10 balls were returned to the urn.
Timeline
1. The computer filled an urn with B blue balls and 20-B red balls.
B was chosen randomly between 0 and 20.
2. The computer showed 10 random balls from the urn to participant {{ other }}.
Participant {{ other }} guessed the total number of blue balls (B) in the urn.
3. The 10 balls were returned to the urn.
{% if player.initial == 0 %} 4. Now you will get your personal draws. {% else %} 2. Now you will get your personal draws. {% endif %}