← 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 answer, we need to calculate the total number of eggs Claire eats and then convert that number into dozens.

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

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

3.  **Convert the total number of eggs to dozens:**
    One dozen is equal to 12 eggs.
    To find the number of dozens, divide the total number of eggs by 12:
    $$84 \text{ eggs} \div 12 \text{ eggs/dozen} = 7 \text{ dozens}$$

Claire will eat 7 dozens of eggs.

\boxed{7}