Notes For All Chapters – Maths Class 6 Ganita Prakash
🔢 Chapter 3: Number Play
Explore the fascinating world of numbers — patterns, puzzles, palindromes, and unsolved mysteries!
Supercells
Palindromes
Kaprekar Constant
Collatz Conjecture
Mental Math
Estimation
- Introduction
- 3.1 Numbers Can Tell Us Things
- 3.2 Supercells
- 3.3 Patterns on the Number Line
- 3.4 Playing with Digits
- 3.5 Pretty Palindromic Patterns
- 3.6 The Magic Number of Kaprekar
- 3.7 Clock and Calendar Numbers
- 3.8 Mental Math
- 3.9 Playing with Number Patterns
- 3.10 Collatz Conjecture
- 3.11 Simple Estimation
- 3.12 Games & Winning Strategies
- Chapter Summary
- Exam Questions
Introduction
Numbers are all around us! We use them every day — to count, tell time, measure, compare, and organise our lives. In this chapter, we go beyond basic arithmetic to play with numbers, discover hidden patterns, solve puzzles, and even explore problems that mathematicians haven’t solved yet!
Numbers can carry meaning, follow surprising patterns, and even lead to unsolved mathematical mysteries. Get ready to become a number detective!
🤔 Where do we use numbers?
- Counting students in a class
- Reading the time on a clock
- House numbers on a street
- Scores in a cricket match
- Prices of items in a shop
3.1 Numbers Can Tell Us Things
Imagine children standing in a line. Each child says a number — 0, 1, or 2 — based on how many of their immediate neighbours are taller than them.
🔢 The Three Possible Numbers
Neither neighbour is taller. This child is a local “tallest” in their position!
Exactly one neighbour (left or right) is taller than this child.
Both neighbours are taller. This child is sandwiched between two taller kids.
Children standing at the ends of the line have only one neighbour. So they can say at most “1”, never “2”. The sequence 0, 1, 2, 1, 0 is a perfectly valid one!
📝 Important Conclusions
- End children can never say “2” (they only have one neighbour)
- Two children next to each other can say the same number
- The tallest child always says “0”
- The sequence 0, 1, 2, 1, 0 is possible — arrange shortest in centre!
- The sequence 1, 1, 1, 1, 1 is not possible — the tallest child must say “0”
3.2 Supercells
In a row of numbers, a Supercell is a cell whose number is greater than all its adjacent (neighbouring) cells.
📊 Example — One Row
| 43 | 79 ⭐ | 75 | 63 | 10 | 29 ⭐ | 28 | 34 |
|---|---|---|---|---|---|---|---|
| 200 | 577 | 626 ⭐ | 345 | 790 ⭐ | 694 | 109 | 198 ⭐ |
626 is a supercell because it’s bigger than 577 (left) and 345 (right). 198 is a supercell because it’s at the end and bigger than 109 (its only neighbour).
🏆 Important Rules about Supercells
- The largest number in a table is ALWAYS a supercell
- The smallest number is NEVER a supercell (it can’t be bigger than neighbours)
- In a table of n cells, maximum supercells = ⌈n/2⌉ (alternate cells)
- In a 2D grid, neighbours include top, bottom, left, and right cells
Place numbers in an alternating high-low-high-low pattern. This way every “high” cell is bigger than all its “low” neighbours!
You CANNOT fill a table with all distinct numbers and have NO supercells. The largest number will always be a supercell, no matter how you arrange!
3.3 Patterns of Numbers on the Number Line
A number line helps us visualise and compare numbers. By looking at the spacing between tick marks, we can identify the scale and figure out unlabelled positions.
📌 How to Read a Number Line
- Find two labelled numbers (e.g., 2010 and 2020)
- Count the number of steps/gaps between them (e.g., 10 gaps = 1 step each)
- Use this to identify all unlabelled positions
- Circle the smallest, box the largest
📐 Examples from the Chapter
Labelled: 2010, 2020 → each step = 1 → values: 2005, 2006 … 2025
Labelled: 9996, 9997 → each step = 1 → nearby values are 9995–10,000
15,077 to 15,083 over 6 gaps → step = 1 each
86,705 to 87,705 → gap of 1,000 → each step = 100
3.4 Playing with Digits
📊 How Many Numbers of Each Type?
| Type | Range | Count |
|---|---|---|
| 1-digit numbers | 1 to 9 | 9 |
| 2-digit numbers | 10 to 99 | 90 |
| 3-digit numbers | 100 to 999 | 900 |
| 4-digit numbers | 1000 to 9999 | 9,000 |
| 5-digit numbers | 10,000 to 99,999 | 90,000 |
➕ Digit Sums
The digit sum of a number is the sum of all its individual digits.
Digit sum of 176 = 1 + 7 + 6 = 14
Digit sum of 545 = 5 + 4 + 5 = 14
→ All three numbers have the same digit sum!
Use the fewest digits possible with maximum value per digit. Answer: 59 (5+9=14). Actually 59 uses 2 digits; check: 5+9=14. ✓
Units place: 7, 17, 27, 37, 47, 57, 67, 77, 87, 97 → 10 sevens. Tens place: 70, 71, 72, …, 79 → 10 sevens. Total = 20 sevens from 1–100.
3.5 Pretty Palindromic Patterns
🔢 Examples of Palindromes
- 66 — read it backwards: 66 ✓
- 848 — read it backwards: 848 ✓
- 575 — read it backwards: 575 ✓
- 1221 — read it backwards: 1221 ✓
- 12321 — read it backwards: 12321 ✓
🔁 Reverse-and-Add Method
Pick any number. Add it to its reverse. If you don’t get a palindrome, repeat the process. Most numbers quickly reach a palindrome!
34 + 43 = 77 ← Palindrome in 1 step! ✓Start with 29
29 + 92 = 121 → 121 ← Palindrome in 1 step! ✓Start with 48
48 + 84 = 132
132 + 231 = 363 → 363 ← Palindrome in 2 steps ✓Start with 76
76 + 67 = 143
143 + 341 = 484 → 484 ← Palindrome in 2 steps ✓
For 2-digit numbers, the reverse-and-add process ALWAYS reaches a palindrome. For 3-digit numbers, it’s still unknown! Starting with 196 has been tested for millions of steps and never reaches a palindrome — but no one has proved it never will!
🧩 Palindrome Puzzle
I am a 5-digit palindrome. I am odd. My ‘t’ digit is double my ‘u’ digit. My ‘h’ digit is double my ‘t’ digit.
Let u=1, t=2, h=4 → Number = 4, 2, 4, 2, 4 = 42,424. Check: odd ✓, palindrome ✓, t=2×u ✓, h=2×t ✓
3.6 The Magic Number of Kaprekar
D.R. Kaprekar was a mathematics teacher in a government school in Devlali, Maharashtra. He loved playing with numbers and discovered many beautiful patterns. In 1949, he found something truly magical about 4-digit numbers!
1. Take any 4-digit number (not all digits same)
2. Arrange digits to make the largest number → Call it A
3. Arrange digits to make the smallest number → Call it B
4. Find C = A − B
5. Repeat with C’s digits → You will ALWAYS reach 6174!
📊 Kaprekar’s Process — Example with 6382
A = 8632 (largest), B = 2368 (smallest)
C = 8632 − 2368 = 6264Step 2: Use digits of 6264
A = 6642, B = 2466
C = 6642 − 2466 = 4176Step 3: Use digits of 4176
A = 7641, B = 1467
C = 7641 − 1467 = 6174 ← The Magic Number!Step 4: Use digits of 6174
A = 7641, B = 1467
C = 7641 − 1467 = 6174 ← Stays forever!
No matter what 4-digit number you start with (as long as not all digits are the same), you will ALWAYS reach 6174 within 7 steps. Once you reach 6174, you stay there forever!
The same process leads to the constant 495. Try it with any 3-digit number!
3.7 Clock and Calendar Numbers
🕐 Special Times on a 12-Hour Clock
Some times on a clock show interesting number patterns:
1:11, 2:22, 3:33, 4:44, 5:55 — same digit repeating
1:01, 2:02, 3:03 … 10:01, 11:11, 12:21 — reads same forwards/backwards
10:10, 11:11, 12:12 — hour and minute are the same
It’s 11:11 — that’s 70 minutes later!
📅 Special Dates
11/02/2011 written as 11022011 reads the same forwards and backwards! Meghana’s birthday is a palindromic date.
🔢 Digit Manipulation with 4 Digits
Using digits 4, 7, 3, 2: Largest = 7432, Smallest = 2347. Difference = 5085, Sum = 9779.
- To get difference > 5085: choose digits far apart, like 9,8,1,0 → 9810 − 0189 = 9621
- To get difference < 5085: choose digits close together, like 3,3,2,2 — but digits must be distinct!
- To get sum > 9779: choose large digits like 9,8,7,6 → 9876 + 6789 = 16,665
3.8 Mental Math
Mental math means calculating numbers in your head, without writing long steps. The key is to break numbers into easier parts!
Example: 38,800 = 25,000 + 400 + 400 + 13,000
Example: 3,400 = 1,500 + 1,500 + 400
➕➖ Adding and Subtracting Mentally
39,800 = 40,000 − 800 + 300 + 300. Round to a nice number first, then adjust by adding or subtracting the difference.
📊 Always, Sometimes, Never?
| Statement | Answer | Why? |
|---|---|---|
| 5-digit + 5-digit = 5-digit | Sometimes | e.g., 10000+10000=20000 (6-digit), but 10000+10001=20001 (5-digit… wait, that’s still 5-digit). Can overflow to 6! |
| 4-digit + 2-digit = 4-digit | Sometimes | 9999+1=10000 (5-digit!) |
| 4-digit + 2-digit = 6-digit | Never | Max is 9999+99=10098, only 5 digits |
| 5-digit − 5-digit = 5-digit | Sometimes | Could be 0 to 99,999 |
| 5-digit − 2-digit = 3-digit | Never | Minimum 5-digit is 10000; 10000−99 = 9901 (4-digit) |
3.9 Playing with Number Patterns
Instead of adding numbers one by one, we can spot patterns to calculate sums much faster!
If all numbers in a pattern are the same, just multiply (value × count). For mixed patterns, group identical numbers and multiply each group.
🔢 Example — Figure (a)
Pattern has: twelve 40s and ten 50s arranged in a rectangular shape.
Count of 50s = 10 → 10 × 50 = 500
Total Sum = 480 + 500 = 980
🔢 Example — Figure (c)
Bottom half: 4×4 of 64s = 12 cells × 64 = 768 (partial)
Calculate by counting each number’s occurrences carefully!
Sum = (Number of 15s × 15) + (Number of 25s × 25) + (Number of 35s × 35). Always count carefully before multiplying!
3.10 An Unsolved Mystery — The Collatz Conjecture!
In 1937, German mathematician Lothar Collatz proposed this conjecture. Despite the best mathematicians in the world trying for over 85 years, no one has proved it completely!
• If the number is even → divide by 2
• If the number is odd → multiply by 3 and add 1
• Conjecture: No matter what number you start with, you will ALWAYS eventually reach 1.
📊 Collatz Examples
12 → 6 → 3 → 10 → 5 → 16 → 8 → 4 → 2 → 1 ✓Start: 17
17 → 52 → 26 → 13 → 40 → 20 → 10 → 5 → 16 → 8 → 4 → 2 → 1 ✓Start: 21
21 → 64 → 32 → 16 → 8 → 4 → 2 → 1 ✓Start: 100
100 → 50 → 25 → 76 → 38 → 19 → 58 → 29 → 88 → 44 → 22 → 11
→ 34 → 17 → 52 → 26 → 13 → 40 → 20 → 10 → 5 → 16 → 8 → 4 → 2 → 1 ✓
Numbers like 2, 4, 8, 16, 32, 64 … are all powers of 2. Since they’re even, you keep dividing by 2: 64→32→16→8→4→2→1. They reach 1 in exactly as many steps as the power!
3.11 Simple Estimation
Estimation means making a reasonable guess about a number without calculating the exact value. It’s a very useful skill in everyday life!
💡 How to Estimate Well
- Identify what you’re counting or measuring
- Find a “unit” you can easily count (e.g., students per class)
- Estimate how many such units there are
- Multiply to get the total estimate
🏫 Paromita’s School Example
Class 6 has 3 sections with about 32, 29, 35 students ≈ 100 students per class. School has Classes 6–10 = 5 classes. Total ≈ 5 × 100 = 500 students.
🌍 Useful Estimations to Know
About 15–20 blinks/minute → ~1,000/hour → ~15,000/day
About 15–20 breaths/minute → ~900/hour → ~21,600/day
Sheetal’s 13,000 hours: 7 hrs/day × 200 days × 9 years ≈ 12,600 hours. Quite reasonable!
About 3,200 km. Walking at 5 km/hr = 640 hrs = over 26 days non-stop!
3.12 Games and Winning Strategies
Mathematics helps us find winning strategies in number games — once you know the pattern, you can win every time!
🎯 Game #1: Race to 21
Two players take turns. First player says 1, 2, or 3. Each turn, add 1, 2, or 3 to the last number. First to say 21 wins.
The first player always wins. Say 1 first, then always make the total reach 5, 9, 13, 17, 21. (Multiples of 4, plus 1). Whatever your opponent adds (1, 2, or 3), you add (3, 2, or 1) to always hit the next target!
Gap between them = 4 (= 1 + 3, the max you can add each turn)
Opponent adds x → You add (4 – x) → Always advance by 4!
🎯 Game #2: Race to 99
Players add 1–10 each turn. First to reach 99 wins.
Hit the numbers: 10, 21, 32, 43, 54, 65, 76, 87, 98, 99. These are spaced 11 apart (1 + 10 = 11). The first player says 10, then whatever opponent adds x, you add (11 − x).
If you can add 1 to k each turn, the magic spacing is (k+1). Find all “safe” positions spaced (k+1) apart ending at the target. Claim the first safe position and you control the game!
Chapter Summary
Numbers can describe positions, heights, counts — they carry meaning based on context.
A cell greater than ALL its neighbours. Largest number is always a supercell; smallest never is.
Use spacing between labelled points to find the scale and identify all positions.
Sum of all digits. Numbers with the same digit sum form interesting groups.
Read the same forwards and backwards. Reverse-and-add always gives a palindrome for 2-digit numbers.
Any 4-digit number (not all same digits) reaches 6174 through Kaprekar’s process. 3-digit → 495.
Clocks and dates show palindromes, repeated digits, and other number patterns.
Break numbers into building blocks. Use rounding and adjusting to calculate faster.
Spot repeating groups and multiply instead of adding one-by-one.
Even → ÷2, Odd → ×3+1. Always reaches 1 (so far!) — but not yet proven for ALL numbers.
Use unit × count method. Useful when exact answer isn’t needed. Practice makes it more accurate!
In race games, find the “magic numbers” spaced (k+1) apart. First player to claim the first magic number wins!

V.V.V.V.V..V.V.V.V..Very GOOOOOOOOOOOOOOD