Number and shape patternsInvestigateabout 50 min
Pattern detectives: predict, test, explain
Matchstick challenges, Gauss’s trick, calendar magic, growth races and patterns that fool you
Investigate growing patterns like a detective: predict first, collect small cases, find the rule, test it and explain why it works. Includes far predictions, working backwards, odd sums, Gauss’s pairing, grid tricks and always-sometimes-never reasoning.
In this part you’ll
- Use the predict, collect, spot, test and explain method on a pattern investigation.
- Predict the 100th picture of a growing shape pattern and work backwards from a total to a position.
- Explain with pictures why odd numbers add to square numbers and why two staircases make a rectangle.
- Use pairing to add arithmetic sequences, and explain grid and calendar tricks.
- Decide whether statements are always, sometimes or never true, using examples and counterexamples.
In the first two layers you learned to spot rules and use them. Now you become a pattern detective. Detectives do not just guess; they predict, test, check and explain.
This layer is full of investigations. Each one starts with a question like “how many sticks for 100 squares?”, “does this trick always work?” or “which grows faster?”. You will make a prediction first (and write it down, so you cannot pretend afterwards!), then test it with the labs, tables and a pencil, and finally try to explain why the answer comes out the way it does.
Some of your predictions will be wrong. That is the point. A wrong prediction you can explain teaches you more than a lucky right one.
The pattern detective’s method
- Step 01AskQuestion
Choose something to find out: “How many sticks for 100 squares?”
- Step 02PredictWrite it down
Make a guess before you calculate. Say why you think so.
- Step 03CollectSmall cases
Build or draw the 1st, 2nd, 3rd, 4th and 5th cases and count. Put the results in a table.
- Step 04SpotRule
Look at differences and ratios. Write a rule in words, then as a formula in n.
- Step 05TestNew case
Use your rule to predict a case you have not counted (say the 6th), then count it to check.
- Step 06ExplainWhy?
Use the picture to explain why the rule works. An explained rule is far stronger than a guessed one.
- Step 07UsePredict far
Now answer the question: the 100th case, or which case gives a certain number.
Chapter 01
The matchstick lab
Predict first
Lab
Predict far-away pictures (the 20th to the 100th) of growing shape patterns without drawing them, then choose the rule.
Puzzle 1 of 7 · step 1 of 3 Matchstick squares in a row
How many matchsticks will term 5 need?
Text version of this activity
Seven far-prediction puzzles. The machine draws the first few pictures; you type the count for a far picture and then pick the rule.
- Matchstick squares (4, 7, 10, 13): 100th picture 301 sticks (3 × n + 1).
- Matchstick triangles (3, 5, 7, 9): 100th 201 sticks (2 × n + 1).
- Matchstick hexagons (6, 11, 16): 100th 501 sticks (5 × n + 1).
- L-shapes (1, 3, 5, 7 tiles): 50th 99 tiles (2 × n − 1).
- Dot squares (1, 4, 9, 16): 25th 625 dots (n × n).
- Staircases (1, 3, 6, 10 blocks): 20th 210 blocks (n × (n + 1) ÷ 2).
- Dot triangles (1, 3, 6, 10, 15): 100th 5,050 dots (n × (n + 1) ÷ 2).
Nobody could draw the 100th triangle of 5,050 dots by hand. The rule does it in one line.
Worked example
0 / 5 steps shownWorking backwards: the 2026-stick challenge
A school wants to lay out matchstick squares in a row for its 2026 Annual Day, using exactly 2,026 sticks. Is that possible, and how many squares would there be?
Investigation: two rows of squares. Build a rectangle of matchstick squares 2 rows high and n squares long. Count the sticks for n = 1, 2, 3, 4, 5.
| Squares long (n) | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| Sticks | 7 | 12 | 17 | 22 | 27 |
The differences are all 5, so the rule is 5 × n + something. For n = 1 we need 7, so the rule is 5 × n + 2.
Why 5? Each new column adds 3 horizontal sticks (top, middle, bottom) and 2 vertical sticks: 5. Why + 2? The 2 vertical sticks on the far left edge.
Try 3 rows high yourself before reading on. (You should get 10, 17, 24, 31, …, which is 7 × n + 3: 4 horizontal and 3 vertical sticks per column, plus 3 on the left edge.)
Try it
Chapter 02
Dot patterns: squares, triangles and rectangles
Investigation: how many dots in the 100th triangle? Adding 1 + 2 + 3 + … + 100 by hand is slow. Here is a trick you can test with counters.
Make a triangle of dots with rows 1, 2, 3, 4 (10 dots). Make a second, identical triangle and turn it upside down. Push the two together: they make a rectangle 4 dots wide and 5 dots tall, which has 4 × 5 = 20 dots. One triangle is half of that: 10. ✓
| Triangle n | Rectangle | Rectangle dots | Triangle dots (half) |
|---|---|---|---|
| 3 | 3 × 4 | 12 | 6 |
| 4 | 4 × 5 | 20 | 10 |
| 5 | 5 × 6 | 30 | 15 |
| 10 | 10 × 11 | 110 | 55 |
| 100 | 100 × 101 | 10,100 | 5,050 |
So the nth triangular number is n × (n + 1) ÷ 2.
Predict first
Chapter 03
Odd sums and L-shapes
Predict first
Why do odd numbers build squares? Picture a 1 by 1 square of one tile. To make it into a 2 by 2 square, wrap an L-shape of 3 tiles around two sides. To grow that into a 3 by 3 square, wrap an L of 5 tiles. Then an L of 7 tiles makes a 4 by 4 square.
| Step | L-shape added | Square made | Total tiles |
|---|---|---|---|
| 1 | 1 (just the corner) | 1 × 1 | 1 |
| 2 | 3 | 2 × 2 | 1 + 3 = 4 |
| 3 | 5 | 3 × 3 | 4 + 5 = 9 |
| 4 | 7 | 4 × 4 | 9 + 7 = 16 |
| 5 | 9 | 5 × 5 | 16 + 9 = 25 |
Each L has one tile on the corner and two equal arms. To go from an (n − 1) square to an n square, each arm has n − 1 tiles, so the L has (n − 1) + (n − 1) + 1 = 2 × n − 1 tiles: exactly the nth odd number. These L-shapes are the growing L-shapes in the pattern machine. The Greeks called them gnomons, the name for the L-shaped pointer on a sundial.
Try it
Chapter 04
Staircases and the story of young Gauss
A famous story is told about Carl Friedrich Gauss, who became one of the greatest mathematicians in history. When he was about nine, his teacher asked the class to add up all the numbers from 1 to 100, hoping for some peace and quiet. Gauss wrote the answer almost immediately: 5,050.
Treat that as a story, not history. It is an anecdote — historians class it as apocryphal — that has grown in the retelling, and the pairing trick itself was written down centuries before Gauss was born. What is real is the idea, so here it is.
Pair the numbers from the two ends:
- 1 + 100 = 101
- 2 + 99 = 101
- 3 + 98 = 101
- …
- 50 + 51 = 101
There are 50 pairs, each adding to 101, so the total is 50 × 101 = 5,050.
This is the same as the two-staircase rectangle from the dot chapter: 100 × 101 ÷ 2 = 5,050.
Worked example
0 / 5 steps shownPairing for other sums
Use pairing to find 2 + 4 + 6 + … + 100 and 5 + 10 + 15 + … + 200.
Predict first
Try it
Chapter 05
Investigations on the hundred square and calendar
Investigation: the 2 × 2 box. On a hundred square, draw a 2 by 2 box around four numbers, say 23, 24, 33, 34. Multiply the numbers on each diagonal:
- 23 × 34 = 782
- 24 × 33 = 792
The difference is 10. Try another box: 56, 57, 66, 67 gives 56 × 67 = 3752 and 57 × 66 = 3762: again a difference of 10.
Now try it on a calendar, where rows have 7 days. The box 8, 9, 15, 16 gives 8 × 16 = 128 and 9 × 15 = 135: difference 7.
Conjecture: the difference is always the row length: 10 on the hundred square, 7 on a calendar. In the Deepen layer you can prove it with a little algebra: if the top-left number is a and the rows have length r, the box is a, a + 1, a + r, a + r + 1, and (a + 1)(a + r) − a(a + r + 1) = r.
Investigation: the 3 × 3 box. In Discover you met the calendar trick: the nine dates in any 3 by 3 box add up to 9 × the middle date. Why?
Look at the box around a middle date m on a calendar:
| m − 8 | m − 7 | m − 6 |
| m − 1 | m | m + 1 |
| m + 6 | m + 7 | m + 8 |
Every number above or to the left of the middle has a partner below or to the right that is the same amount bigger: m − 8 pairs with m + 8, m − 7 with m + 7, m − 6 with m + 6, m − 1 with m + 1. The pluses and minuses cancel, leaving nine m's: 9 × m.
The same works on the hundred square (with 11, 10, 9 and 1 instead of 8, 7, 6 and 1), and for any 3 × 3 box on any grid.
Try it
Lab
Follow paths across the hundred square and a calendar, predicting where each path lands next.
Puzzle 1 of 6 · step 1 of 3 Number pattern
What are the next 2 terms?
Text version of this activity
Six paths across number grids.
- Hundred-square diagonal ↘ from 1: 1, 12, 23, 34, … next 45, 56 (add 11).
- Hundred-square diagonal ↙ from 10: 10, 19, 28, 37, … next 46, 55 (add 9).
- Calendar column from the 3rd: 3, 10, 17, 24, … next 31, 38 (add 7). A month has at most 31 days, so the calendar path stops at 31.
- Calendar diagonal ↘ from the 1st: 1, 9, 17, 25, … next 33 (add 8).
- Hundred-square zigzag: 1, 2, 12, 13, 23, 24, … next 34, 35 (right +1, down +10).
- Calendar staircase: 5, 12, 13, 20, 21, 28, … next 29, 36 (down +7, right +1). As a real calendar path it would stop at 31.
Every move on a grid is an addition, so every straight path is an arithmetic sequence, and every zigzag is an alternating one.
Chapter 06
Digit detective
Investigation: multiplying a two-digit number by 11. Try a few:
| Number | × 11 | Notice |
|---|---|---|
| 23 | 253 | 2 _ 3 with 2 + 3 = 5 in the middle |
| 45 | 495 | 4 _ 5 with 4 + 5 = 9 in the middle |
| 61 | 671 | 6 _ 1 with 6 + 1 = 7 in the middle |
| 78 | 858 | 7 + 8 = 15: write 5, carry 1 into the 7 |
| 99 | 1,089 | 9 + 9 = 18: write 8, carry 1 into the 9 |
Conjecture: to multiply ab by 11, write a, then a + b, then b. Test: it works whenever a + b is 9 or less. When a + b is 10 or more, you must carry. So the neat version is only sometimes true, but the version with carrying is always true, because ab × 11 = ab × 10 + ab.
| Calculation | Result |
|---|---|
| 1 × 8 + 1 | 9 |
| 12 × 8 + 2 | 98 |
| 123 × 8 + 3 | 987 |
| 1,234 × 8 + 4 | 9,876 |
| 12,345 × 8 + 5 | 98,765 |
| 123,456 × 8 + 6 | 987,654 |
| 1,234,567 × 8 + 7 | 9,876,543 |
| 12,345,678 × 8 + 8 | 98,765,432 |
| 123,456,789 × 8 + 9 | 987,654,321 |
Predict first
Chapter 07
Growth races: adding against multiplying
Investigation: who saves more? Arjun saves ₹500 every week. Bela saves ₹1 in week 1, then doubles what she saves each week: ₹1, ₹2, ₹4, ₹8, …
| Week | Arjun that week | Bela that week | Arjun total | Bela total |
|---|---|---|---|---|
| 1 | ₹500 | ₹1 | ₹500 | ₹1 |
| 5 | ₹500 | ₹16 | ₹2,500 | ₹31 |
| 9 | ₹500 | ₹256 | ₹4,500 | ₹511 |
| 10 | ₹500 | ₹512 | ₹5,000 | ₹1,023 |
| 12 | ₹500 | ₹2,048 | ₹6,000 | ₹4,095 |
| 13 | ₹500 | ₹4,096 | ₹6,500 | ₹8,191 |
| 15 | ₹500 | ₹16,384 | ₹7,500 | ₹32,767 |
- Bela's weekly amount first beats Arjun's in week 10 (₹512).
- Bela's total first beats Arjun's in week 13 (₹8,191 against ₹6,500).
- By week 20 Bela would be saving ₹524,288 in one week. (Her parents might have something to say about that!)
Adding the same amount each week (arithmetic) grows steadily. Doubling (geometric) starts slowly and then explodes. This is why scientists worry about anything that doubles, such as an infection spreading or a debt with high interest.
Predict first
Lab
Compare sequences that add and sequences that multiply, and extend running totals.
Puzzle 1 of 7 · step 1 of 2 Number pattern
What are the next 2 terms?
Text version of this activity
Seven growth puzzles.
- Doubling from 1: 1, 2, 4, 8, 16, 32, … next 64, 128.
- Arjun's totals, adding ₹500: 500, 1,000, 1,500, 2,000, … next 2,500, 3,000.
- Bela's totals, 1, 3, 7, 15, 31, … next 63, 127 (double and add 1; each is one less than a power of 2).
- Multiply by 3 from 3: 3, 9, 27, 81, … next 243, 729.
- Halving from 1,000: 1,000, 500, 250, 125, … next 62.5, 31.25.
- Rectangle numbers 2, 6, 12, 20, 30, … next 42, 56 (n × (n + 1)).
- Running totals of odd numbers 1, 4, 9, 16, … next 25, 36 (the squares).
The doubling and tripling puzzles outrun the adding ones very quickly; the halving puzzle shrinks towards zero without ever reaching it.
Chapter 08
Always, sometimes or never true?
Mathematicians love the question “Is it always true?”. For any statement about numbers there are three possibilities:
- Always true: it works for every number you could try. You need a reason (an argument or proof) to be sure, because you can never try every number.
- Sometimes true: it works for some numbers and not others. Find one example where it works and one counterexample where it doesn't.
- Never true: it fails for every number. Again, you need a reason.
Testing examples is the way to start. Explaining is the way to finish.
Lab
Decide whether statements about number patterns are always, sometimes or never true, using examples and counterexamples.
Is each statement always true, sometimes true or never true (for whole numbers)?
15 cards, 3 bins. Tap a card, then tap its bin. You can also drag, or press a bin’s number key.
Text version of this activity
Fifteen statements to sort into three bins.
Always true: odd + odd is even; the sum of three consecutive numbers is a multiple of 3; neighbouring squares differ by an odd number; the product of two consecutive numbers is even; 1 + 3 + 5 + … is a square; two neighbouring triangular numbers make a square.
Sometimes true: a square number is even (4 yes, 9 no); a triangular number is odd (3 yes, 6 no); a number and its cube end in the same digit (4 and 64 yes, 2 and 8 no); a Fibonacci number is even (every third one); the “digit-sum in the middle” trick for × 11 (works for 23, fails for 78 without carrying).
Never true: a multiple of 4 is odd; doubling a whole number gives an odd number; a square number ends in 2, 3, 7 or 8; adding a fixed amount beats doubling for ever.
For “sometimes”, one example and one counterexample settle it. For “always” and “never”, you need a reason that covers every number.
Worked example
0 / 5 steps shownExplaining an “always” statement
Show that the difference between two neighbouring square numbers is always odd, and that it equals the two numbers being squared added together.
Lab
Use patterns (square numbers, pairing, doubling) to match sums to their totals quickly.
Match each sum to its total. Use a pattern, not a long addition!
16 face-down cards hide 8 pairs. Flip two at a time and remember where things are!
Text version of this activity
A memory game of eight sums and eight totals. Flip two cards; keep them if they match.
- 1 + 3 + 5 + 7 + 9 = 25 (the first five odd numbers make 5 × 5).
- 1 + 2 + … + 10 = 55 (10 × 11 ÷ 2).
- 1 + 2 + 4 + 8 + 16 = 31 (one less than the next power of 2, 32).
- 1³ + 2³ + 3³ = 1 + 8 + 27 = 36 (which is 6², and 6 is 1 + 2 + 3).
- 1 + 3 + … + 19 = 100 (the first ten odd numbers).
- 1 + 2 + … + 100 = 5,050 (Gauss's pairing: 50 × 101).
- 2 + 4 + … + 20 = 110 (twice 1 + … + 10).
- 19 + 20 + 21 = 60 (3 × the middle number).
Chapter 09
When a pattern fools you
Here is a warning every pattern detective needs. Look at 1, 2, 4, … and you will probably say the next term is 8 (doubling). But these rules all start 1, 2, 4:
- Double each time: 1, 2, 4, 8, 16, 32, …
- Add 1, then 2, then 3, …: 1, 2, 4, 7, 11, 16, …
- Add the two terms before, plus 1: 1, 2, 4, 7, 12, 20, …
Three different rules, three different futures, all from the same three numbers. And in the Deepen layer you will meet a real geometry problem, cutting a circle into pieces, whose answers go 1, 2, 4, 8, 16 and then, astonishingly, 31.
So when you find a rule, ask yourself two questions: does it fit every term I have? and do I know why it should keep working? The matchstick rules pass both tests, because you can see why each square adds 3 sticks. A rule guessed from a few numbers only passes the first.
Try it
Chapter 10
Check your investigations
Words to know
All maths vocabulary →Investigation words
- investigation
- A careful exploration of a question: collect cases, spot a rule, test it and explain it.
- Example: How many sticks for 100 squares?
- conjecture
- A statement you believe is true from examples but have not yet proved.
- Example: “Two neighbouring triangular numbers always make a square.”
- counterexample
- One example that shows a statement is false.
- Example: 9 is a counterexample to “all odd numbers are prime”.
- generalise
- To state a rule that works for every case, often using n.
- Example: “n squares need 3 × n + 1 sticks.”
- prove
- To give a reason that shows a statement must be true in every case.
- Example: The L-shape picture proves 1 + 3 + … + (2n − 1) = n².
- gnomon
- An L-shaped piece that turns one square (or rectangle) into the next larger one.
- Example: Adding 5 tiles turns a 2 × 2 square into 3 × 3.
- consecutive
- Following one after another without gaps.
- Example: 17, 18, 19 are consecutive numbers.
- running total
- The total so far as you add terms one by one.
- Example: Running totals of 1, 3, 5, 7 are 1, 4, 9, 16.
- power of 2
- A number made by multiplying 2 by itself some number of times.
- Example: 2, 4, 8, 16, 32, 64
- rectangular number
- A number of dots that makes an n by (n + 1) rectangle; twice a triangular number.
- Example: 2, 6, 12, 20, 30
Quick check
Detective check
10 questions · answer what you can, then check. Getting one wrong is useful.
Reflect
This stays on this page only. It isn’t saved or sent anywhere.
Helps you understand
Properties of numbersAlways/sometimes/never questions about odd, even and square numbers are properties of numbers; investigating patterns is how you discover them.
Related to
Shape and spaceDot squares, dot triangles, rectangles and L-shaped gnomons are shapes; counting them turns geometry into number patterns.
Related to
Data handlingCollecting cases in a table and looking for a trend is the same habit used in data handling, where patterns in data suggest (but do not prove) a rule.
Keep this
Cheat sheet
- Detective method: ask → predict → collect small cases → spot a rule → test a new case → explain why → predict far.
- Conjecture: believed from examples. Counterexample: one case that breaks it. Examples suggest; reasons prove.
- Far terms: matchstick squares 3n + 1 (100th: 301), triangles 2n + 1 (201), hexagons 5n + 1 (501). Work backwards by undoing: 3n + 1 = 2,026 → n = 675.
- Rectangles of squares: 2 rows high need 5n + 2 sticks; 3 rows high need 7n + 3.
- Triangular numbers: two copies make an n by (n + 1) rectangle, so Tₙ = n(n + 1) ÷ 2. The 100th is 5,050.
- Odd sums: 1 + 3 + 5 + … (n terms) = n × n, because each odd number is an L-shape around a square.
- Gauss’s pairing: sum of an arithmetic sequence = (first + last) × number of terms ÷ 2.
- Grids: in a 2 × 2 box the diagonal products differ by the row length (10 on a hundred square, 7 on a calendar). A 3 × 3 box adds to 9 × the middle.
- Growth races: doubling always overtakes steady adding in the end; 42 paper folds would pass the Moon.
- Beware: 1, 2, 4 can continue in many ways. Always ask: does my rule fit every term, and do I know why?
Where this comes from
Sources
Ganita Prakash, Class 6, Chapter 1: Patterns in Mathematics (chapter PDF) (opens another website) — NCERTawaiting owner check
Supports the school treatment of number sequences (Table 1: counting, odd, even, triangular, square, cube numbers, Virahānka numbers, powers of 2 and 3), visualising sequences as pictures, the sum of the first n odd numbers, and shape sequences (§1.5).
Ganita Prakash, Class 7, Chapter 4: Expressions Using Letter-Numbers (chapter PDF) (opens another website) — NCERTawaiting owner check
Supports matchstick patterns (Example 2, Ls made of 2 sticks each), the idea of a letter-number n standing for a position, writing 4 × n as 4n, and finding an expression for the nth term of a growing pattern.
Sequences (opens another website) — Math is Funawaiting owner check
Supports definitions of sequence, term and rule, arithmetic and geometric sequences, and the special sequences (triangular, square, cube, Fibonacci).
Dividing a circle into areas (opens another website) — Wikipediaawaiting owner check
Supports the circle-regions sequence 1, 2, 4, 8, 16, 31, 57, 99, 163, 256 (Moser's circle problem), the formula C(n,4) + C(n,2) + 1, and the fact that six equally spaced points give only 30 regions.
Carl Friedrich Gauss (opens another website) — Wikipediaawaiting owner check
Supports the schoolroom story of summing 1 to 100 being explicitly described as apocryphal, and the note that the same pairing method was described centuries earlier.
End of Investigate
What you just read
- Use the predict, collect, spot, test and explain method on a pattern investigation.
- Predict the 100th picture of a growing shape pattern and work backwards from a total to a position.
- Explain with pictures why odd numbers add to square numbers and why two staircases make a rectangle.
- Use pairing to add arithmetic sequences, and explain grid and calendar tricks.
- Decide whether statements are always, sometimes or never true, using examples and counterexamples.
- Next depthGo deeper: Go deeperMechanisms, reasoning, calculations and nuance.
- Practise81 questionsHints and a worked solution for every question — or play a 10-question round.
- Step backUnderstandGo back over the ground before this one — you can move up and down as often as you like.
- TopicAll of number and shape patternsThe whole ladder, the connections and the words to know, on one page.
The web
Explore a connection
Related to
Number systemPlace-value charts are full of patterns: each place is ten times the one to its right.
Related to
Properties of numbersMany number patterns — like the sum of consecutive odd numbers — are properties of numbers in disguise.
Related to
Order of operationsA pattern rule such as 3 × n + 1 is an expression — you need the order of operations to use it.
Want to save topics or ask for new ones? Invited families can connect a learning device. Everything here stays free to read without signing in.
Revision 1 · release preview-7e1cbbcc4f · accepted 20/09/2026