Problem:
The task is to write the plural form of the given singular nouns. The instructions provide a rule:
Add an "s" to many singular nouns to make them plural. Add an "es" to singular nouns that end with sh, ch, x, z, and s.
Solution:
Let's go through each noun and determine its plural form based on the provided rules.
---
#### 1.
dish
- Singular: dish
- Plural: dishes (add "es" because it ends with "sh")
-
Answer: dishes
#### 2.
goat
- Singular: goat
- Plural: goats (add "s")
-
Answer: goats
#### 3.
peach
- Singular: peach
- Plural: peaches (add "es" because it ends with "ch")
-
Answer: peaches
#### 4.
book
- Singular: book
- Plural: books (add "s")
-
Answer: books
#### 5.
chair
- Singular: chair
- Plural: chairs (add "s")
-
Answer: chairs
#### 6.
box
- Singular: box
- Plural: boxes (add "es" because it ends with "x")
-
Answer: boxes
#### 7.
door
- Singular: door
- Plural: doors (add "s")
-
Answer: doors
#### 8.
bus
- Singular: bus
- Plural: buses (add "es" because it ends with "s")
-
Answer: buses
#### 9.
stove
- Singular: stove
- Plural: stoves (add "s")
-
Answer: stoves
#### 10.
lunch
- Singular: lunch
- Plural: lunches (add "es" because it ends with "ch")
-
Answer: lunches
#### 11.
brush
- Singular: brush
- Plural: brushes (add "es" because it ends with "sh")
-
Answer: brushes
#### 12.
light
- Singular: light
- Plural: lights (add "s")
-
Answer: lights
#### 13.
sink
- Singular: sink
- Plural: sinks (add "s")
-
Answer: sinks
#### 14.
lamp
- Singular: lamp
- Plural: lamps (add "s")
-
Answer: lamps
#### 15.
porch
- Singular: porch
- Plural: porches (add "es" because it ends with "ch")
-
Answer: porches
#### 16.
frame
- Singular: frame
- Plural: frames (add "s")
-
Answer: frames
---
Final Answer:
```
1. dishes
2. goats
3. peaches
4. books
5. chairs
6. boxes
7. doors
8. buses
9. stoves
10. lunches
11. brushes
12. lights
13. sinks
14. lamps
15. porches
16. frames
```
Boxed Final Answer:
\boxed{
\begin{array}{ll}
1. \text{dishes} & 2. \text{goats} \\
3. \text{peaches} & 4. \text{books} \\
5. \text{chairs} & 6. \text{boxes} \\
7. \text{doors} & 8. \text{buses} \\
9. \text{stoves} & 10. \text{lunches} \\
11. \text{brushes} & 12. \text{lights} \\
13. \text{sinks} & 14. \text{lamps} \\
15. \text{porches} & 16. \text{frames} \\
\end{array}
}
Parent Tip: Review the logic above to help your child master the concept of plural noun worksheet for 7th grade.