Solved Examples

NCERT Solutions for Class 6 Maths Chapter 1: Patterns in Mathematics — Complete Guide

Complete step-by-step solutions for all exercises in the NCERT Class 6 Maths Chapter 1. Covers number patterns, shape patterns, sequences, triangular numbers, square numbers, and visualising number sequences with detailed explanations and practice problems.

CBSEClass 6
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 6 Maths Chapter 1 Patterns In Mathematics — SparkEd

Why This Chapter Matters: Patterns Are the Heart of Mathematics

Mathematics is often called the science of patterns. Every formula you will ever learn, every theorem you will ever prove, and every calculation you will ever perform has a pattern hiding inside it. Chapter 1 of the new NCERT Class 6 Maths textbook (2024-25 edition) opens with this beautiful idea: before you can do maths, you must learn to see maths.

Why should you care about patterns? Here are some compelling reasons:

Patterns build prediction skills. When you spot the rule behind a sequence like 2,4,6,8,2, 4, 6, 8, \ldots, you can predict that the next term is 1010 without being told. This ability to predict is the foundation of algebra, where you will use variables like xx and yy to describe general patterns.

Patterns connect different areas of maths. The triangular numbers (1,3,6,10,15,1, 3, 6, 10, 15, \ldots) appear in counting problems, in geometry (as dots arranged in triangles), and even in probability. When you study patterns now, you are building bridges to topics you will encounter in Classes 7, 8, and beyond.

Patterns appear everywhere in nature. The spiral of a sunflower, the branching of trees, the hexagonal cells of a honeycomb, the arrangement of petals on a flower — all follow mathematical patterns. The famous Fibonacci sequence (1,1,2,3,5,8,13,1, 1, 2, 3, 5, 8, 13, \ldots) describes the spiral patterns found in pinecones and nautilus shells.

Patterns help you check your work. If you are adding a long column of numbers and your answer seems "off," your sense of number patterns helps you catch mistakes. This number sense is one of the most valuable skills in all of mathematics.

In this comprehensive guide, we will solve every exercise from Chapter 1, explain the key concepts in depth, show you common mistakes to avoid, and give you extra practice problems to sharpen your pattern-spotting skills. Let us begin!

Key Concepts and Definitions

Before diving into the exercises, let us establish the key vocabulary and concepts you will need throughout this chapter. Understanding these definitions clearly will make every problem easier to solve.

What Is a Pattern?

A pattern is a sequence of numbers, shapes, or objects that follows a definite rule. The rule tells you how to get from one term to the next. Once you know the rule, you can extend the pattern as far as you like.

For example, in the sequence 5,10,15,20,25,5, 10, 15, 20, 25, \ldots, the rule is **add 55** to get the next term. This is the sequence of multiples of 55.

Patterns can be:
- Repeating patterns: The same group repeats over and over, like A,B,C,A,B,C,A,B,C,A, B, C, A, B, C, A, B, C, \ldots
- Growing patterns: Each term is larger (or smaller) than the previous one, like 1,4,9,16,25,1, 4, 9, 16, 25, \ldots
- Number patterns: Sequences of numbers following a rule
- Shape patterns: Sequences of geometric figures following a rule

Sequences and Terms

A sequence is an ordered list of numbers following a rule. Each number in the sequence is called a term.

We use subscript notation to refer to specific terms:
- a1a_1 = first term
- a2a_2 = second term
- ana_n = the nnth term (general term)

For example, in the sequence 3,7,11,15,19,3, 7, 11, 15, 19, \ldots:

a1=3,a2=7,a3=11,a4=15,a5=19a_1 = 3, \quad a_2 = 7, \quad a_3 = 11, \quad a_4 = 15, \quad a_5 = 19

The general term (or nnth term formula) lets you find any term directly. For this sequence, an=4n1a_n = 4n - 1. Check: a1=4(1)1=3a_1 = 4(1) - 1 = 3 and a5=4(5)1=19a_5 = 4(5) - 1 = 19.

Arithmetic Sequences (Constant Difference)

An arithmetic sequence is one where the difference between consecutive terms is always the same. This constant difference is called the common difference (dd).

a2a1=a3a2=a4a3==da_2 - a_1 = a_3 - a_2 = a_4 - a_3 = \cdots = d

Examples:
- 2,5,8,11,14,2, 5, 8, 11, 14, \ldots has common difference d=3d = 3
- 20,17,14,11,8,20, 17, 14, 11, 8, \ldots has common difference d=3d = -3 (decreasing)
- 7,7,7,7,7, 7, 7, 7, \ldots has common difference d=0d = 0 (constant)

The general term of an arithmetic sequence is:

an=a1+(n1)×da_n = a_1 + (n - 1) \times d

For 2,5,8,11,2, 5, 8, 11, \ldots: an=2+(n1)×3=3n1a_n = 2 + (n-1) \times 3 = 3n - 1.

So the 100th term is a100=3(100)1=299a_{100} = 3(100) - 1 = 299.

Geometric Sequences (Constant Ratio)

A geometric sequence is one where each term is obtained by multiplying the previous term by a fixed number called the common ratio (rr).

a2a1=a3a2=a4a3==r\frac{a_2}{a_1} = \frac{a_3}{a_2} = \frac{a_4}{a_3} = \cdots = r

Examples:
- 2,6,18,54,162,2, 6, 18, 54, 162, \ldots has common ratio r=3r = 3
- 1000,100,10,1,1000, 100, 10, 1, \ldots has common ratio r=110r = \frac{1}{10}
- 3,6,12,24,3, -6, 12, -24, \ldots has common ratio r=2r = -2

The general term of a geometric sequence is:

an=a1×rn1a_n = a_1 \times r^{n-1}

For 2,6,18,54,2, 6, 18, 54, \ldots: an=2×3n1a_n = 2 \times 3^{n-1}.

So the 6th term is a6=2×35=2×243=486a_6 = 2 \times 3^5 = 2 \times 243 = 486.

Special Number Sequences

Several important number sequences appear repeatedly in this chapter and throughout mathematics:

Square numbers: 1,4,9,16,25,36,49,64,81,100,1, 4, 9, 16, 25, 36, 49, 64, 81, 100, \ldots
Formula: an=n2a_n = n^2. These are called square numbers because n2n^2 dots can be arranged in a perfect square.

Triangular numbers: 1,3,6,10,15,21,28,36,45,55,1, 3, 6, 10, 15, 21, 28, 36, 45, 55, \ldots
Formula: Tn=n(n+1)2T_n = \frac{n(n+1)}{2}. These are called triangular numbers because TnT_n dots can be arranged in a triangle.

Cube numbers: 1,8,27,64,125,216,1, 8, 27, 64, 125, 216, \ldots
Formula: an=n3a_n = n^3.

Fibonacci numbers: 1,1,2,3,5,8,13,21,34,55,1, 1, 2, 3, 5, 8, 13, 21, 34, 55, \ldots
Rule: Each term is the sum of the two preceding terms. Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2}.

Powers of 2: 1,2,4,8,16,32,64,128,256,512,1, 2, 4, 8, 16, 32, 64, 128, 256, 512, \ldots
Formula: an=2n1a_n = 2^{n-1}.

Exercise 1.1 — Number Sequences

Exercise 1.1 focuses on identifying patterns in number sequences and finding subsequent terms. The key skill here is to look at the differences between consecutive terms first. If the differences are constant, you have an arithmetic sequence. If the ratios are constant, you have a geometric sequence. If the differences themselves form a pattern, look deeper!

Let us work through a comprehensive set of problems.

Solved Example 1: Arithmetic Sequence (Odd Numbers)

Problem: Find the next three terms in the sequence 1,3,5,7,9,1, 3, 5, 7, 9, \ldots

Solution:

Step 1: Find the difference between consecutive terms.

31=2,53=2,75=2,97=23 - 1 = 2, \quad 5 - 3 = 2, \quad 7 - 5 = 2, \quad 9 - 7 = 2

The common difference is d=2d = 2. This is an arithmetic sequence.

Step 2: Apply the rule (add 22) to find the next three terms.

9+2=119 + 2 = 11

11+2=1311 + 2 = 13

13+2=1513 + 2 = 15

Step 3: Verify using the general term formula.
The nnth odd number is an=2n1a_n = 2n - 1.

a6=2(6)1=11a_6 = 2(6) - 1 = 11 \quad \checkmark

a7=2(7)1=13a_7 = 2(7) - 1 = 13 \quad \checkmark

a8=2(8)1=15a_8 = 2(8) - 1 = 15 \quad \checkmark

Answer: The next three terms are 11,13,1511, 13, 15.

Solved Example 2: Geometric Sequence (Powers of 2)

Problem: Find the next two terms in the sequence 2,4,8,16,_,_2, 4, 8, 16, \_, \_

Solution:

Step 1: Check whether the differences are constant.

42=2,84=4,168=84 - 2 = 2, \quad 8 - 4 = 4, \quad 16 - 8 = 8

Differences are 2,4,82, 4, 8 — not constant. So this is NOT an arithmetic sequence.

Step 2: Check the ratios.

42=2,84=2,168=2\frac{4}{2} = 2, \quad \frac{8}{4} = 2, \quad \frac{16}{8} = 2

The common ratio is r=2r = 2. This is a geometric sequence.

Step 3: Find the next terms by multiplying by 22.

16×2=3216 \times 2 = 32

32×2=6432 \times 2 = 64

Step 4: Verify. Each term is a power of 22:

21=2,22=4,23=8,24=16,25=32,26=642^1 = 2, \quad 2^2 = 4, \quad 2^3 = 8, \quad 2^4 = 16, \quad 2^5 = 32, \quad 2^6 = 64

Answer: The next two terms are 3232 and 6464.

Solved Example 3: Square Numbers

Problem: Identify the pattern and find the next three terms: 1,4,9,16,25,1, 4, 9, 16, 25, \ldots

Solution:

Step 1: Observe each term.

1=12,4=22,9=32,16=42,25=521 = 1^2, \quad 4 = 2^2, \quad 9 = 3^2, \quad 16 = 4^2, \quad 25 = 5^2

These are perfect squares — the squares of consecutive natural numbers.

Step 2: Find the differences between consecutive terms.

41=3,94=5,169=7,2516=94 - 1 = 3, \quad 9 - 4 = 5, \quad 16 - 9 = 7, \quad 25 - 16 = 9

The differences are 3,5,7,93, 5, 7, 9 — consecutive odd numbers! This is a beautiful pattern: the difference between the nnth and (n+1)(n+1)th square number is always 2n+12n + 1.

Mathematically: (n+1)2n2=n2+2n+1n2=2n+1(n+1)^2 - n^2 = n^2 + 2n + 1 - n^2 = 2n + 1.

Step 3: The next three terms:

62=36,72=49,82=646^2 = 36, \quad 7^2 = 49, \quad 8^2 = 64

Answer: The next three terms are 36,49,6436, 49, 64.

Solved Example 4: Triangular Numbers

Problem: Find the next two terms in the sequence 1,3,6,10,15,1, 3, 6, 10, 15, \ldots

Solution:

Step 1: Find the differences.

31=2,63=3,106=4,1510=53 - 1 = 2, \quad 6 - 3 = 3, \quad 10 - 6 = 4, \quad 15 - 10 = 5

The differences are 2,3,4,52, 3, 4, 5 — they increase by 11 each time.

Step 2: The next difference will be 66, then 77.

15+6=2115 + 6 = 21

21+7=2821 + 7 = 28

Step 3: Verify using the formula. The nnth triangular number is:

Tn=n(n+1)2T_n = \frac{n(n+1)}{2}

T6=6×72=21T_6 = \frac{6 \times 7}{2} = 21 \quad \checkmark

T7=7×82=28T_7 = \frac{7 \times 8}{2} = 28 \quad \checkmark

Why are they called triangular numbers?
- T1=1T_1 = 1: One dot (a single point).
- T2=3T_2 = 3: Three dots arranged in a triangle (1 on top, 2 on bottom).
- T3=6T_3 = 6: Six dots (1 + 2 + 3).
- T4=10T_4 = 10: Ten dots (1 + 2 + 3 + 4).

In general, Tn=1+2+3++n=n(n+1)2T_n = 1 + 2 + 3 + \cdots + n = \frac{n(n+1)}{2}.

Answer: The next two terms are 2121 and 2828.

Solved Example 5: Decreasing Sequence

Problem: What are the next three terms in 100,93,86,79,72,100, 93, 86, 79, 72, \ldots?

Solution:

Step 1: Find the differences.

93100=7,8693=7,7986=7,7279=793 - 100 = -7, \quad 86 - 93 = -7, \quad 79 - 86 = -7, \quad 72 - 79 = -7

The common difference is d=7d = -7. This is a decreasing arithmetic sequence.

Step 2: Continue the pattern.

72+(7)=727=6572 + (-7) = 72 - 7 = 65

657=5865 - 7 = 58

587=5158 - 7 = 51

Step 3: Verify with the general term formula.

an=100+(n1)(7)=1077na_n = 100 + (n-1)(-7) = 107 - 7n

a6=10742=65a_6 = 107 - 42 = 65 \quad \checkmark

a7=10749=58a_7 = 107 - 49 = 58 \quad \checkmark

a8=10756=51a_8 = 107 - 56 = 51 \quad \checkmark

Answer: The next three terms are 65,58,5165, 58, 51.

Solved Example 6: Alternating Pattern

Problem: Find the next four terms in the sequence 1,1,1,1,1,1, -1, 1, -1, 1, \ldots

Solution:

Step 1: Observe the pattern. The terms alternate between 11 and 1-1.

The rule is: multiply the previous term by 1-1.

Alternatively, odd-positioned terms are 11 and even-positioned terms are 1-1.

Step 2: The general term can be written as:

an=(1)n+1a_n = (-1)^{n+1}

Check: a1=(1)2=1a_1 = (-1)^2 = 1, a2=(1)3=1a_2 = (-1)^3 = -1, a3=(1)4=1a_3 = (-1)^4 = 1.

Step 3: Next four terms: 1,1,1,1-1, 1, -1, 1.

Answer: The next four terms are 1,1,1,1-1, 1, -1, 1.

Solved Example 7: Multiples Pattern

Problem: Identify the pattern and find the 20th term: 5,10,15,20,25,5, 10, 15, 20, 25, \ldots

Solution:

Step 1: Identify the pattern.

5=5×1,10=5×2,15=5×3,20=5×4,25=5×55 = 5 \times 1, \quad 10 = 5 \times 2, \quad 15 = 5 \times 3, \quad 20 = 5 \times 4, \quad 25 = 5 \times 5

These are **multiples of 55**. The general term is an=5na_n = 5n.

Step 2: Find the 20th term.

a20=5×20=100a_{20} = 5 \times 20 = 100

Answer: The 20th term is 100100.

Solved Example 8: Second-Level Differences

Problem: Find the next two terms: 2,5,10,17,26,2, 5, 10, 17, 26, \ldots

Solution:

Step 1: Find the first-level differences.

52=3,105=5,1710=7,2617=95 - 2 = 3, \quad 10 - 5 = 5, \quad 17 - 10 = 7, \quad 26 - 17 = 9

First-level differences: 3,5,7,93, 5, 7, 9 — not constant.

Step 2: Find the second-level differences.

53=2,75=2,97=25 - 3 = 2, \quad 7 - 5 = 2, \quad 9 - 7 = 2

Second-level differences are constant (=2= 2). This means the sequence is quadratic (related to squares).

Step 3: The next first-level differences will be 9+2=119 + 2 = 11 and 11+2=1311 + 2 = 13.

26+11=3726 + 11 = 37

37+13=5037 + 13 = 50

Step 4: Verify. Notice an=n2+1a_n = n^2 + 1:

12+1=2,22+1=5,32+1=10,42+1=17,52+1=261^2 + 1 = 2, \quad 2^2 + 1 = 5, \quad 3^2 + 1 = 10, \quad 4^2 + 1 = 17, \quad 5^2 + 1 = 26

62+1=37,72+1=506^2 + 1 = 37 \quad \checkmark, \quad 7^2 + 1 = 50 \quad \checkmark

Answer: The next two terms are 3737 and 5050.

Solved Example 9: Fibonacci-Like Sequence

Problem: In the sequence 1,1,2,3,5,8,13,1, 1, 2, 3, 5, 8, 13, \ldots, find the next three terms.

Solution:

Step 1: Check the differences.

11=0,21=1,32=1,53=2,85=3,138=51 - 1 = 0, \quad 2 - 1 = 1, \quad 3 - 2 = 1, \quad 5 - 3 = 2, \quad 8 - 5 = 3, \quad 13 - 8 = 5

The differences are 0,1,1,2,3,50, 1, 1, 2, 3, 5 — these are the same sequence! This is the hallmark of the Fibonacci sequence.

Step 2: The rule is: each term equals the sum of the two terms before it.

Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2}

Step 3: Apply the rule.

F8=8+13=21F_8 = 8 + 13 = 21

F9=13+21=34F_9 = 13 + 21 = 34

F10=21+34=55F_{10} = 21 + 34 = 55

Answer: The next three terms are 21,34,5521, 34, 55.

Solved Example 10: Creating Your Own Pattern

Problem: Create a number sequence that starts with 44 and has each term 33 more than the previous term. Write the first 88 terms and find the general term.

Solution:

Step 1: Start with a1=4a_1 = 4 and common difference d=3d = 3.

4,4+3=7,7+3=10,10+3=13,13+3=164, \quad 4+3=7, \quad 7+3=10, \quad 10+3=13, \quad 13+3=16

16+3=19,19+3=22,22+3=2516+3=19, \quad 19+3=22, \quad 22+3=25

The first 88 terms are: 4,7,10,13,16,19,22,254, 7, 10, 13, 16, 19, 22, 25.

Step 2: Find the general term.

an=a1+(n1)×d=4+(n1)×3=4+3n3=3n+1a_n = a_1 + (n-1) \times d = 4 + (n-1) \times 3 = 4 + 3n - 3 = 3n + 1

Step 3: Verify.

a1=3(1)+1=4a_1 = 3(1) + 1 = 4 \quad \checkmark

a8=3(8)+1=25a_8 = 3(8) + 1 = 25 \quad \checkmark

Answer: The sequence is 4,7,10,13,16,19,22,254, 7, 10, 13, 16, 19, 22, 25 with general term an=3n+1a_n = 3n + 1.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 1.2 — Visualising Number Sequences

Exercise 1.2 takes number patterns from the abstract world of numbers into the visual world of dots, shapes, and arrangements. Visualising sequences helps you understand why the patterns work, not just what comes next. When you can see a triangular number as an actual triangle of dots, the formula Tn=n(n+1)2T_n = \frac{n(n+1)}{2} stops being a mysterious equation and becomes an obvious fact.

Let us work through the key problems.

Solved Example 1: Visualising Square Numbers

Problem: Show that each square number can be represented as a square arrangement of dots. How many dots are needed for the 6th square number?

Solution:

Square numbers form square arrangements:
- 1=121 = 1^2: a single dot
- 4=224 = 2^2: 2×22 \times 2 arrangement of dots
- 9=329 = 3^2: 3×33 \times 3 arrangement of dots
- 16=4216 = 4^2: 4×44 \times 4 arrangement of dots
- 25=5225 = 5^2: 5×55 \times 5 arrangement of dots

The 6th square number is:

62=366^2 = 36

This is a 6×66 \times 6 arrangement of dots (66 rows and 66 columns).

Key insight: To go from the nnth square to the (n+1)(n+1)th square, you add a new row at the bottom and a new column on the right, plus one corner dot. This adds n+(n+1)1=2n+1n + (n+1) - 1 = 2n + 1 dots, which is why consecutive square numbers differ by odd numbers.

For example, going from 52=255^2 = 25 to 62=366^2 = 36, we add 2(5)+1=112(5) + 1 = 11 dots. Check: 3625=1136 - 25 = 11. \checkmark

Answer: 3636 dots are needed for the 6th square number.

Solved Example 2: Visualising Triangular Numbers

Problem: Draw the dot arrangements for the first 55 triangular numbers and find the 10th triangular number.

Solution:

Triangular numbers are arranged in triangular patterns:
- T1=1T_1 = 1: \bullet (1 dot)
- T2=3T_2 = 3: Row 1 has 1 dot, Row 2 has 2 dots (1+2=31 + 2 = 3)
- T3=6T_3 = 6: Rows have 1,2,31, 2, 3 dots (1+2+3=61 + 2 + 3 = 6)
- T4=10T_4 = 10: Rows have 1,2,3,41, 2, 3, 4 dots (1+2+3+4=101 + 2 + 3 + 4 = 10)
- T5=15T_5 = 15: Rows have 1,2,3,4,51, 2, 3, 4, 5 dots (1+2+3+4+5=151 + 2 + 3 + 4 + 5 = 15)

The nnth triangular number is the sum of the first nn natural numbers:

Tn=1+2+3++n=n(n+1)2T_n = 1 + 2 + 3 + \cdots + n = \frac{n(n+1)}{2}

The 10th triangular number:

T10=10×112=1102=55T_{10} = \frac{10 \times 11}{2} = \frac{110}{2} = 55

Answer: T10=55T_{10} = 55.

Solved Example 3: Relationship Between Square and Triangular Numbers

Problem: Show that the sum of two consecutive triangular numbers is always a square number.

Solution:

Let us check with examples:

T1+T2=1+3=4=22T_1 + T_2 = 1 + 3 = 4 = 2^2 \quad \checkmark

T2+T3=3+6=9=32T_2 + T_3 = 3 + 6 = 9 = 3^2 \quad \checkmark

T3+T4=6+10=16=42T_3 + T_4 = 6 + 10 = 16 = 4^2 \quad \checkmark

T4+T5=10+15=25=52T_4 + T_5 = 10 + 15 = 25 = 5^2 \quad \checkmark

Now let us prove it using the formula:

Tn+Tn+1=n(n+1)2+(n+1)(n+2)2T_n + T_{n+1} = \frac{n(n+1)}{2} + \frac{(n+1)(n+2)}{2}

=n(n+1)+(n+1)(n+2)2= \frac{n(n+1) + (n+1)(n+2)}{2}

=(n+1)(n+n+2)2= \frac{(n+1)(n + n + 2)}{2}

=(n+1)(2n+2)2= \frac{(n+1)(2n + 2)}{2}

=(n+1)2(n+1)2= \frac{(n+1) \cdot 2(n+1)}{2}

=(n+1)2= (n+1)^2

So Tn+Tn+1=(n+1)2T_n + T_{n+1} = (n+1)^2, which is always a perfect square. \square

Answer: Proven. The sum of two consecutive triangular numbers TnT_n and Tn+1T_{n+1} is (n+1)2(n+1)^2.

Solved Example 4: Dot Patterns and Counting

Problem: A pattern of dots is arranged as follows: Term 1 has 11 dot, Term 2 has 55 dots (a plus sign shape), Term 3 has 1313 dots, Term 4 has 2525 dots. Find the number of dots in Term 5.

Solution:

Step 1: Find the differences.

51=4,135=8,2513=125 - 1 = 4, \quad 13 - 5 = 8, \quad 25 - 13 = 12

Differences: 4,8,124, 8, 12

Step 2: The differences increase by 44 each time.
Next difference: 12+4=1612 + 4 = 16.

Step 3: Term 5 =25+16=41= 25 + 16 = 41.

Step 4: Verify the pattern. Notice the differences are 4×1,4×2,4×3,4×44 \times 1, 4 \times 2, 4 \times 3, 4 \times 4.
The nnth term =1+4(1+2+3++(n1))=1+4(n1)n2=1+2n(n1)=2n22n+1= 1 + 4(1 + 2 + 3 + \cdots + (n-1)) = 1 + 4 \cdot \frac{(n-1)n}{2} = 1 + 2n(n-1) = 2n^2 - 2n + 1.

Check: n=52(25)10+1=41n = 5 \Rightarrow 2(25) - 10 + 1 = 41 \checkmark.

Answer: Term 5 has 4141 dots.

Solved Example 5: Cube Number Visualisation

Problem: The first four cube numbers are 1,8,27,641, 8, 27, 64. Find the next two cube numbers and express each as a sum of consecutive odd numbers.

Solution:

Step 1: Find the next two cube numbers.

53=125,63=2165^3 = 125, \quad 6^3 = 216

Step 2: Express each cube as a sum of consecutive odd numbers. There is a beautiful pattern:

13=11^3 = 1

23=3+5=82^3 = 3 + 5 = 8

33=7+9+11=273^3 = 7 + 9 + 11 = 27

43=13+15+17+19=644^3 = 13 + 15 + 17 + 19 = 64

53=21+23+25+27+29=1255^3 = 21 + 23 + 25 + 27 + 29 = 125

63=31+33+35+37+39+41=2166^3 = 31 + 33 + 35 + 37 + 39 + 41 = 216

Notice that n3n^3 is the sum of nn consecutive odd numbers, starting from the (n2n+1)(n^2 - n + 1)th odd number, which is n2n+1n^2 - n + 1 when expressed as 2k12k - 1 form.

Answer: 53=1255^3 = 125 and 63=2166^3 = 216.

Solved Example 6: L-Shaped Patterns

Problem: Consider the pattern where L-shaped figures are added to build squares: the 1st L-shape has 11 square, the 2nd has 33 squares, the 3rd has 55 squares, the 4th has 77 squares. How many squares does the 10th L-shape have? What is the total number of squares after adding 1010 L-shapes?

Solution:

Step 1: The number of squares in each L-shape follows the pattern of odd numbers: 1,3,5,7,1, 3, 5, 7, \ldots

The nnth L-shape has 2n12n - 1 squares.

For n=10n = 10: 2(10)1=192(10) - 1 = 19 squares.

Step 2: The total after nn L-shapes is the sum of the first nn odd numbers.

1+3+5+7++(2n1)=n21 + 3 + 5 + 7 + \cdots + (2n - 1) = n^2

This is a well-known result! The sum of the first nn odd numbers equals n2n^2.

Total after 1010 L-shapes: 102=10010^2 = 100 squares.

Step 3: Verify with smaller cases.
1=121 = 1^2, 1+3=4=221+3 = 4 = 2^2, 1+3+5=9=321+3+5 = 9 = 3^2. \checkmark

Answer: The 10th L-shape has 1919 squares, and the total is 100100 squares.

Solved Example 7: Growing Rectangles

Problem: Rectangles are drawn with dimensions 1×21 \times 2, 2×32 \times 3, 3×43 \times 4, 4×54 \times 5. Find the areas of the first 66 rectangles. What do you notice about these areas?

Solution:

The rectangles have dimensions n×(n+1)n \times (n+1):

1×2=21 \times 2 = 2

2×3=62 \times 3 = 6

3×4=123 \times 4 = 12

4×5=204 \times 5 = 20

5×6=305 \times 6 = 30

6×7=426 \times 7 = 42

The areas are: 2,6,12,20,30,422, 6, 12, 20, 30, 42.

Notice that each area is twice a triangular number:

2=2×T1,6=2×T2,12=2×T3,20=2×T42 = 2 \times T_1, \quad 6 = 2 \times T_2, \quad 12 = 2 \times T_3, \quad 20 = 2 \times T_4

This makes sense because n(n+1)=2×n(n+1)2=2Tnn(n+1) = 2 \times \frac{n(n+1)}{2} = 2 T_n.

Answer: The areas are 2,6,12,20,30,422, 6, 12, 20, 30, 42. Each area equals twice the corresponding triangular number.

Solved Example 8: Stacking Squares Pattern

Problem: Squares are stacked in a staircase pattern. Step 1 uses 11 square, Step 2 uses 1+2=31 + 2 = 3 squares, Step 3 uses 1+2+3=61 + 2 + 3 = 6 squares. How many squares are needed for Step 15?

Solution:

Each step uses a triangular number of squares:

Step n=Tn=n(n+1)2\text{Step } n = T_n = \frac{n(n+1)}{2}

For Step 15:

T15=15×162=2402=120T_{15} = \frac{15 \times 16}{2} = \frac{240}{2} = 120

Answer: Step 15 needs 120120 squares.

Exercise 1.3 — Patterns in Shapes

Exercise 1.3 moves from numbers to geometry. Shape patterns can involve rotating, reflecting, growing, or transforming geometric figures according to a rule. The skill you develop here — reading a visual pattern and predicting what comes next — is the same skill engineers use to design structures and artists use to create tessellations.

Solved Example 1: Growing Shape Pattern

Problem: A shape pattern starts with 11 square, then makes an L-shape with 33 squares, then a bigger L with 55 squares, then 77 squares. How many squares will the 8th figure have?

Solution:

The number of squares in each figure: 1,3,5,7,1, 3, 5, 7, \ldots

This is the sequence of odd numbers with general term an=2n1a_n = 2n - 1.

For the 8th figure:

a8=2(8)1=15a_8 = 2(8) - 1 = 15

Answer: The 8th figure will have 1515 squares.

Solved Example 2: Number of Sides in Regular Polygons

Problem: A triangle has 33 sides, a square has 44 sides, a pentagon has 55 sides, a hexagon has 66 sides. If this pattern continues, how many sides does the 10th polygon in this sequence have? What is it called?

Solution:

The number of sides follows the pattern: 3,4,5,6,3, 4, 5, 6, \ldots

The nnth polygon has (n+2)(n + 2) sides.

For n=10n = 10: 10+2=1210 + 2 = 12 sides.

A 1212-sided polygon is called a dodecagon.

The sequence of polygon names:
- n=1n = 1: Triangle (33 sides)
- n=2n = 2: Quadrilateral (44 sides)
- n=3n = 3: Pentagon (55 sides)
- n=4n = 4: Hexagon (66 sides)
- n=5n = 5: Heptagon (77 sides)
- n=6n = 6: Octagon (88 sides)

Answer: The 10th polygon has 1212 sides and is called a dodecagon.

Solved Example 3: Diagonals of Polygons

Problem: A triangle has 00 diagonals, a quadrilateral has 22, a pentagon has 55, and a hexagon has 99. Find the number of diagonals in a heptagon (77 sides).

Solution:

Step 1: List the data.
| Polygon | Sides (nn) | Diagonals (DD) |
|---------|-------------|------------------|
| Triangle | 33 | 00 |
| Quadrilateral | 44 | 22 |
| Pentagon | 55 | 55 |
| Hexagon | 66 | 99 |

Step 2: Find the differences.

20=2,52=3,95=42 - 0 = 2, \quad 5 - 2 = 3, \quad 9 - 5 = 4

Differences: 2,3,4,2, 3, 4, \ldots (increasing by 11).

The next difference is 55, so the heptagon has 9+5=149 + 5 = 14 diagonals.

Step 3: Verify with the formula. The number of diagonals of an nn-sided polygon is:

D=n(n3)2D = \frac{n(n-3)}{2}

D7=7×42=14D_7 = \frac{7 \times 4}{2} = 14 \quad \checkmark

Answer: A heptagon has 1414 diagonals.

Solved Example 4: Matchstick Patterns — Triangles

Problem: Using matchsticks, 11 triangle needs 33 matchsticks, 22 triangles in a row need 55 matchsticks, 33 triangles need 77 matchsticks. How many matchsticks are needed for 1010 triangles?

Solution:

Step 1: Observe the pattern.
| Triangles | Matchsticks |
|-----------|-------------|
| 11 | 33 |
| 22 | 55 |
| 33 | 77 |
| 44 | 99 |

The common difference is 22.

Step 2: Find the general term.

an=3+(n1)×2=2n+1a_n = 3 + (n-1) \times 2 = 2n + 1

Step 3: For n=10n = 10:

a10=2(10)+1=21a_{10} = 2(10) + 1 = 21

**Why 2n+12n + 1?** The first triangle uses 33 matchsticks. Each additional triangle shares one side with the previous triangle, so it only adds 22 new matchsticks.

Answer: 1010 triangles need 2121 matchsticks.

Solved Example 5: Matchstick Patterns — Squares

Problem: How many matchsticks are needed to make a row of nn squares? Find the answer for n=15n = 15.

Solution:

Step 1: Count for small cases.
| Squares | Matchsticks |
|---------|-------------|
| 11 | 44 |
| 22 | 77 |
| 33 | 1010 |
| 44 | 1313 |

The common difference is 33.

Step 2: Find the general term.

an=4+(n1)×3=3n+1a_n = 4 + (n-1) \times 3 = 3n + 1

**Why 3n+13n + 1?** The first square uses 44 matchsticks. Each subsequent square shares one side, adding only 33 new matchsticks.

Step 3: For n=15n = 15:

a15=3(15)+1=46a_{15} = 3(15) + 1 = 46

Answer: 1515 squares need 4646 matchsticks.

Solved Example 6: Rotating Shape Pattern

Problem: An arrow points right, then up, then left, then down, then right again. Which direction does the arrow point at the 23rd position?

Solution:

The pattern repeats every 44 steps: Right, Up, Left, Down.

To find the direction at position 2323, divide 2323 by 44:

23=4×5+323 = 4 \times 5 + 3

The remainder is 33, so the arrow is in the same position as the 3rd term.

Position 3 = Left.

Answer: The arrow points left at the 23rd position.

Solved Example 7: Growing Square Pattern

Problem: A pattern of squares grows as follows: Step 1 has a 1×11 \times 1 square, Step 2 adds squares to make a 2×22 \times 2 square, Step 3 makes a 3×33 \times 3 square. How many new small squares are added at Step nn?

Solution:

Total squares at Step nn: n2n^2.

New squares added at Step nn:

n2(n1)2=n2n2+2n1=2n1n^2 - (n-1)^2 = n^2 - n^2 + 2n - 1 = 2n - 1

Let us verify:
- Step 1: 11 new square (2×11=12 \times 1 - 1 = 1). \checkmark
- Step 2: 33 new squares (2×21=32 \times 2 - 1 = 3). Total: 44. \checkmark
- Step 3: 55 new squares (2×31=52 \times 3 - 1 = 5). Total: 99. \checkmark
- Step 10: 2×101=192 \times 10 - 1 = 19 new squares.

Answer: At Step nn, exactly 2n12n - 1 new squares are added.

Solved Example 8: Koch Snowflake Perimeter

Problem: A Koch snowflake starts with an equilateral triangle of side 11. At each step, the number of sides is multiplied by 44. The starting shape has 33 sides. How many sides does the shape have after 44 steps?

Solution:

Step 0: 33 sides
Step 1: 3×4=123 \times 4 = 12 sides
Step 2: 12×4=4812 \times 4 = 48 sides
Step 3: 48×4=19248 \times 4 = 192 sides
Step 4: 192×4=768192 \times 4 = 768 sides

The general formula: after nn steps, the number of sides is 3×4n3 \times 4^n.

Check: 3×44=3×256=7683 \times 4^4 = 3 \times 256 = 768. \checkmark

Answer: After 44 steps, the Koch snowflake has 768768 sides.

Exercise 1.4 — Patterns in Nature and Real Life

This exercise connects mathematical patterns to the world around us. From the spiral of a seashell to the arrangement of seeds in a sunflower, patterns are everywhere. Recognising these patterns helps us understand both mathematics and the natural world.

Let us explore some fascinating real-world patterns.

Solved Example 1: Fibonacci in Nature

Problem: The number of petals in many flowers follows the Fibonacci sequence: 1,1,2,3,5,8,13,21,34,1, 1, 2, 3, 5, 8, 13, 21, 34, \ldots. Lilies have 33 petals, buttercups have 55, delphiniums have 88, marigolds have 1313, and daisies have 2121 or 3434. What are the next two Fibonacci numbers after 3434?

Solution:

Using the Fibonacci rule (Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2}):

F10=34+21=55F_{10} = 34 + 21 = 55

F11=55+34=89F_{11} = 55 + 34 = 89

Answer: The next two Fibonacci numbers are 5555 and 8989.

Solved Example 2: Calendar Patterns

Problem: In a calendar, if the 3rd of a month is a Monday, what day is the 31st of the same month?

Solution:

From the 3rd to the 31st: 313=2831 - 3 = 28 days.

28=4×728 = 4 \times 7, so 2828 days is exactly 44 complete weeks.

Since 2828 days later lands on the same day of the week:

The 31st is also a Monday.

Answer: The 31st is a Monday.

Solved Example 3: Tiling Patterns

Problem: A floor is being tiled with square tiles. If you need 11 tile for a 1×11 \times 1 floor, 44 tiles for a 2×22 \times 2 floor, 99 tiles for a 3×33 \times 3 floor, how many tiles do you need for a 12×1212 \times 12 floor?

Solution:

The number of tiles follows the square number pattern: n2n^2.

For a 12×1212 \times 12 floor:

122=14412^2 = 144

Answer: You need 144144 tiles.

Solved Example 4: Population Doubling

Problem: A bacterial colony doubles every hour. If there are 100100 bacteria at 12:0012:00 PM, how many bacteria will there be at 6:006:00 PM?

Solution:

The population follows a geometric sequence with first term a=100a = 100 and common ratio r=2r = 2.

After nn hours: P=100×2nP = 100 \times 2^n

From 12:0012:00 PM to 6:006:00 PM is 66 hours.

P=100×26=100×64=6400P = 100 \times 2^6 = 100 \times 64 = 6400

Answer: There will be 64006400 bacteria at 6:006:00 PM.

Solved Example 5: Handshake Problem

Problem: At a party, everyone shakes hands with everyone else exactly once. If there are 88 people, how many handshakes take place?

Solution:

Step 1: Each person shakes hands with 77 others. That gives 8×7=568 \times 7 = 56 handshakes, but each handshake is counted twice (once for each person).

Step 2: Actual handshakes:

8×72=28\frac{8 \times 7}{2} = 28

Step 3: Verify the pattern.
| People | Handshakes |
|--------|------------|
| 22 | 11 |
| 33 | 33 |
| 44 | 66 |
| 55 | 1010 |
| 66 | 1515 |
| 77 | 2121 |
| 88 | 2828 |

These are triangular numbers! n(n1)2\frac{n(n-1)}{2} for nn people.

Answer: 2828 handshakes take place.

Solved Example 6: Stacking Cannonballs

Problem: Cannonballs are stacked in a pyramid: 11 ball on top, 44 in the second layer (2×22 \times 2), 99 in the third layer (3×33 \times 3), 1616 in the fourth (4×44 \times 4). How many cannonballs are in a pyramid with 66 layers?

Solution:

Each layer kk has k2k^2 cannonballs. The total for nn layers is:

k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}

For n=6n = 6:

6×7×136=5466=91\frac{6 \times 7 \times 13}{6} = \frac{546}{6} = 91

Verification: 1+4+9+16+25+36=911 + 4 + 9 + 16 + 25 + 36 = 91. \checkmark

Answer: A 66-layer pyramid has 9191 cannonballs.

Exercise 1.5 — Patterns in Tables and Charts

Exercise 1.5 brings together numerical reasoning and data organisation. When numbers are arranged in tables, hidden patterns can emerge that would be difficult to spot in a plain list. Multiplication tables, addition tables, and number grids all contain rich patterns waiting to be discovered.

Solved Example 1: Multiplication Table Patterns

Problem: In the multiplication table from 11 to 1010, how many times does the product 1212 appear? List all the ways to get 1212.

Solution:

1212 can be written as a product of two numbers from 11 to 1010 in these ways:

12=1×12(but 12>10, so this doesn’t appear)12 = 1 \times 12 \quad (\text{but } 12 > 10, \text{ so this doesn't appear})

12=2×612 = 2 \times 6 \quad \checkmark

12=3×412 = 3 \times 4 \quad \checkmark

12=4×312 = 4 \times 3 \quad \checkmark

12=6×212 = 6 \times 2 \quad \checkmark

So 1212 appears **44 times** in the 10×1010 \times 10 multiplication table.

Answer: 1212 appears 44 times, at positions (2,6)(2,6), (3,4)(3,4), (4,3)(4,3), and (6,2)(6,2).

Solved Example 2: Addition Table Diagonal Pattern

Problem: In an addition table (where entry at row rr, column cc is r+cr + c), what pattern do you see along the diagonals going from top-left to bottom-right?

Solution:

Consider the addition table for 11 to 55:

++1122334455
112233445566
223344556677
334455667788
445566778899
55667788991010

Along each top-left to bottom-right diagonal, all entries are the same number! The main diagonal has all 66s (when r=cr = c, r+c=2rr + c = 2r).

This is because along a diagonal, as rr increases by 11, cc decreases by 11, so r+cr + c stays constant.

Answer: Each diagonal (top-left to bottom-right) contains the same sum.

Solved Example 3: Patterns in the Hundreds Chart

Problem: In a hundreds chart (11 to 100100), what pattern do you notice in the column containing 7,17,27,37,7, 17, 27, 37, \ldots? What is the 10th number in this column?

Solution:

The column contains: 7,17,27,37,47,57,67,77,87,977, 17, 27, 37, 47, 57, 67, 77, 87, 97.

All numbers end in 77 (units digit is 77). The tens digit increases by 11 each time.

General term: an=10n3a_n = 10n - 3 (or equivalently, the nnth number with units digit 77).

The 10th number: a10=10(10)3=97a_{10} = 10(10) - 3 = 97.

Answer: The 10th number in this column is 9797.

Solved Example 4: Cross Pattern in Multiplication Table

Problem: In the 10×1010 \times 10 multiplication table, pick any 2×22 \times 2 block. Multiply the diagonal entries and compare. What do you notice?

Solution:

Let us pick the block with rows 3,43, 4 and columns 5,65, 6:

5566
3315151818
4420202424

Main diagonal product: 15×24=36015 \times 24 = 360
Other diagonal product: 18×20=36018 \times 20 = 360

They are equal! Let us prove why.

In general, the four entries are: rcrc, r(c+1)r(c+1), (r+1)c(r+1)c, (r+1)(c+1)(r+1)(c+1).

Main diagonal: rc×(r+1)(c+1)=rc(r+1)(c+1)rc \times (r+1)(c+1) = rc(r+1)(c+1)
Other diagonal: r(c+1)×(r+1)c=rc(r+1)(c+1)r(c+1) \times (r+1)c = rc(r+1)(c+1)

They are always equal! \square

Answer: The products of the two diagonals in any 2×22 \times 2 block of the multiplication table are always equal.

Solved Example 5: Sums of Rows in Pascal's Triangle

Problem: Pascal's triangle starts as: Row 0: 11; Row 1: 1,11, 1; Row 2: 1,2,11, 2, 1; Row 3: 1,3,3,11, 3, 3, 1; Row 4: 1,4,6,4,11, 4, 6, 4, 1. Find the sum of entries in each row. What pattern do you see?

Solution:

RowEntriesSum
00111=201 = 2^0
111,11, 12=212 = 2^1
221,2,11, 2, 14=224 = 2^2
331,3,3,11, 3, 3, 18=238 = 2^3
441,4,6,4,11, 4, 6, 4, 116=2416 = 2^4

The sum of entries in Row nn is 2n2^n.

Row 5: entries are 1,5,10,10,5,11, 5, 10, 10, 5, 1 and their sum is 32=2532 = 2^5. \checkmark

Answer: The sum of entries in Row nn of Pascal's triangle is 2n2^n.

Exercise 1.6 — Number Patterns and Relationships

This exercise goes deeper into the relationships between different types of numbers. You will discover surprising connections between square numbers, triangular numbers, and other sequences. These connections are what make mathematics so elegant.

Solved Example 1: Sum of First n Odd Numbers

Problem: Find the sum 1+3+5+7++191 + 3 + 5 + 7 + \cdots + 19.

Solution:

Step 1: How many terms are there? The kkth odd number is 2k12k - 1. Setting 2k1=192k - 1 = 19, we get k=10k = 10. So there are 1010 terms.

Step 2: Use the result: the sum of the first nn odd numbers is n2n^2.

1+3+5+7+9+11+13+15+17+19=102=1001 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 = 10^2 = 100

Step 3: Verify by direct addition.
1+3=4,4+5=9,9+7=16,16+9=251 + 3 = 4, \quad 4 + 5 = 9, \quad 9 + 7 = 16, \quad 16 + 9 = 25
25+11=36,36+13=49,49+15=64,64+17=81,81+19=10025 + 11 = 36, \quad 36 + 13 = 49, \quad 49 + 15 = 64, \quad 64 + 17 = 81, \quad 81 + 19 = 100 \checkmark

Answer: 1+3+5++19=1001 + 3 + 5 + \cdots + 19 = 100.

Solved Example 2: Pattern in Squares of Numbers Ending in 5

Problem: Find 15215^2, 25225^2, 35235^2, 45245^2. What pattern do you observe? Use the pattern to find 75275^2.

Solution:

152=22515^2 = 225

252=62525^2 = 625

352=122535^2 = 1225

452=202545^2 = 2025

Pattern: For a number ending in 55, say n5n5 (where nn is the tens digit or the number formed by digits before 55):

(n5)2=n×(n+1)×100+25(n5)^2 = n \times (n+1) \times 100 + 25

Check:
- 15215^2: 1×2=21 \times 2 = 2, so 225225. \checkmark
- 25225^2: 2×3=62 \times 3 = 6, so 625625. \checkmark
- 35235^2: 3×4=123 \times 4 = 12, so 12251225. \checkmark
- 45245^2: 4×5=204 \times 5 = 20, so 20252025. \checkmark

For 75275^2:

7×8=567 \times 8 = 56

752=562575^2 = 5625

Verification: 752=75×75=562575^2 = 75 \times 75 = 5625. \checkmark

Answer: 752=562575^2 = 5625.

Solved Example 3: Pattern in Products of Consecutive Numbers

Problem: Find 1×21 \times 2, 2×32 \times 3, 3×43 \times 4, 4×54 \times 5. Show that each product is one less than a perfect square.

Solution:

1×2=2=42?Hmm, let’s reconsider.1 \times 2 = 2 = 4 - 2? \quad \text{Hmm, let's reconsider.}

Actually, n(n+1)=n2+nn(n+1) = n^2 + n. Let us check if it is close to a perfect square.

1×2=2and222=2.So 1×2=222.1 \times 2 = 2 \quad \text{and} \quad 2^2 - 2 = 2. \quad \text{So } 1 \times 2 = 2^2 - 2.

Wait, the correct pattern is:

n×(n+2)=n2+2n=(n+1)21n \times (n+2) = n^2 + 2n = (n+1)^2 - 1

But the problem says consecutive numbers nn and n+1n+1:

n(n+1)+1=n2+n+1Hmm, that is not a perfect square in general.n(n+1) + 1 = n^2 + n + 1 \quad \text{Hmm, that is not a perfect square in general.}

Let us try n(n+1)n(n+1) and compare with (n+1)2(n+1)^2:

(n+1)2n(n+1)=(n+1)[(n+1)n]=n+1(n+1)^2 - n(n+1) = (n+1)[(n+1) - n] = n+1

So n(n+1)=(n+1)2(n+1)n(n+1) = (n+1)^2 - (n+1). Not exactly "one less than a perfect square."

But the product of **numbers differing by 22** gives the correct pattern:

1×3=3=41=2211 \times 3 = 3 = 4 - 1 = 2^2 - 1

2×4=8=91=3212 \times 4 = 8 = 9 - 1 = 3^2 - 1

3×5=15=161=4213 \times 5 = 15 = 16 - 1 = 4^2 - 1

4×6=24=251=5214 \times 6 = 24 = 25 - 1 = 5^2 - 1

In general: n(n+2)=(n+1)21n(n+2) = (n+1)^2 - 1.

Proof: n(n+2)=n2+2n=(n2+2n+1)1=(n+1)21n(n+2) = n^2 + 2n = (n^2 + 2n + 1) - 1 = (n+1)^2 - 1. \square

Answer: The product of two numbers that differ by 22 is always 11 less than the square of the number between them.

Solved Example 4: Digit Sum Patterns of Multiples of 9

Problem: Find the digit sums of 9,18,27,36,45,54,63,72,81,909, 18, 27, 36, 45, 54, 63, 72, 81, 90. What pattern do you see?

Solution:

99,181+8=9,272+7=99 \to 9, \quad 18 \to 1+8 = 9, \quad 27 \to 2+7 = 9

363+6=9,454+5=9,545+4=936 \to 3+6 = 9, \quad 45 \to 4+5 = 9, \quad 54 \to 5+4 = 9

636+3=9,727+2=9,818+1=963 \to 6+3 = 9, \quad 72 \to 7+2 = 9, \quad 81 \to 8+1 = 9

909+0=990 \to 9+0 = 9

The digit sum of every multiple of 99 is always 99 (for multiples up to 9090).

Why does this happen?
When you multiply 99 by nn (for n=1n = 1 to 1010), the result is 9n9n. In the two-digit representation, the tens digit is (n1)(n-1) and the units digit is (10n)(10-n). Their sum is (n1)+(10n)=9(n-1) + (10-n) = 9.

For larger multiples: 9×11=999+9=181+8=99 \times 11 = 99 \to 9+9 = 18 \to 1+8 = 9. The repeated digit sum of any multiple of 99 is always 99.

Answer: The digit sum of each multiple of 99 is 99.

Solved Example 5: Pattern in Differences of Cubes

Problem: Compute 23132^3 - 1^3, 33233^3 - 2^3, 43334^3 - 3^3, 53435^3 - 4^3. What do you notice?

Solution:

2313=81=72^3 - 1^3 = 8 - 1 = 7

3323=278=193^3 - 2^3 = 27 - 8 = 19

4333=6427=374^3 - 3^3 = 64 - 27 = 37

5343=12564=615^3 - 4^3 = 125 - 64 = 61

Differences: 7,19,37,617, 19, 37, 61.

Differences of these differences: 197=1219 - 7 = 12, 3719=1837 - 19 = 18, 6137=2461 - 37 = 24.

Second differences: 12,18,2412, 18, 24 — these increase by 66 each time.

Using the formula: n3(n1)3=3n23n+1n^3 - (n-1)^3 = 3n^2 - 3n + 1.

Check: n=23(4)6+1=7n = 2 \Rightarrow 3(4) - 6 + 1 = 7. \checkmark

n=53(25)15+1=61n = 5 \Rightarrow 3(25) - 15 + 1 = 61. \checkmark

Answer: (n+1)3n3=3n2+3n+1(n+1)^3 - n^3 = 3n^2 + 3n + 1, which always gives an odd number.

Solved Example 6: Sum of Cubes Pattern

Problem: Find 13+23+33+431^3 + 2^3 + 3^3 + 4^3 and compare it with (1+2+3+4)2(1 + 2 + 3 + 4)^2.

Solution:

13+23+33+43=1+8+27+64=1001^3 + 2^3 + 3^3 + 4^3 = 1 + 8 + 27 + 64 = 100

(1+2+3+4)2=102=100(1 + 2 + 3 + 4)^2 = 10^2 = 100

They are equal!

Let us check more cases:

13=1=121^3 = 1 = 1^2 \quad \checkmark

13+23=9=32=(1+2)21^3 + 2^3 = 9 = 3^2 = (1+2)^2 \quad \checkmark

13+23+33=36=62=(1+2+3)21^3 + 2^3 + 3^3 = 36 = 6^2 = (1+2+3)^2 \quad \checkmark

This is a beautiful identity:

13+23+33++n3=(n(n+1)2)2=(Tn)21^3 + 2^3 + 3^3 + \cdots + n^3 = \left(\frac{n(n+1)}{2}\right)^2 = (T_n)^2

The sum of the first nn cubes equals the square of the nnth triangular number.

Answer: 13+23+33+43=100=(1+2+3+4)21^3 + 2^3 + 3^3 + 4^3 = 100 = (1 + 2 + 3 + 4)^2.

Common Mistakes and How to Avoid Them

Even simple-looking pattern problems can trip you up if you are not careful. Here are the most common mistakes students make in this chapter, along with clear strategies to avoid them:

1. Assuming the Pattern Based on Too Few Terms
* Mistake: Given 1,2,4,1, 2, 4, \ldots, assuming the next term is 88 (doubling) when it could also be 77 (differences 1,2,3,1, 2, 3, \ldots).
* Fix: Always check multiple possible rules when fewer than 44 terms are given. If the question provides only 33 terms, there may be more than one valid answer. Look for the simplest rule that fits all given terms.

2. Confusing Arithmetic and Geometric Sequences
* Mistake: Writing 2,6,18,542, 6, 18, 54 has a common difference of 4,12,364, 12, 36.
* Fix: If the differences are not constant, check the ratios between consecutive terms instead. Arithmetic means constant differences; geometric means constant ratios.

3. Getting the General Term Formula Wrong
* Mistake: For 3,5,7,9,3, 5, 7, 9, \ldots, writing an=2na_n = 2n instead of an=2n+1a_n = 2n + 1.
* Fix: Always verify your formula by substituting n=1,2,3n = 1, 2, 3 and checking against the given terms. If a1=3a_1 = 3 and your formula gives a1=2a_1 = 2, the formula is wrong.

4. Forgetting That Differences Can Have Differences
* Mistake: Seeing differences 2,3,4,52, 3, 4, 5 and saying "no pattern" because the first differences are not constant.
* Fix: Look at second differences (differences of the differences). If those are constant, you have a quadratic pattern. If the second differences also vary, look at third differences.

5. Miscounting Terms
* Mistake: "Find the 10th term of 5,10,15,5, 10, 15, \ldots" and writing 5×11=555 \times 11 = 55.
* Fix: The nnth term of this sequence is 5n5n, not 5(n+1)5(n+1). For n=10n = 10: 5(10)=505(10) = 50. Always verify by counting: 55 is the 1st term, 1010 is the 2nd, etc.

6. Repeating-Pattern Index Errors
* Mistake: A pattern repeats every 44 terms. To find the 14th term, computing 14÷4=314 \div 4 = 3 remainder 22, but then looking up the wrong position.
* Fix: A remainder of 00 means the last element in the repeating group, not the first. A remainder of 22 means the 2nd element. Practice with small examples until this feels automatic.

7. Forgetting to State the Rule
* Mistake: Simply writing the next terms without explaining the pattern.
* Fix: Always state the rule clearly ("add 33", "multiply by 22", "add consecutive integers"). This is essential for full marks in exams.

Exam Strategy: How to Score Full Marks in Pattern Questions

Pattern problems are among the most scoring topics in Class 6 Maths exams. Here is a complete strategy to tackle them efficiently:

Step 1: Compute the Differences
The very first thing to do with any number sequence is to write out the differences between consecutive terms. If they are constant, you have an arithmetic sequence and the problem is essentially solved.

Step 2: If Differences Are Not Constant, Check Ratios
Divide each term by the previous one. If the ratios are constant, you have a geometric sequence.

Step 3: If Neither Works, Look at Second Differences
Compute the differences of the differences. If the second differences are constant, the pattern is quadratic (related to squares). The general term will be of the form an2+bn+can^2 + bn + c.

Step 4: Look for Known Sequences
Check if the terms match any well-known sequence:
- Square numbers: 1,4,9,16,25,1, 4, 9, 16, 25, \ldots
- Triangular numbers: 1,3,6,10,15,1, 3, 6, 10, 15, \ldots
- Cube numbers: 1,8,27,64,1, 8, 27, 64, \ldots
- Fibonacci: 1,1,2,3,5,8,1, 1, 2, 3, 5, 8, \ldots
- Powers of 22: 1,2,4,8,16,1, 2, 4, 8, 16, \ldots

Step 5: Always Verify
Once you find a rule, verify it against ALL given terms, not just the first two. Then use the rule to find the required terms.

Step 6: Show Your Work
Write the differences (or ratios), state the rule, and show the calculation for each term you are asked to find. Even if the answer is obvious to you, writing the steps earns marks.

Time Management: Pattern problems usually take 22-33 minutes each. If a pattern is not jumping out at you after 11 minute, move on and return to it later with fresh eyes.

Common Exam Patterns:
- "Find the next 33 terms" — compute differences, find the rule, extend.
- "Find the nnth term" — derive the formula and substitute.
- "Which term is XX?" — set up an=Xa_n = X and solve for nn.
- "Matchstick/shape counting" — draw the first few cases, find the number pattern, derive the formula.

Practice Problems — Try These Yourself

Now it is your turn! Attempt these problems without looking at the solutions above. Write down the differences, identify the rule, and find the answer.

Problem 1: Find the next three terms: 4,9,14,19,24,4, 9, 14, 19, 24, \ldots

Problem 2: Find the 15th term of the sequence 7,11,15,19,23,7, 11, 15, 19, 23, \ldots

Problem 3: Identify the sequence and find the missing term: 1,4,9,_,25,361, 4, 9, \_, 25, 36

Problem 4: Find the next two terms: 2,6,18,54,2, 6, 18, 54, \ldots

Problem 5: In the sequence 1,1,2,3,5,8,13,21,1, 1, 2, 3, 5, 8, 13, 21, \ldots, find the 12th term.

Problem 6: How many matchsticks are needed to make a row of 2020 triangles (sharing sides)?

Problem 7: The sum of the first nn odd numbers is n2n^2. Use this to find the sum 1+3+5++391 + 3 + 5 + \cdots + 39.

Problem 8: Find the 8th triangular number using the formula Tn=n(n+1)2T_n = \frac{n(n+1)}{2}.

Problem 9: A sequence follows the rule: start with 33, and each term is double the previous term minus 11. Find the first 66 terms.

Problem 10: In a repeating pattern A,B,C,D,A,B,C,D,A, B, C, D, A, B, C, D, \ldots, what is the 47th term?

Problem 11: The differences between consecutive terms of a sequence are 3,5,7,9,11,3, 5, 7, 9, 11, \ldots. If the first term is 22, find the first 77 terms.

Problem 12: Find the sum 1+2+3++501 + 2 + 3 + \cdots + 50 using the triangular number formula.

Quick Revision Notes

Here is your quick reference sheet for Chapter 1. Bookmark this section and review it before exams!

Types of Sequences:
- Arithmetic sequence: constant difference dd. Formula: an=a1+(n1)da_n = a_1 + (n-1)d
- Geometric sequence: constant ratio rr. Formula: an=a1×rn1a_n = a_1 \times r^{n-1}
- Quadratic sequence: constant second differences. Formula: an=an2+bn+ca_n = an^2 + bn + c

Special Sequences:
- Odd numbers: 1,3,5,7,1, 3, 5, 7, \ldots with an=2n1a_n = 2n - 1
- Even numbers: 2,4,6,8,2, 4, 6, 8, \ldots with an=2na_n = 2n
- Square numbers: 1,4,9,16,1, 4, 9, 16, \ldots with an=n2a_n = n^2
- Triangular numbers: 1,3,6,10,1, 3, 6, 10, \ldots with Tn=n(n+1)2T_n = \frac{n(n+1)}{2}
- Cube numbers: 1,8,27,64,1, 8, 27, 64, \ldots with an=n3a_n = n^3
- Fibonacci: 1,1,2,3,5,8,1, 1, 2, 3, 5, 8, \ldots with Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2}

Key Results:
- Sum of first nn natural numbers =n(n+1)2= \frac{n(n+1)}{2}
- Sum of first nn odd numbers =n2= n^2
- Sum of first nn even numbers =n(n+1)= n(n+1)
- (n+1)2n2=2n+1(n+1)^2 - n^2 = 2n + 1 (difference of consecutive squares = odd numbers)
- Tn+Tn+1=(n+1)2T_n + T_{n+1} = (n+1)^2 (consecutive triangular numbers sum to a square)
- 13+23++n3=(Tn)21^3 + 2^3 + \cdots + n^3 = (T_n)^2 (sum of cubes = square of triangular number)

Problem-Solving Strategy:
1. Compute first differences
2. If not constant, compute second differences (or check ratios)
3. Identify the rule
4. State the general term ana_n if possible
5. Verify with given terms
6. Apply to find required terms

Connections to Other Chapters

Patterns in Mathematics is not an isolated chapter — it connects deeply to many other topics you will study this year and in future classes:

Chapter 3 (Number Play): The digit patterns, palindromic patterns, and number tricks in Chapter 3 are all extensions of the pattern-recognition skills you build here.

Chapter 5 (Prime Time): The Sieve of Eratosthenes is a pattern-based method for finding prime numbers. The distribution of primes itself follows fascinating (if complex) patterns.

Chapter 10 (The Other Side of Zero): Negative numbers extend number patterns below zero. The sequence ,3,2,1,0,1,2,3,\ldots, -3, -2, -1, 0, 1, 2, 3, \ldots is the simplest arithmetic sequence, with common difference 11.

Higher Classes: In Class 7-8, you will study algebraic expressions, which are the formulas behind patterns. In Class 10, Arithmetic Progressions (AP) is an entire chapter. In Class 11, Sequences and Series is a major topic. The foundation you build now will serve you for years.

Boost Your Preparation with SparkEd

You have now worked through every exercise in Chapter 1 with detailed solutions. But reading solutions is not enough — you need to practice solving problems on your own to build confidence and speed.

Here is how SparkEd can help:

  • Practice by Difficulty: On our Patterns in Mathematics practice page, work through problems sorted into Level 1, Level 2, and Level 3. Start easy and build up.
  • AI Math Solver: Stuck on a tricky pattern? Paste the problem into our AI Solver and get a step-by-step solution explaining the pattern and how to find the next terms.
  • AI Coach: Get personalised recommendations on which topics need more practice. The Coach analyses your performance and spots your weak areas before the examiner does.
  • Cross-Topic Connections: Patterns connect to Number Play, Prime Time, and Algebra. Explore all of these on our programs page.

Head over to sparkedmaths.com and start practising today. Every problem you solve now makes exam day easier!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now