{% block styles %} {% endblock %} {{ block content }}

Round {{ roundnum }}: Member {% if player.id_in_group == 2 %} B {% else %} A {% endif %} page (Part 1/2) Choosing N


The unknown X is a number with one decimal randomly drawn from [0.0, 100.0].


You can acquire information about X by cutting [0.0, 100.0] into N equal pieces. The computer will reveal to you which one of the N pieces contains X.


In each round, you are given a budget of 100 reward points to pay for the cutting cost. Choosing N = 1 is free. Each additional piece costs 10 points to cut.
Cost cannot exceed budget: the possible choice of N ranges from 1 (no cut, no information, no cost) to 10 (10-piece cut, most information, highest cost at 100 points).


Please input your desired N value (between 1 and 10 inclusive).


{{ formfield 'choice_N' label="Input an integer N here." }}

Click “Next” below to confirm and proceed.


{{ next_button }}
{{ endblock }}