Instructions

You are in a group of 3 people. Each of you will be asked to choose a number between 0 and 100. The winner will be the participant whose number is closest to 2/3 of the average of all chosen numbers.

{% if player.group.id_in_subsession == 1 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 2 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 3 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 4 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 5 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 6 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 7 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 8 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 9 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 10 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 11 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 12 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 13 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 14 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 15 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 16 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 17 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 18 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 19 %}

The winner will receive {{ C.JACKPOT_HIGH }}. In case of a tie, the jackpot will be equally divided among winners.

{% elif player.group.id_in_subsession == 20 %}

The winner will receive {{ C.JACKPOT_LOW }}. In case of a tie, the jackpot will be equally divided among winners.

{% endif %}

This game will be played for 10 rounds.