Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 3 ~25 min Unit 2 · Linear +85 XP

Number Patterns and Rules

Discover the rules hiding inside number sequences. Once you know the rule, you can predict any term — even the millionth one — instantly.

Pattern challenge: Look at $2, 5, 8, 11, 14, \mathbf{?}, \mathbf{?}$ — what comes next? The rule is hidden in plain sight. Once you find it, you can predict the 100th term without listing every number!
0/5QUESTS
Think First
warm-up

Before you read on — quickly: Look at this pattern:

2, 5, 8, 11, 14, ?, ?

What comes next? What is the rule? Can you find it before reading on?

Record your answer in your workbook.
1
The Big Idea
+5 XP

Patterns are everywhere in mathematics. A sequence is a list of numbers that follows a rule. Once we know the rule, we can predict any term in the sequence.

There are two main types of rules:

  • Term-to-term rule: Tells us how to get from one term to the next. For example, “add 3.”
  • Position-to-term rule: Links the position number directly to the term value. For example, “multiply position by 2 and add 1.”

These rules are the building blocks of understanding linear relationships.

Input x RULE ×2 + 1 e.g. 3→7 Output y
Rule inside the machine = position-to-term formula
Key insight
Every pattern has at least one rule. Finding the rule lets you predict any future term without listing every number!
Real world
Music rhythms, brick patterns in walls, and the spirals on a pinecone all follow mathematical rules.
Think First answer
$2, 5, 8, 11, 14$: each term adds 3. Next terms are 17 and 20.
2
What You’ll Master
objectives

Know

  • Number patterns follow rules that describe how terms are related
  • A term-to-term rule describes how to get from one term to the next
  • A position-to-term rule links the position number directly to the term value

Understand

  • A single rule can generate an entire infinite sequence
  • How tables of values organise pattern information systematically
  • Position-to-term rules are more powerful than term-to-term rules

Can Do

  • Continue patterns given a term-to-term rule
  • Find the term-to-term rule from a given sequence
  • Create tables of values from position-to-term rules
  • Plot pattern points on the Cartesian plane
3
Words You Need
vocabulary
SequenceAn ordered list of numbers (called terms) arranged according to a rule.
TermEach individual number in a sequence. The first number is the 1st term, and so on.
Term-to-term ruleA rule telling you how to get from one term to the next (e.g., “add 3”).
Position-to-term ruleA formula giving the value of a term directly from its position number (e.g., $2n + 1$).
Function machineA visual model that takes an input, applies a rule, and produces an output.
Table of valuesA table showing pairs of related numbers (input and output) systematically.
4
Spot the Trap
heads-up

Wrong: “The term-to-term rule is $2n + 1$.” That formula uses a position number $n$ — it is a position-to-term rule, not term-to-term!

Right: Term-to-term describes the change between terms (e.g., “add 2”). Position-to-term gives a formula for any term directly (e.g., $y = 2n + 1$).

Wrong: Checking only one difference and assuming that is the rule: $3, 6, 12, 24$ — seeing $6 - 3 = 3$ and saying “add 3.” But $12 - 6 = 6$!

Right: Always check at least two or three differences before declaring the rule. The real rule for $3, 6, 12, 24$ is “multiply by 2.”

5
Term-to-Term Rules
+5 XP

A term-to-term rule tells you how to get from one term to the next. It describes the change between consecutive terms.

Worked example — Find the term-to-term rule for $3,\, 7,\, 11,\, 15,\, \ldots$
  1. Calculate the difference between consecutive terms: $7 - 3 = 4$, $\ 11 - 7 = 4$, $\ 15 - 11 = 4$.
Step 1 of 3

Using a position-to-term rule is even more powerful because it lets you find any term without listing all the ones before it.

Worked example — Use the rule $y = 2n + 1$ to find the first 5 terms
  1. Substitute $n = 1$: $y = 2(1) + 1 = 3$. So the 1st term is $3$.
Step 1 of 3
Position ($n$) Calculation ($2n+1$) Term
1$2 \times 1 + 1$3
2$2 \times 2 + 1$5
3$2 \times 3 + 1$7
4$2 \times 4 + 1$9
5$2 \times 5 + 1$11
6
Tables of Values and Plotting Patterns
+5 XP

A table of values organises pairs of related numbers systematically. It is the bridge between patterns, rules, and graphs.

Worked example — Create a table of values for $y = 3x + 2$ with $x = 0, 1, 2, 3, 4$
  1. Set up the table with columns for $x$ and $y = 3x + 2$.
Step 1 of 3
$x$ $y = 3x + 2$
02
15
28
311
414

We can visualise the pattern by plotting each $(x, y)$ pair on the Cartesian plane. The position number becomes the $x$-coordinate; the term value becomes the $y$-coordinate.

x y 0 1 2 3 4 0 2 4 6 8 (0,1) (1,3) (2,5) (3,7) (4,9)

Plotting $(x, y)$ pairs from $y = 2x + 1$ — the points form a straight line!

Amazing discovery
When you plot points from a rule like $y = mx + c$, they always form a straight line. That is why we call it a linear relationship!
Pattern shortcut
In $y = mx + c$, the $y$ values always change by $m$ when $x$ increases by 1. This is a powerful check!
Mistakes to Avoid
heads-up
  • Confusing term-to-term with position-to-term: Term-to-term says “how to move” (e.g., “add 2”). Position-to-term says “where you are” (e.g., $y = 2n + 1$). Ask yourself: does my rule use a position number?
  • Thinking the starting value comes from the rule: Both $3, 6, 9, 12$ and $7, 10, 13, 16$ have the rule “add 3” but different starting values. You need both to define a sequence.
  • Checking only one difference: Always check at least two or three differences. For $3, 6, 12, 24$: $6-3=3$ but $12-6=6$ — the rule is “multiply by 2”, not “add 3”.
Summary Notes — Number Patterns and Rules

Finding a Term-to-Term Rule

  1. Subtract consecutive terms to find the differences
  2. Check all differences are the same
  3. State the rule (e.g., “add 4” or “subtract 5”)

Position-to-Term Rules

  • A formula using $n$ gives any term directly
  • For $y = mx + c$: $y$ increases by $m$ each time $x$ increases by 1
  • The starting value (when $x = 0$) is $c$

Plotting Pattern Points

  • Use position as $x$-coordinate, term as $y$-coordinate
  • Points from $y = mx + c$ always form a straight line
  • This is called a linear relationship

How are you completing this lesson?

D
Brain Trainer · Number Patterns
4 problems

Four drill problems to sharpen your pattern skills. Work each, then reveal the answer.

  1. 1 Find the next term: $7, 12, 17, 22, \ldots$

    The common difference is $12 - 7 = 5$. Add 5 to 22.27
  2. 2 Find the 4th term using the rule $y = 3n + 2$.

    Substitute $n = 4$: $y = 3(4) + 2 = 12 + 2$.14
  3. 3 A function machine doubles the input then subtracts 1. Input is 5. Output?

    Rule: $y = 2x - 1$. Substitute $x = 5$: $y = 2(5) - 1 = 10 - 1$.9
  4. 4 Position 3, term 8. What are the coordinates when plotting this pattern point?

    Position is the $x$-coordinate; term is the $y$-coordinate.$(3, 8)$
Complete in your workbook.
1
What is the term-to-term rule for the sequence $5, 9, 13, 17, \ldots$?
+10 XP
2
Given the rule “multiply position by 3 and add 2”, what is the 4th term?
+10 XP
3
Which sequence has a term-to-term rule of “add 4”?
+10 XP
4
A function machine doubles the input then subtracts 1. What is the output when the input is 5?
+10 XP
5
When plotting (position, term) for position 3 and term 8, what are the coordinates?
+10 XP
Show Your Working
9 marks total
Apply Easy 3 MARKS

Q6. Find the next 3 terms and state the term-to-term rule for the sequence: $1, 4, 7, 10, \ldots$

Answer in your workbook.
Understand Easy 3 MARKS

Q7. A pattern starts at 2 and each term is multiplied by 3. Write the first 5 terms of this sequence. What type of rule is this?

Answer in your workbook.
Apply Medium 3 MARKS

Q8. Complete the table of values for the rule $y = 2x + 3$ with $x = 0, 1, 2, 3, 4$. Describe what you notice about the $y$ values.

Answer in your workbook.
Comprehensive Answers

Quick Check

1. B — Add 4. All differences ($9-5$, $13-9$, $17-13$) equal 4.

2. D — 14. Rule $y = 3n+2$; for $n = 4$: $3(4)+2 = 14$.

3. C — $1, 5, 9, 13$. Check: $5-1=4$, $9-5=4$, $13-9=4$. Consistent.

4. C — 9. Rule $y = 2x-1$; for $x=5$: $2(5)-1=9$.

5. B — $(3, 8)$. Position is $x$, term is $y$: coordinates $(3, 8)$.

Show Your Working Model Answers

Q6 (3 marks): Differences: $4-1=3$, $7-4=3$, $10-7=3$ [1]. Rule: “add 3” [1]. Next 3 terms: $13, 16, 19$ [1].

Q7 (3 marks): Apply “multiply by 3” repeatedly: $2, 6, 18, 54, 162$ [2]. This is a term-to-term rule (also called geometric) because it describes how to move from one term to the next [1].

Q8 (3 marks): Table: $x=0\to3$; $x=1\to5$; $x=2\to7$; $x=3\to9$; $x=4\to11$ [2]. What I notice: the $y$ values increase by 2 each time (matching the coefficient of $x$), and the starting value when $x=0$ is 3 (matching the constant) [1].

Stretch Challenge · +25 XP, +10 coins

Finding the nth Term

Challenge 1: The sequence $5, 8, 11, 14, \ldots$ has the position-to-term rule $y = 3n + 2$.
(a) Find the 10th term.   (b) Find the 20th term.   (c) Which position gives the term 50? (Hint: solve $3n + 2 = 50$.)

Challenge 2: Find the position-to-term rule for the sequence $4, 7, 10, 13, 16, \ldots$
(Hint: the common difference is 3, so the rule starts $y = 3n + \ldots$ Find the constant by substituting $n = 1$.)

Challenge 3: The $n$th term of a sequence is $4n - 1$.
(a) Find the first 4 terms.   (b) Is 99 a term in this sequence? (Hint: solve $4n - 1 = 99$.)

Reveal solutions

C1: (a) $3(10)+2 = 32$ (b) $3(20)+2 = 62$ (c) $3n+2=50 \Rightarrow 3n=48 \Rightarrow n=16$. The 16th term is 50.

C2: Common difference $= 3$, so $a = 3$. Try $y = 3n + b$. For $n=1$, $y=4$: $4 = 3(1) + b \Rightarrow b = 1$. Rule: $y = 3n + 1$. Check: $3(2)+1=7$ ✓.

C3: (a) $4(1)-1=3$; $4(2)-1=7$; $4(3)-1=11$; $4(4)-1=15$. First 4 terms: $3, 7, 11, 15$. (b) $4n-1=99 \Rightarrow 4n=100 \Rightarrow n=25$. Since $n=25$ is a whole number, 99 IS in the sequence (the 25th term).

R
Quick Review

Term-to-term rule

How to move from one term to the next (e.g., “add 3”)

Position-to-term rule

Formula using $n$ to find any term directly

Function machine

Input → rule → output. Rule is the position-to-term formula.

Table of values

Systematic list of input-output pairs from the rule

Check all differences

Always verify at least 2–3 gaps before declaring the rule

Linear pattern

Points from $y = mx + c$ always form a straight line

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you’ve finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.