Problem Description:
The task is to select the correct letter that matches the picture provided. Each row contains a picture and three letters, and the goal is to identify which letter corresponds to the initial sound of the word represented by the picture.
Solution:
#### Step 1: Analyze the first row
-
Picture: An apple.
-
Letters: `a`, `v`, `t`.
- The word for the picture is "apple," which starts with the letter
a.
-
Correct Answer: `a`.
#### Step 2: Analyze the second row
-
Picture: A ball.
-
Letters: `o`, `y`, `b`.
- The word for the picture is "ball," which starts with the letter
b.
-
Correct Answer: `b`.
#### Step 3: Analyze the third row
-
Picture: A cat.
-
Letters: `c`, `r`, `z`.
- The word for the picture is "cat," which starts with the letter
c.
-
Correct Answer: `c`.
#### Step 4: Analyze the fourth row
-
Picture: A duck.
-
Letters: `q`, `d`, `n`.
- The word for the picture is "duck," which starts with the letter
d.
-
Correct Answer: `d`.
Final Answer:
- First row: `a`
- Second row: `b`
- Third row: `c`
- Fourth row: `d`
Thus, the correct letters matching the pictures are:
\[
\boxed{a, b, c, d}
\]
Parent Tip: Review the logic above to help your child master the concept of worksheet for nursery class.