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
Let's break down the problem step by step:
1. **First Month Downloads**: The program had 60 downloads in the first month.
2. **Second Month Downloads**: The number of downloads in the second month was three times as many as the downloads in the first month.
- Calculation: \( 3 \times 60 = 180 \) downloads.
3. **Third Month Downloads**: The number of downloads in the third month was reduced by 30% compared to the second month.
- First, calculate 30% of the second month's downloads: \( 0.30 \times 180 = 54 \) downloads.
- Then, subtract this from the second month's downloads: \( 180 - 54 = 126 \) downloads.
4. **Total Downloads Over Three Months**: Add the downloads from all three months.
- Calculation: \( 60 + 180 + 126 = 366 \) downloads.
Therefore, the total number of downloads over the three months is \(\boxed{366}\).