By the end of this chapter you'll be able to…

  • 1Identify supercells in a number grid by comparing with all neighbours
  • 2Recognize and generate palindromic numbers
  • 3Calculate digit sums and understand their connection to divisibility by 3
  • 4Apply the Kaprekar routine to four-digit numbers and reach 6174
  • 5Position numbers accurately on a number line
  • 6Develop strategies for number-based games using logical reasoning
💡
Why this chapter matters
Number Play transforms mathematics from computation into discovery. The Kaprekar constant (6174) is a gift from Indian mathematics that amazes students worldwide. Palindromes, digit sums, and number games build the kind of curiosity and number sense that drives mathematical thinking far beyond what rote calculation can achieve.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Number Play — Class 6 Maths (Ganita Prakash)

"Numbers are not just for counting — they can be playful, surprising, and full of hidden magic!"

1. About This Chapter

Chapter 3 of Ganita Prakash is all about having fun with numbers. After the structured patterns of Chapter 1 and the geometric precision of Chapter 2, this chapter invites students to play with numbers — rearranging digits, discovering magic constants, and understanding the hidden logic behind number games.

Key topics include:

  • Supercells — special numbers in a grid
  • Palindromic numbers — numbers that read the same forwards and backwards
  • Digit sums and their properties
  • The Kaprekar routine — leading to the magical constant 6174
  • Number line positioning
  • Fun with number games and winning strategies

2. Supercells

In a grid of numbers, a number is called a supercell if it is greater than ALL its neighbouring cells (horizontally, vertically, and diagonally adjacent).

For example, in the grid:

5128
372
946

Is 7 a supercell? Its neighbours are 5, 12, 8, 3, 2, 9, 4, and 6. Since 7 is NOT greater than all of them (12 and 9 are bigger), 7 is NOT a supercell.

This activity develops spatial reasoning and number comparison skills.


3. Palindromic Numbers

A palindromic number reads the same forwards and backwards.

Examples:

  • 121 (reads the same both ways)
  • 1331
  • 12321
  • 11, 22, 33...99 are two-digit palindromes

The chapter explores an interesting game: take any number, reverse its digits, add the two numbers. Repeat with the result. Eventually, in most cases, you'll reach a palindrome!

Example: Start with 19.

  • 19 + 91 = 110
  • 110 + 011 = 121 → Palindrome reached!

4. Digit Sum and Its Magic

The digit sum of a number is the sum of all its individual digits. If the result has more than one digit, you can repeat the process until you get a single digit (this is called finding the digital root).

Example: 8,47,632

  • 8 + 4 + 7 + 6 + 3 + 2 = 30
  • 3 + 0 = 3 → Digit sum is 3

Digit sums have remarkable properties — for instance, a number is divisible by 3 if and only if its digit sum is divisible by 3.


5. Kaprekar's Constant — 6174

This is one of the most fascinating number games in mathematics, named after Indian mathematician D.R. Kaprekar.

The Kaprekar Routine (for any 4-digit number, not all digits same):

  1. Arrange the digits in descending order (largest number possible)
  2. Arrange the digits in ascending order (smallest number possible)
  3. Subtract the smaller from the larger
  4. Repeat with the result

Remarkably, this process ALWAYS reaches 6174 in at most 7 steps!

Example: Start with 3524.

  • Descending: 5432, Ascending: 2345
  • 5432 − 2345 = 3087
  • 8730 − 0378 = 8352
  • 8532 − 2358 = 6174 → KAPREKAR'S CONSTANT!

And from 6174:

  • 7641 − 1467 = 6174 → It stays at 6174 forever!

6. Positioning Numbers on the Number Line

The chapter reinforces the idea of placing numbers correctly on a number line — understanding which numbers come between which. Given two numbers, students learn to find intermediate points and understand the relative position of numbers.

For example, between 0 and 100, where does 43 lie? Closer to 0, closer to 50, or closer to 100? This builds the number sense needed for fractions, decimals, and integers in later chapters.


7. Number Games and Winning Strategies

The chapter introduces strategic number games where winning is not just about luck — it's about understanding the underlying mathematical logic. Students learn that by analyzing patterns and planning moves, they can develop winning strategies. These games develop logical reasoning, forward planning, and strategic thinking skills.


8. Key Concepts Summary

ConceptDescription
SupercellA cell number greater than ALL its neighbouring cells in a grid
Palindromic NumberA number that reads the same forwards and backwards
Digit SumSum of all digits of a number
Digital RootRepeated digit sum until a single digit remains
Kaprekar's Constant6174 — reached by repeatedly subtracting ascending from descending digit arrangements
Number LineA visual representation of numbers on a straight line

9. Important Vocabulary

  • Palindrome: A number (or word) that reads the same forwards and backwards
  • Supercell: A grid cell whose value exceeds all its neighbours
  • Digit Sum: The sum obtained by adding all digits of a number
  • Kaprekar Routine: The process of arranging digits, subtracting, and repeating
  • Strategy: A pre-planned method to ensure winning in a game

10. Worked Examples

Example 1: Supercell check

In a grid, cell value = 25. Neighbours: 18, 22, 19, 30, 12, 14, 20, 16. Is it a supercell?

Solution: 25 is NOT a supercell because one neighbour (30) is greater than 25.

Example 2: Palindrome game

Start with 47. Find the palindrome.

Solution:

  • 47 + 74 = 121 → Palindrome reached in 1 step!

Example 3: Kaprekar routine

Apply the Kaprekar routine to 2026.

Solution:

  • Descending: 6220, Ascending: 0226
  • 6220 − 0226 = 5994
  • 9954 − 4599 = 5355
  • 5553 − 3555 = 1998
  • 9981 − 1899 = 8082
  • 8820 − 0288 = 8532
  • 8532 − 2358 = 6174 — Kaprekar's constant reached!

11. Conclusion

Number Play transforms mathematics from a subject of rules into a world of discovery and joy. Through supercells, palindromes, digit sums, and the magical 6174, students learn that numbers are not just tools for calculation — they are puzzles waiting to be solved. This chapter builds number sense, spatial reasoning, and logical thinking in a way that feels like play rather than work.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
WATCH OUT
WATCH OUT
WATCH OUT
WATCH OUT

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1MEDIUM
Is 1221 a palindrome? What about 1232?
Show solution
1221 is a palindrome (reads same forwards and backwards). 1232 is NOT a palindrome (forwards: 1232, backwards: 2321 — different).
Q2MEDIUM
Find the digit sum of 9,99,999.
Show solution
9+9+9+9+9+9 = 54 → 5+4 = 9. The digit sum is 9.
Q3MEDIUM
Apply the Kaprekar routine to 1000 and count the steps to 6174.
Show solution
1000 → 1000−0001=0999 → 9990−0999=8991 → 9981−1899=8082 → 8820−0288=8532 → 8532−2358=6174. Total: 5 steps.
Q4MEDIUM
In a 3×3 grid, the centre cell has value 50. Its 8 neighbours are 45, 48, 42, 55, 40, 38, 52, 47. Is the centre a supercell?
Show solution
No, because 52 and 55 are greater than 50.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Supercell: must be greater than ALL 8 neighbouring cells
  • Palindrome: same forwards and backwards
  • Digit sum: add all digits; repeat if needed for digital root
  • Kaprekar's constant: 6174
  • Kaprekar routine: descending − ascending, repeat
  • A number is divisible by 3 iff its digit sum is divisible by 3
  • Number line helps visualize position and gaps between numbers

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Verified by the tuition.in editorial team
Last reviewed on 1 June 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo