Find the next row in a growing pattern

There are two types of patterns

  1. Repeating pattern
  2. 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

See how this row fits into the pattern.

See how this row fits into the pattern.

See how this row fits into the pattern.

Let’s practice!🖊️