Problem Description:
The task involves rearranging the given jumbled letters to form family member names and then connecting each word to the correct picture. The goal is to identify the correct family members based on the scrambled letters.
Given Jumbled Letters:
1. `thmore`
2. `rethbor`
3. `magrand`
4. `tressi`
5. `reftha`
6. `pagrand`
Solution Approach:
1.
Rearrange the Letters: Unscramble each set of letters to form a recognizable family member's name.
2.
Match with Pictures: Once the names are identified, match them with the corresponding pictures provided in the image.
---
Step-by-Step Solution:
#### 1. `thmore`
- Rearranging the letters: `mother`
- Matching Picture: The person in the top-left corner (an older woman).
#### 2. `rethbor`
- Rearranging the letters: `brother`
- Matching Picture: The person in the middle-left corner (a young man).
#### 3. `magrand`
- Rearranging the letters: `grandma`
- Matching Picture: The person in the bottom-left corner (an elderly woman).
#### 4. `tressi`
- Rearranging the letters: `sister`
- Matching Picture: The person in the bottom-right corner (a young girl).
#### 5. `reftha`
- Rearranging the letters: `father`
- Matching Picture: The person in the top-right corner (an older man).
#### 6. `pagrand`
- Rearranging the letters: `grandpa`
- Matching Picture: The person in the middle-right corner (an elderly man).
---
Final Answer:
1. `thmore` →
mother → Top-left picture
2. `rethbor` →
brother → Middle-left picture
3. `magrand` →
grandma → Bottom-left picture
4. `tressi` →
sister → Bottom-right picture
5. `reftha` →
father → Top-right picture
6. `pagrand` →
grandpa → Middle-right picture
Boxed Final Answer:
\[
\boxed{
\begin{aligned}
1. & \text{ mother} \\
2. & \text{ brother} \\
3. & \text{ grandma} \\
4. & \text{ sister} \\
5. & \text{ father} \\
6. & \text{ grandpa} \\
\end{aligned}
}
\]
Parent Tip: Review the logic above to help your child master the concept of family members worksheet.