Let's solve the pattern recognition task from the image step by step. The goal is to
identify the repeating pattern in each row and determine what comes next, then
color the last picture accordingly.
---
🔹 Row 1: Apples
Sequence:
- Red, Green, Red, Green, Red
Pattern: Alternating
Red → Green → Red → Green → Red
So the next apple should be
Green.
✔ Color the last apple green.
---
🔹 Row 2: Peppers
Sequence:
- Green, Yellow, Green, Yellow, Green
Pattern: Alternating
Green → Yellow → Green → Yellow → Green
Next should be
Yellow.
✔ Color the last pepper yellow.
---
🔹 Row 3: Moon and Star
Sequence:
- Moon, Star, Moon, Star, Moon
Pattern: Alternating
Moon → Star → Moon → Star → Moon
Next should be
Star.
✔ Color the last shape (star) blue (since the stars are already colored blue in the pattern).
---
🔹 Row 4: Cupcakes
Sequence:
- Pink cupcake with cherry, Pink cupcake without cherry, Pink cupcake with cherry, Pink cupcake without cherry, Pink cupcake with cherry
Pattern: Alternating
Cherry → No cherry → Cherry → No cherry → Cherry
So the next one should be
No cherry.
✔ Color the last cupcake pink but leave the top plain (no cherry).
---
✔ Final Answer Summary:
| Row | Pattern | Next Item | Color/Action |
|-----|--------|-----------|--------------|
| 1 | Red, Green, Red, Green, Red | Green Apple | Color green |
| 2 | Green, Yellow, Green, Yellow, Green | Yellow Pepper | Color yellow |
| 3 | Moon, Star, Moon, Star, Moon | Star | Color blue |
| 4 | Cherry, No cherry, Cherry, No cherry, Cherry | No cherry | Color pink, no cherry |
---
🎯
Tip for kids: Look for the repeating group — often it’s two items that alternate like A-B-A-B-A. Then just continue the pattern!
Let me know if you'd like a printable version or coloring guide! 🎨🍎🌙
Parent Tip: Review the logic above to help your child master the concept of pattern colouring worksheet.