← run

gsm8k-0011

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

Toula went to the bakery and bought various types of pastries. She bought 3 dozen donuts which cost $68 per dozen, 2 dozen mini cupcakes which cost $80 per dozen, and 6 dozen mini cheesecakes for $55 per dozen. How much was the total cost?

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

<!-- imported from openai/gsm8k (test) -->
Proposed solution
We are given the quantities and prices per dozen for three types of pastries:

1. **Donuts**:  
   - Quantity: 3 dozen  
   - Price per dozen: \$68  
   - Cost = $ 3 \times 68 = 204 $

2. **Mini cupcakes**:  
   - Quantity: 2 dozen  
   - Price per dozen: \$80  
   - Cost = $ 2 \times 80 = 160 $

3. **Mini cheesecakes**:  
   - Quantity: 6 dozen  
   - Price per dozen: \$55  
   - Cost = $ 6 \times 55 = 330 $

Now, sum all the costs:

$$
204 + 160 + 330 = (204 + 160) + 330 = 364 + 330 = 694
$$

\boxed{694}