{{ block title }} Part 2 {{ endblock }} {{ block content }}

#4 The computer has drawn a {{if player.color4 == 'b'}} blue ball from the urn. {{else}} red ball from the urn. {{endif}}


Please report a probability that the stock price on day 240 will be {{if player.buy_sell == 0}} lower than 3200 points {{else}} higher than 3200 points. {{endif}}


  Probability (%) {{if player.buy_sell == 1}}
{{formfield_errors 'prob4'}}

%

{{else}}

%


{{formfield_errors 'prob4'}}
{{endif}}
Your answers and historical ball's colors

Part 1 {{if player.buy_sell == 1}}
You bought the stock.
{{else}}
You short sold the stock.
{{endif}}

Part 2 Before receiving information After receiving information
1 2 3 4 5
Color of the ball - {{if player.color1 == 'b'}} {{else}} {{endif}} {{if player.color2 == 'b'}} {{else}} {{endif}} {{if player.color3 == 'b'}} {{else}} {{endif}} {{if player.color4 == 'b'}} {{else}} {{endif}}
Price on day 240 >3200 points {{player.prob_high0}} {{player.prob_high1}} {{player.prob_high2}} {{player.prob_high3}}
Price on day 240 <3200 points {{player.prob_low0}} {{player.prob_low1}} {{player.prob_low2}} {{player.prob_low3}}

{{ next_button }}

{{ endblock }}