Problem Overview:
The task involves two main parts:
1.
Identifying and Writing the Names of Pictures: Each picture in the grid represents a word. You need to write the name of each picture on the lines provided.
2.
Finding the Words in the Word Search: After identifying the words, you need to locate them in the provided word search grid.
Step-by-Step Solution:
#### Part 1: Identifying and Writing the Names of Pictures
We will identify each picture and write its corresponding word.
1.
First Row:
- Picture 1: A taxi cab.
- Word:
taxi
- Picture 2: A person with short hair.
- Word:
girl
- Picture 3: A shopping bag.
- Word:
bag
- Picture 4: A jar of honey.
- Word:
jar
- Picture 5: A van or bus.
- Word:
bus
2.
Second Row:
- Picture 6: A bucket with water spilling out.
- Word:
bucket
- Picture 7: A map.
- Word:
map
- Picture 8: A scientist working with a beaker.
- Word:
lab
- Picture 9: A gas pump.
- Word:
gas
- Picture 10: A hat.
- Word:
hat
#### Part 2: Finding the Words in the Word Search
Now, we will locate each word in the word search grid. The grid is as follows:
```
m a p c w a x b e r s
s j n e g o n c d w i
x o b c f j s p a g b
m g r a p d a r s m a
a c x b w i g j f h l
j r a g u j x b c a u
w d g s o b a g r t b
```
Let's find each word:
1.
Taxi: Not present in the grid.
2.
Girl: Not present in the grid.
3.
Bag: Found horizontally in the third row: `b a g`.
4.
Jar: Found vertically in the fifth column: `j a r`.
5.
Bus: Found horizontally in the first row: `b u s`.
6.
Bucket: Not present in the grid.
7.
Map: Found horizontally in the second row: `m a p`.
8.
Lab: Found vertically in the fourth column: `l a b`.
9.
Gas: Found horizontally in the fourth row: `g a s`.
10.
Hat: Found horizontally in the seventh row: `h a t`.
Final Answer:
- Words written for the pictures:
taxi, girl, bag, jar, bus, bucket, map, lab, gas, hat.
- Words found in the word search:
bag, jar, bus, map, lab, gas, hat.
\boxed{bag, jar, bus, map, lab, gas, hat}
Parent Tip: Review the logic above to help your child master the concept of phonic worksheet first grade.