Problem Overview:
The task is to convert the given singular nouns into their plural forms using the rules provided in the chart. The chart outlines three main rules for forming plurals:
1.
Regular Nouns: Add "s" (e.g., cat → cats).
2.
Nouns Ending in s, ss, ch, sh, x, or o: Add "es" (e.g., fox → foxes).
3.
Nouns Ending in a Consonant and y: Change "y" to "i" and add "es" (e.g., butterfly → butterflies).
4.
Nouns Ending in f or fe: Change "f" or "fe" to "v" and add "es" (e.g., wolf → wolves).
Solution:
We will apply these rules to each noun in the list.
---
####
List of Singular Nouns:
1. Dog
2. Box
3. Flash
4. Worry
5. Loaf
6. Echo
7. Batch
8. Mess
9. Firefly
10. Fear
11. Half
12. Shoe
13. Lash
14. Tear
15. Stove
16. Rat
17. Watch
18. Book
19. Towel
20. Wolf
---
####
Step-by-Step Conversion:
1.
Dog
- Rule: Regular noun (add "s").
- Plural:
Dogs
2.
Box
- Rule: Regular noun (add "s").
- Plural:
Boxes
3.
Flash
- Rule: Regular noun (add "s").
- Plural:
Flashes
4.
Worry
- Rule: Regular noun (add "s").
- Plural:
Worries
5.
Loaf
- Rule: Regular noun (add "s").
- Plural:
Loaves
6.
Echo
- Rule: Regular noun (add "s").
- Plural:
Echoes
7.
Batch
- Rule: Regular noun (add "s").
- Plural:
Batches
8.
Mess
- Rule: Regular noun (add "s").
- Plural:
Mess
9.
Firefly
- Rule: Noun ending in "y" preceded by a consonant (change "y" to "i" and add "es").
- Plural:
Fireflies
10.
Fear
- Rule: Regular noun (add "s").
- Plural:
Fears
11.
Half
- Rule: Irregular plural (special case).
- Plural:
Halves
12.
Shoe
- Rule: Regular noun (add "s").
- Plural:
Shoes
13.
Lash
- Rule: Regular noun (add "s").
- Plural:
Lashes
14.
Tear
- Rule: Regular noun (add "s").
- Plural:
Tears
15.
Stove
- Rule: Regular noun (add "s").
- Plural:
Stoves
16.
Rat
- Rule: Regular noun (add "s").
- Plural:
Rats
17.
Watch
- Rule: Regular noun (add "s").
- Plural:
Watches
18.
Book
- Rule: Regular noun (add "s").
- Plural:
Books
19.
Towel
- Rule: Regular noun (add "s").
- Plural:
Towels
20.
Wolf
- Rule: Noun ending in "f" (change "f" to "v" and add "es").
- Plural:
Wolves
---
####
Final Answer:
1. Dogs
2. Boxes
3. Flashes
4. Worries
5. Loaves
6. Echoes
7. Batches
8. Messes
9. Fireflies
10. Fears
11. Halves
12. Shoes
13. Lashes
14. Tears
15. Stoves
16. Rats
17. Watches
18. Books
19. Towels
20. Wolves
---
Final Answer Box:
\[
\boxed{
\begin{array}{ll}
1. \text{Dogs} & 11. \text{Halves} \\
2. \text{Boxes} & 12. \text{Shoes} \\
3. \text{Flashes} & 13. \text{Lashes} \\
4. \text{Worries} & 14. \text{Tears} \\
5. \text{Loaves} & 15. \text{Stoves} \\
6. \text{Echoes} & 16. \text{Rats} \\
7. \text{Batches} & 17. \text{Watches} \\
8. \text{Mess} & 18. \text{Books} \\
9. \text{Fireflies} & 19. \text{Towels} \\
10. \text{Fears} & 20. \text{Wolves} \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of regular and irregular nouns worksheet.