{{ block title }} GAME {{ participant.game }} of 12 {{ endblock }} {{ block content }}
You start with a hypothetical income of $40.
In the next round (Round1) and any subsequent rounds(Round 2, 3, etc.),
- Your income can either increase by $12 with a probability of 3/7,
- Or decrease by $16 with a probability of 4/7.
{{ if prev_player_cost != 40 }}- The exit cost is now constant at $40. (Whereas it was ${{prev_player_cost}} in the previous game.)
{{ else }}- The exit cost is constant at $40. (It was also ${{prev_player_cost}} in the previous game.)
{{ endif }}