← 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


The total cost is calculated by multiplying the quantity of each item by its price and then summing all the amounts.

- Donuts: 3 dozen × $68/dozen = $204
- Cupcakes: 2 dozen × $80/dozen = $160
- Cheesecakes: 6 dozen × $55/dozen = $330

Adding these together: $204 + $160 + $330 = $694.

\boxed{694}