← 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
To find the total cost, we need to calculate the cost of each type of pastry separately and then add them together.

1. Cost of donuts:
Toula bought 3 dozen donuts at $68 per dozen.
Cost of donuts = 3 dozen * $68/dozen = $204

2. Cost of mini cupcakes:
Toula bought 2 dozen mini cupcakes at $80 per dozen.
Cost of mini cupcakes = 2 dozen * $80/dozen = $160

3. Cost of mini cheesecakes:
Toula bought 6 dozen mini cheesecakes at $55 per dozen.
Cost of mini cheesecakes = 6 dozen * $55/dozen = $330

Now, we add the costs of all the pastries together to find the total cost:
Total cost = Cost of donuts + Cost of mini cupcakes + Cost of mini cheesecakes
Total cost = $204 + $160 + $330 = $694

The final answer is \boxed{694}.