VIEW THIS AS

Auto mode follows the Route Engine until you choose a viewpoint.

YOU ARE HERE

ROUTE CHECK

CONNECTED TO

WHAT NEXT

Use the canonical route for this room, or HELP if you are unsure.

Primary 6 Number Patterns: Finding, Testing and Explaining the Rule

Look at the sequence:

5, 8, 11, 14, 17, …

What comes next?

20.

That is easy.

Now ask a better question:

What is the 100th term?

Repeatedly adding 3 ninety-nine times would work.

But it would miss the deeper structure.

A number pattern is understood when the learner can state a rule, test it against several terms, explain why it works, and use it beyond the next visible step.

The sequence starts at 5 and increases by 3 each time.

Term 1 = 5.

To reach Term n, we add 3 a total of n − 1 times.

So one position rule is:

5 + 3(n − 1).

Simplify:

3n + 2.

For n = 100:

3(100) + 2 = 302.

That is the shift from pattern continuation to generalisation.

The current Singapore Primary Mathematics syllabus develops patterns and mathematical problem solving across the primary years. The exact year-level wording should always be read from the official syllabus. This article uses “Primary 6 Number Patterns” as a capstone and transition job: taking pattern recognition toward explicit rule testing and early algebraic generalisation before Secondary Mathematics formalises sequences and algebra more strongly.

The quick answer: there are two different rule questions

For many sequences, learners should distinguish:

  1. Recursive rule: how do I get from one term to the next?
  2. Position rule: how do I find a term directly from its position?

For 5, 8, 11, 14, …

Recursive rule:

add 3.

Position rule:

3n + 2.

The first is useful for continuation.

The second is useful for distant terms and generalisation.

A next-term rule is not always enough

Consider:

2, 4, 8, 16, 32, …

Recursive rule:

multiply by 2.

This lets us find the next term efficiently.

But if asked for the 20th term, a direct position rule is more powerful.

Term n = 2^n for this sequence when Term 1 = 2.

The notation may extend beyond ordinary Primary 6 expectations, but the reasoning lesson is valuable:

a rule can describe local change or global position.

Use a table to separate position from value

For 5, 8, 11, 14, … write:

  • position 1 → 5;
  • position 2 → 8;
  • position 3 → 11;
  • position 4 → 14.

Now compare each value with 3 times its position.

  • 3×1 = 3; need +2 → 5;
  • 3×2 = 6; need +2 → 8;
  • 3×3 = 9; need +2 → 11;
  • 3×4 = 12; need +2 → 14.

The stable relationship is:

value = 3×position + 2.

The table makes the hidden relationship easier to inspect.

Difference tables reveal linear patterns

Take:

7, 12, 17, 22, 27.

First differences:

+5, +5, +5, +5.

A constant first difference signals a linear arithmetic pattern.

If position n begins at 1, the rule can be built as:

first term + common difference × (n − 1).

Here:

7 + 5(n − 1) = 5n + 2.

This is a bridge to arithmetic sequences later.

Not every pattern has constant first differences

Consider square numbers:

1, 4, 9, 16, 25, …

First differences:

3, 5, 7, 9, …

The differences are themselves patterned.

The nth term is n².

This shows why “find the difference” is a useful first probe but not a universal solution method.

A good pattern strategy should be tested against the data, not imposed on it.

Growing diagrams make rules visible

Suppose Pattern 1 has 4 tiles.

Each new pattern adds a row of 3 tiles.

Pattern counts:

4, 7, 10, 13, …

Instead of reading only the number list, inspect the construction.

There is one fixed starting tile structure plus three new tiles for each step after the first.

Rule:

4 + 3(n − 1) = 3n + 1.

The diagram explains why the formula works.

This is stronger than fitting an equation to numbers after the fact.

Different-looking patterns can share the same rule

One pattern might use tiles.

Another might use matchsticks.

A third might use dots.

If their counts are all:

4, 7, 10, 13, …

then they share the same numerical sequence.

But the visual explanation of why +3 appears may differ.

This is a transfer opportunity:

same arithmetic structure, different surface.

The same first few terms can fit more than one rule

Suppose a pattern begins:

1, 2, 3, 4.

The obvious continuation is 5.

But mathematically, infinitely many more complicated rules can reproduce the first four terms and then diverge.

In school problems, we usually choose the simplest rule consistent with the intended structure.

This is an important model boundary:

finite examples do not prove one unique rule without additional assumptions or construction information.

Test the rule against every known term

A learner proposes:

Term n = 4n + 1

for the sequence 5, 9, 13, 17.

Check:

  • n=1 → 5;
  • n=2 → 9;
  • n=3 → 13;
  • n=4 → 17.

The rule matches all visible terms.

Then test a future term generated independently by the pattern construction if possible.

A rule should predict, not merely describe retrospectively.

Worked example: arithmetic pattern

Sequence:

9, 13, 17, 21, …

Common difference = 4.

Recursive rule:

add 4.

Position rule:

9 + 4(n − 1) = 4n + 5.

20th term:

4(20) + 5 = 85.

Worked example: alternating pattern

Sequence:

3, 8, 5, 10, 7, 12, …

A learner searching for one constant difference will fail.

Split odd and even positions.

Odd-position terms:

3, 5, 7, …

Even-position terms:

8, 10, 12, …

The sequence interleaves two +2 patterns.

This teaches a useful strategy:

when one rule fails, inspect substructures rather than guessing more aggressively.

Worked example: multiplicative pattern

Sequence:

5, 10, 20, 40, 80, …

Differences are:

5, 10, 20, 40.

They are not constant.

Ratios are:

×2 each time.

The more useful rule is multiplicative.

This is why learners should test both additive and multiplicative relationships.

Worked example: figure perimeter pattern

Suppose squares are joined in a row.

One square has perimeter 4 units.

Two joined squares have perimeter 6.

Three have perimeter 8.

Four have perimeter 10.

Sequence:

4, 6, 8, 10, …

Rule:

2n + 2.

Why?

Each new square adds two exposed boundary edges because one edge is shared internally.

The geometric mechanism explains the numeric rule.

Reverse pattern problems

Suppose the rule is:

4n + 5.

Which term has value 61?

Set:

4n + 5 = 61.

Subtract 5:

4n = 56.

Divide by 4:

n = 14.

The 14th term is 61.

This connects number patterns directly to simple equation solving.

Common misconception 1: the next term proves the rule

A rule that predicts one next term may still fail later.

Repair: test against all known terms and, where possible, against the construction mechanism.

Common misconception 2: every pattern is additive

Some patterns multiply, alternate, interleave or follow geometric structure.

Repair: test differences, ratios, parity positions and diagrams.

Common misconception 3: term value and term position are the same thing

In the sequence 5, 8, 11, the third term has value 11.

Position 3 and value 11 play different roles.

Repair: use a two-column position/value table.

Common misconception 4: a formula copied from differences explains the pattern

A formula can fit data without explaining why the pattern was generated.

Repair: connect the rule to a diagram, process or construction whenever one exists.

Common misconception 5: one observed pattern guarantees a unique rule

Finite data can support several rules.

School mathematics usually chooses the simplest intended rule consistent with context.

State that assumption when ambiguity matters.

A diagnostic ladder

  1. Can the learner continue a simple additive sequence?
  2. Can the learner state the recursive rule?
  3. Can the learner separate term position from term value?
  4. Can the learner use a table?
  5. Can the learner find and interpret first differences?
  6. Can the learner detect multiplicative or alternating structure when constant difference fails?
  7. Can the learner build a direct position rule for a simple arithmetic pattern?
  8. Can the learner test a proposed rule against several terms?
  9. Can the learner explain the rule using a figure or construction?
  10. Can the learner use the rule to find a distant term?
  11. Can the learner reverse the rule to find a position from a value?
  12. Can the learner identify when the available data do not uniquely determine a rule?

A five-minute home investigation

Build a matchstick pattern.

For example, make a row of connected squares.

Record the matchsticks required for 1, 2, 3, 4 and 5 squares.

Ask:

  • What changes each step?
  • What stays fixed?
  • What is the recursive rule?
  • Can you find a direct rule from square number to matchstick count?
  • How many matchsticks are needed for 20 squares?
  • Can you explain the formula from the construction?

What parents should listen for

  • “The pattern adds 4 each time, but that only tells me the next term.”
  • “I made a table so I can compare position with value.”
  • “The rule 4n+5 works for every term I checked.”
  • “This sequence is not additive; each term is double the previous one.”
  • “The formula comes from the way the figure grows, not just from guessing.”
  • “There could be another complicated rule, so I am assuming the simplest intended pattern.”

How this fits the Primary 6-to-Secondary transition

The current MOE Primary Mathematics syllabus develops number patterns and problem-solving habits across primary levels. Formal sequence notation and algebraic generalisation are more strongly developed later in Secondary Mathematics.

This article therefore treats Primary 6 pattern work as a capstone: not merely predicting one more term, but learning to test and explain rules in a way that prepares for algebra.

The exact examinable level-specific requirements should always be checked against the current official syllabus rather than inferred from this broader learning progression.

The deeper lesson: a pattern is a relationship across cases

One term is a number.

A sequence is many numbers.

A rule explains what connects them.

That shift—from individual cases to the relationship governing all cases—is one of the central moves from arithmetic toward algebra.

Do not stop when you can predict what comes next. Ask what rule would still work when the next term is very far away.

Final thought

Pattern questions look like puzzles about sequences.

The deeper educational job is generalisation.

Find the change.

Find the structure.

Write a rule.

Test the rule.

Then explain why it deserves to survive beyond the examples you were given.

Sources and further reading

Discover more from eduKate Singapore

Subscribe now to keep reading and get access to the full archive.

Continue reading