Let's solve this step-by-step.
We are given a list of food items and asked to sort them into four categories:
Dairy,
Meat,
Bakery, and
Produce.
---
Step 1: Understand the Categories
-
Dairy: Foods that come from milk or are made from milk (e.g., cheese, yogurt, milk, cream, eggs).
-
Meat: Animal-based protein foods (e.g., beef, chicken, pork, lamb, steak).
-
Bakery: Baked goods (e.g., bread, cake, muffins, pie, buns, hamburger buns).
-
Produce: Fresh fruits and vegetables (e.g., lettuce, carrots, tomatoes, oranges, green peppers).
---
Step 2: Go Through Each Word and Categorize
List of words:
- cake → Bakery
- beef → Meat
- chicken → Meat
- pie → Bakery
- yogurt → Dairy
- cheese → Dairy
- lettuce → Produce
- lamb → Meat
- bread → Bakery
- green peppers → Produce
- steak → Meat
- muffins → Bakery
- eggs → Dairy
- pork → Meat
- milk → Dairy
- cream → Dairy
- hamburger buns → Bakery
- carrots → Produce
- tomatoes → Produce
- oranges → Produce
---
Step 3: Organize Into the Table
Now, fill in the table:
|
Dairy |
Meat |
Bakery |
Produce |
|------------------|------------------|------------------------|--------------------------|
| yogurt | beef | cake | lettuce |
| cheese | chicken | pie | green peppers |
| eggs | lamb | bread | carrots |
| milk | steak | muffins | tomatoes |
| cream | pork | hamburger buns | oranges |
> Note: "Hamburger" is not listed in the original word list — only "hamburger buns" is. So we use "hamburger buns" under Bakery.
---
Final Answer:
✔ Dairy: yogurt, cheese, eggs, milk, cream
✔ Meat: beef, chicken, lamb, steak, pork
✔ Bakery: cake, pie, bread, muffins, hamburger buns
✔ Produce: lettuce, green peppers, carrots, tomatoes, oranges
This completes the sorting task!
Parent Tip: Review the logic above to help your child master the concept of nutrition worksheet.