{{ block title }} 結果(ラウンド{{player.round_number}}) {{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}

あなたは初期保有量として{{ Constants.endowment_low }}を持っていました。
その中から{{ player.contribution }}を投資しました.
また相手は{{ group.contribution2}}を投資しました。

{{ else }}

あなたは初期保有量として{{ Constants.endowment_high }}を持っていました。
その中から{{ player.contribution }}を投資しました。
また相手は{{ group.contribution1}}を投資しました。

{{ endif }}

したがって,あなたは配当として、{{ player.utility }}ポイントを受け取りました.

{{ next_button }} {{ if player.id_in_group == 1 }}


配当の計算式

あなたの配当=100({{Constants.endowment_low}}-あなたの投資量){{ Constants.parameter }}(あなたの投資量+相手の投資量){{ Constants.parameter }}+100


あなたの配当表

あなたの配当表


相手の配当表

相手の配当表

{{ else }}


配当の計算式

あなたの利得=100({{Constants.endowment_high}}-あなたの投資量){{ Constants.parameter }}(あなたの投資量+相手の投資量){{ Constants.parameter }}+100


あなたの配当表

あなたの利得表


相手の配当表

相手の配当表

{{ endif }} {{ endblock }}