← run

gsm8k-0010

1.000
1/1 tests· math
Challenge · difficulty 2/5
# GSM8K Problem 11

A new program had 60 downloads in the first month. The number of downloads in the second month was three times as many as the downloads in the first month, but then reduced by 30% in the third month. How many downloads did the program have total over the three months?

Reason step by step, then give ONLY the final answer on the last line as \boxed{ANSWER}.

<!-- imported from openai/gsm8k (test) -->
Proposed solution
Let's break down the problem step by step:

1. In the first month, the program had 60 downloads.
2. In the second month, the number of downloads was three times as many as the first month, so it had 3 * 60 = 180 downloads.
3. In the third month, the downloads reduced by 30% compared to the second month. To find 30% of 180, we calculate 0.30 * 180 = 54.
4. So, the number of downloads in the third month was 180 - 54 = 126 downloads.
5. To find the total downloads over the three months, we add the downloads from each month: 60 + 180 + 126 = 366.

The final answer is \boxed{366}.