Problem Overview:
The task is to convert singular nouns into their plural forms and then classify each noun as a
person,
place, or
thing. The example provided is:
-
Singular noun: chair
-
Plural form: chairs
-
Classification: thing
Solution:
We will follow the same format for each noun listed in the worksheet.
---
#### 1.
house
-
Plural form: houses
-
Classification: place
#### 2.
pencil
-
Plural form: pencils
-
Classification: thing
#### 3.
computer
-
Plural form: computers
-
Classification: thing
#### 4.
camera
-
Plural form: cameras
-
Classification: thing
#### 5.
television
-
Plural form: televisions
-
Classification: thing
#### 6.
clock
-
Plural form: clocks
-
Classification: thing
#### 7.
desk
-
Plural form: desks
-
Classification: thing
#### 8.
ocean
-
Plural form: oceans
-
Classification: place
#### 9.
chair
-
Plural form: chairs
-
Classification: thing
---
Final Answer:
1. house -
houses - place
2. pencil -
pencils - thing
3. computer -
computers - thing
4. camera -
cameras - thing
5. television -
televisions - thing
6. clock -
clocks - thing
7. desk -
desks - thing
8. ocean -
oceans - place
9. chair -
chairs - thing
Boxed Final Answer:
\[
\boxed{
\begin{array}{lll}
1. & \text{house} & \text{houses - place} \\
2. & \text{pencil} & \text{pencils - thing} \\
3. & \text{computer} & \text{computers - thing} \\
4. & \text{camera} & \text{cameras - thing} \\
5. & \text{television} & \text{televisions - thing} \\
6. & \text{clock} & \text{clocks - thing} \\
7. & \text{desk} & \text{desks - thing} \\
8. & \text{ocean} & \text{oceans - place} \\
9. & \text{chair} & \text{chairs - thing} \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of plural noun worksheet for 7th grade.