← 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
To find the number of dozens of eggs Claire will eat in 4 weeks, we can follow these steps:

1.  **Calculate the number of eggs eaten per day:**
    Claire makes a 3-egg omelet every morning, so she eats 3 eggs per day.

2.  **Calculate the total number of days in 4 weeks:**
    There are 7 days in a week.
    $4 \text{ weeks} \times 7 \text{ days/week} = 28 \text{ days}$.

3.  **Calculate the total number of eggs eaten in 4 weeks:**
    Multiply the eggs per day by the total number of days.
    $3 \text{ eggs/day} \times 28 \text{ days} = 84 \text{ eggs}$.

4.  **Convert the total number of eggs to dozens:**
    There are 12 eggs in a dozen.
    $84 \text{ eggs} \div 12 \text{ eggs/dozen} = 7 \text{ dozens}$.

\boxed{7}