← 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 for each type of pastry and then sum them up.

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

2. **Cost of mini cupcakes:** 
   She bought 2 dozen mini cupcakes at $80 per dozen.
   $2 \times 80 = 160$

3. **Cost of mini cheesecakes:** 
   She bought 6 dozen mini cheesecakes at $55 per dozen.
   $6 \times 55 = 330$

4. **Total cost:** 
   Add the costs of all the pastries together.
   $204 + 160 + 330 = 694$

The total cost was $694.

\boxed{694}