← 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
I need to calculate the total cost of all the pastries Toula bought.

Let me break this down step by step:

First, let me identify what she bought and the costs:
- 3 dozen donuts at $68 per dozen
- 2 dozen mini cupcakes at $80 per dozen  
- 6 dozen mini cheesecakes at $55 per dozen

Now I'll calculate each item's cost:

Cost of donuts:
3 dozen × $68 per dozen = $204

Cost of mini cupcakes:
2 dozen × $80 per dozen = $160

Cost of mini cheesecakes:
6 dozen × $55 per dozen = $330

Total cost:
$204 + $160 + $330 = $694

$\boxed{694}$