Let's solve the rhyming word matching task step by step.
We are given two columns of words. The goal is to
match each word on the left with its rhyming partner on the right.
---
Left Column:
1. glad
2. drop
3. snack
4. cloth
5. drink
6. jump
7. pram
8. spill
Right Column:
- pump
- black
- gram
- clad
- mill
- blink
- moth
- stop
---
Now, let’s find the rhymes:
1.
glad → sounds like "clad" (both end in "-lad")
✔ glad → clad
2.
drop → rhymes with
stop (both end in "-op")
✔ drop → stop
3.
snack → rhymes with
black (both end in "-ack")
✔ snack → black
4.
cloth → rhymes with
moth (both end in "-oth")
✔ cloth → moth
5.
drink → rhymes with
blink (both end in "-ink")
✔ drink → blink
6.
jump → rhymes with
pump (both end in "-ump")
✔ jump → pump
7.
pram → rhymes with
gram (both end in "-am")
✔ pram → gram
8.
spill → rhymes with
mill (both end in "-ill")
✔ spill → mill
---
Final Matches:
| Left | → | Right |
|----------|-------|--------|
| glad | → | clad |
| drop | → | stop |
| snack | → | black |
| cloth | → | moth |
| drink | → | blink |
| jump | → | pump |
| pram | → | gram |
| spill | → | mill |
✔ All words are matched correctly based on rhyme.
---
Answer Summary:
- glad → clad
- drop → stop
- snack → black
- cloth → moth
- drink → blink
- jump → pump
- pram → gram
- spill → mill
This completes the worksheet!
Parent Tip: Review the logic above to help your child master the concept of circle the rhyming words worksheet.