Problem:
The task is to convert the given singular nouns into their plural forms. The instructions provided in the image state:
- Add an
s to most singular nouns to make them plural.
- Add
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 rules provided.
---
#### 1.
dish
- Rule: Add
s to most singular nouns.
- Plural:
dishes
#### 2.
goat
- Rule: Add
s to most singular nouns.
- Plural:
goats
#### 3.
peach
- Rule: Add
s to most singular nouns.
- Plural:
peaches
#### 4.
book
- Rule: Add
s to most singular nouns.
- Plural:
books
#### 5.
chair
- Rule: Add
s to most singular nouns.
- Plural:
chairs
#### 6.
box
- Rule: Add
es to nouns ending in
x.
- Plural:
boxes
#### 7.
door
- Rule: Add
s to most singular nouns.
- Plural:
doors
#### 8.
bus
- Rule: Add
es to nouns ending in
s.
- Plural:
buses
#### 9.
stove
- Rule: Add
s to most singular nouns.
- Plural:
stoves
#### 10.
lunch
- Rule: Add
s to most singular nouns.
- Plural:
lunches
#### 11.
brush
- Rule: Add
es to nouns ending in
sh.
- Plural:
brushes
#### 12.
light
- Rule: Add
s to most singular nouns.
- Plural:
lights
#### 13.
sink
- Rule: Add
s to most singular nouns.
- Plural:
sinks
#### 14.
lamp
- Rule: Add
s to most singular nouns.
- Plural:
lamps
#### 15.
porch
- Rule: Add
s to most singular nouns.
- Plural:
porches
#### 16.
frame
- Rule: Add
s to most singular nouns.
- Plural:
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 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 singular and plural nouns worksheet for 3rd grade.