{% extends "global/Page.html" %} {% block title %}Task Information{% endblock %} {% block content %}

The task you will perform involves solving three types of math problems. You are required to solve the problems without using any outside materials, such as scratch paper or calculators. The three types are described next.

Type 1 (Round 1)

In Round 1, you will subtract two-digit numbers from two-digit numbers. For example, 72 - 13 can be solved as 59. Round 1 will last 240 seconds (4 minutes). Please see example below.




Type 2 (Round 2)

{{ if difficult == 1 }} In Round 2, you will subtract three-digit numbers from three-digit numbers. For example, 430 - 182 can be solved as 248. Round 2 will last 240 seconds (4 minutes). Please see example below.

{{ else }} In Round 2, you will subtract two-digit numbers from three-digit numbers. For example, 430 - 82 can be solved as 348. Round 2 will last 240 seconds (4 minutes). Please see example below.

{{ endif }}


Type 3 (Rounds 3-12)

{{ if difficult == 1 }} In Rounds 3-12, you will continue to subtract three-digit numbers from three-digit numbers. However, unlike in rounds 1 and 2, where you will type your answer in a provided answer space, in rounds 3-12, you will answer the questions by adjusting a slider to the correct answer between 0 and 500. Each round (3-12) will last 120 seconds (2 minutes). Please see example below.

{{ else }} In Rounds 3-12, you will continue to subtract two-digit numbers from three-digit numbers. However, unlike in rounds 1 and 2, where you will type your answer in a provided answer space, in rounds 3-12, you will answer the questions by adjusting a slider to the correct answer between 0 and 500. Each round (3-12) will last 120 seconds (2 minutes). Please see example below.

{{ endif }}


{% next_button %} {% endblock %}