{{ block title }}投資額の決定(ラウンド{{player.round_number}}){{ endblock }} {{ block content }}

あなたは初期保有量として{{Constants.endowment_high}}を持っています

{{ formfields Group.contribution2 }}

{{ next_button }}


{{ if not player.round_number == 1 }}

前回の結果

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

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


{{ endif }}

利得の計算式

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


あなたの配当表

あなたの配当表


相手の配当表

相手の配当表

{{ endblock }}