{% extends "global/Page.html" %} {% load otree %} {% block title %} Question {{ player.round_number }}
{% endblock %} {% block content %}

Assume that in 2018, we randomly picked a household in the United States.

What do you think is the probability that this household earned less than $ {{ income_spec }} in 2017, before taxes and deductions?


Probability that this household earned less than $ {{ income_spec }}:
%

Probability that this household earned $ {{ income_spec }} or more:
Enter number above!


{% endblock %} {% block scripts %} {% endblock %}