← 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 me calculate the downloads month by month.

First month: 60 downloads

Second month: Three times the first month
Second month downloads = 3 × 60 = 180 downloads

Third month: Reduced by 30% from the second month
Reduction amount = 30% × 180 = 0.30 × 180 = 54 downloads
Third month downloads = 180 - 54 = 126 downloads

Total downloads over three months:
First month + Second month + Third month
= 60 + 180 + 126 = 366 downloads

$\boxed{366}$