Find the next row in a growing pattern
key notes :
There are two types of patterns
- Repeating pattern
- Growing pattern
Growing pattern :
A growing pattern is a pattern where something is added every time the sequence repeats.
For example:
O * O * * O * * * O * * * * O * * * * *
Patterns that increase (or grow) according to a certain rule, are called increasing patterns, or growing patterns.
Here’s another growing pattern:

Learn with an example
What row comes next in the pattern?





See how this row fits into the pattern.

What row comes next in the pattern?






What row comes next in the pattern?





See how this row fits into the pattern.

What row comes next in the pattern?



See how this row fits into the pattern.



Let’s practice!🖊️