gsm8k-0010
1.000
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
Here is the step-by-step solution:
1. **First Month:** The problem states there were **60** downloads.
2. **Second Month:** The number of downloads was three times as many as the first month.
$$60 \times 3 = 180$$
So, there were **180** downloads in the second month.
3. **Third Month:** The number of downloads was reduced by 30% compared to the second month. First, we calculate the reduction amount:
$$180 \times 0.30 = 54$$
Then, subtract this from the second month's total:
$$180 - 54 = 126$$
So, there were **126** downloads in the third month.
4. **Total Downloads:** Add the downloads from all three months together.
$$60 + 180 + 126 = 366$$
The total number of downloads over the three months is 366.
\boxed{366}