This is a word search puzzle where you need to find the words related to family members in the grid. The words to find are:
- FATHER
- SISTER
- MOTHER
- BROTHER
- BABY
- GRANDMOTHER
- GRANDFATHER
Solution:
Let's solve the puzzle step by step.
#### 1.
FATHER
- Look for the sequence "FATHER" in the grid.
- It can be found horizontally in the second row:
```
R R F A T H E R Q G M
```
#### 2.
SISTER
- Look for the sequence "SISTER".
- It can be found horizontally in the third row:
```
A S A D E S I S T E R
```
#### 3.
MOTHER
- Look for the sequence "MOTHER".
- It can be found vertically starting from the last column of the first row and going down:
```
H
M
R
X
F
A
T
H
E
R
```
#### 4.
BROTHER
- Look for the sequence "BROTHER".
- It can be found horizontally in the fourth row:
```
N B V N C L I T R S Z
```
#### 5.
BABY
- Look for the sequence "BABY".
- It can be found horizontally in the fifth row:
```
D E M N D V B A B Y X
```
#### 6.
GRANDMOTHER
- Look for the sequence "GRANDMOTHER".
- It can be found diagonally (from top-left to bottom-right) starting from the second column of the first row:
```
K O P A W Z X C F H
R F A T H E R Q G M
S A D E S I S T E R
B V N C L I T R S Z
E M N D V B A B Y X
W O Q A K R L M N F
L T P O G O H J N A
F H T W E T T D H
T E F U A H Y
R R D Y J E
E Z X S L R
```
#### 7.
GRANDFATHER
- Look for the sequence "GRANDFATHER".
- It can be found horizontally in the last row:
```
R E Z X S L R Q
```
Final Answer:
The words are found as follows:
-
FATHER: Second row, horizontal.
-
SISTER: Third row, horizontal.
-
MOTHER: Last column, vertical.
-
BROTHER: Fourth row, horizontal.
-
BABY: Fifth row, horizontal.
-
GRANDMOTHER: Diagonal from top-left to bottom-right.
-
GRANDFATHER: Last row, horizontal.
Boxed Answer:
\boxed{
\begin{aligned}
&\text{FATHER: Second row, horizontal.} \\
&\text{SISTER: Third row, horizontal.} \\
&\text{MOTHER: Last column, vertical.} \\
&\text{BROTHER: Fourth row, horizontal.} \\
&\text{BABY: Fifth row, horizontal.} \\
&\text{GRANDMOTHER: Diagonal from top-left to bottom-right.} \\
&\text{GRANDFATHER: Last row, horizontal.}
\end{aligned}
}
Parent Tip: Review the logic above to help your child master the concept of family members worksheet.