gsm8k-0000
1.000
Challenge · difficulty 2/5
# GSM8K Problem 1
Janet’s ducks lay 16 eggs per day. She eats three for breakfast every morning and bakes muffins for her friends every day with four. She sells the remainder at the farmers' market daily for $2 per fresh duck egg. How much in dollars does she make every day at the farmers' market?
Reason step by step, then give ONLY the final answer on the last line as \boxed{ANSWER}.
<!-- imported from openai/gsm8k (test) -->
Proposed solution
Here is the step-by-step solution:
1. **Calculate the total number of eggs laid:** Janet's ducks lay 16 eggs per day.
2. **Calculate the number of eggs used for personal consumption and baking:**
* Eggs eaten for breakfast: 3
* Eggs used for muffins: 4
* Total eggs used: $3 + 4 = 7$ eggs.
3. **Calculate the number of eggs remaining for sale:**
* Remaining eggs = Total eggs - Total eggs used
* Remaining eggs = $16 - 7 = 9$ eggs.
4. **Calculate the money made from selling the eggs:**
* Price per egg: $2
* Total money = Remaining eggs $\times$ Price per egg
* Total money = $9 \times 2 = 18$ dollars.
\boxed{18}