← run

gsm8k-0018

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

Claire makes a 3 egg omelet every morning for breakfast.  How many dozens of eggs will she eat in 4 weeks?

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

<!-- imported from openai/gsm8k (test) -->
Proposed solution
1.  **Calculate the number of days:**
    There are 7 days in a week.
    $4 \text{ weeks} \times 7 \text{ days/week} = 28 \text{ days}$.

2.  **Calculate the total number of eggs eaten:**
    Claire eats 3 eggs every day.
    $28 \text{ days} \times 3 \text{ eggs/day} = 84 \text{ eggs}$.

3.  **Convert the total eggs to dozens:**
    One dozen is equal to 12 eggs.
    $84 \text{ eggs} \div 12 \text{ eggs/dozen} = 7 \text{ dozens}$.

\boxed{7}