Number Play

www.akankshaclasses.com
CLASS VII Mathematics ~5 marks/year Ch 6 of 15
Number Play

Class 7 · Mathematics · NCERT chapter notes · Akanksha Classes

Snapshot
  • This chapter explores numbers as patterns and puzzles — how each person in a line can call out "how many taller than me?" and how those numbers must fit together.
  • You meet supercells (a cell larger than all its neighbours) and learn to mark them in a grid of numbers.
  • Palindromes read the same forwards and backwards; you build them and explore the famous "reverse-and-add" routine.
  • You discover the digit pattern in the Kaprekar constant 6174 and other digit games.
  • You count clever, with estimation, mental grouping, and the idea of writing a number as a sum of consecutive numbers.
  • The chapter ties number patterns to real life — a "mountain" of collatz-style steps, the magic of 1089, and even patterns in the digits of money and dates.
  • Weightage: ~5 marks/year — short pattern-spotting and reasoning questions, plus one or two computation puzzles.
Detailed Notes

1. Numbers can tell a story

Number Play is about looking at ordinary numbers in a fresh way — not just adding and subtracting them, but spotting the hidden patterns and rules inside them. The chapter opens with people standing in a line, each announcing a number that says how many people taller than themselves they can see. Those announced numbers are not random: they have to be consistent with the actual heights.

Worked example — the line of friends

Five friends stand in a row and each says how many taller people stand somewhere to their left. If the tallest person stands first, they say $0$; a shorter person standing behind them might say $1$, and so on. By reasoning out the numbers, we can sometimes rebuild the order of heights just from the announced numbers. This shows numbers carry information about arrangement, not only quantity.

The big lesson: a number in a real situation always comes with a meaning, and that meaning forces patterns. Throughout the chapter we keep asking "what must be true?" rather than just calculating.

2. Supercells in a grid

Fill a grid with numbers. A cell is a supercell if the number in it is greater than every number in the cells next to it (its neighbours sharing a side). Finding all the supercells is a fun spotting game and teaches careful comparison.

Supercell: a cell whose value is larger than all of its immediate (left, right, above, below) neighbours.
Worked example — spotting supercells in a row

Consider the row $3,\ 9,\ 2,\ 7,\ 5$. Compare each number with its neighbours. The $9$ is larger than $3$ (left) and $2$ (right), so $9$ is a supercell. The $7$ is larger than $2$ (left) and $5$ (right), so $7$ is also a supercell. The end numbers $3$ and $5$ only have one neighbour each; $3<9$ so no, $5<7$ so no. So the supercells are $9$ and $7$.

A neat observation: the very largest number in the whole grid is always a supercell, because nothing can be bigger than it. Two supercells can never sit right next to each other, because one of them would have to be smaller.

3. Palindromes

A palindrome is a number (or word) that reads the same from left to right as from right to left. For example $121,\ 4554,\ 78987$ are palindromic numbers, just like the words "level" and "madam".

Palindrome: reads identically forwards and backwards, e.g. $232,\ 1331,\ 90109$.
Worked example — counting 3-digit palindromes

A three-digit palindrome looks like $\overline{aba}$: the first and last digits are the same. The first digit $a$ can be $1$ to $9$ (nine choices, it cannot be $0$), and the middle digit $b$ can be $0$ to $9$ (ten choices). So there are $9 \times 10 = 90$ three-digit palindromes.

Reverse and add

Take any number, reverse its digits, and add the two. Often, repeating this eventually gives a palindrome. For example: $59 \to 59 + 95 = 154 \to 154 + 451 = 605 \to 605 + 506 = 1111$, a palindrome. This "reverse-and-add" routine is a favourite number game.

4. The magic of 1089

Here is a trick that always works. Take any three-digit number whose first and last digits differ by at least $2$. Reverse it and subtract the smaller from the larger; then reverse that result and add. You always reach 1089.

Worked example — the 1089 trick

Start with $742$. Reverse: $247$. Subtract: $742 - 247 = 495$. Reverse $495$ to get $594$. Add: $495 + 594 = 1089$. Try another, say $613$: reverse $316$, subtract $613-316=297$, reverse to $792$, add $297+792=1089$. The answer is always $1089$.

The reason is hidden in how borrowing works during the subtraction — the middle digit of the difference is always $9$ and the outer digits always add to $9$, which forces the final sum to $1089$.

5. Kaprekar's constant 6174

Pick any four-digit number using at least two different digits. Arrange its digits in descending order to make the largest number, and in ascending order to make the smallest. Subtract the smaller from the larger. Repeat with the result. Within at most seven steps you always reach 6174, which then repeats forever. This $6174$ is called Kaprekar's constant, after the Indian mathematician D. R. Kaprekar.

Worked example — reaching 6174

Start with $3524$. Largest $= 5432$, smallest $= 2345$. Subtract: $5432 - 2345 = 3087$. Now $8730 - 0378 = 8352$. Then $8532 - 2358 = 6174$. We have reached the constant in three steps. From here $7641 - 1467 = 6174$ again, so it stays.

Kaprekar's routine: (largest arrangement) $-$ (smallest arrangement), repeated, lands on $6174$ for any 4-digit number with at least two distinct digits.

6. Writing a number as a sum of consecutive numbers

Many numbers can be split into a sum of two or more consecutive whole numbers. For example $9 = 4 + 5 = 2 + 3 + 4$, and $15 = 7 + 8 = 4 + 5 + 6 = 1+2+3+4+5$. Exploring which numbers can and cannot be written this way reveals a beautiful rule.

Worked example — sums of consecutive numbers

$30 = 9 + 10 + 11 = 6 + 7 + 8 + 9 = 4+5+6+7+8$. Notice each break-up has a "middle balance". To check $30 = 6+7+8+9$: add them, $6+7+8+9 = 30$. The trick to find a 3-term sum is to divide by $3$: $30 \div 3 = 10$, so the middle term is $10$, giving $9+10+11$.

A famous pattern: the powers of 2 ($1, 2, 4, 8, 16, 32, \dots$) are the only numbers that cannot be written as a sum of two or more consecutive numbers. Every other counting number can.

7. Estimation and smart counting

Often we do not need an exact answer — a good estimate is enough and far faster. Estimating means rounding numbers to convenient values, then computing.

To estimate a sum or product: round each number to the nearest ten, hundred, or thousand (whatever suits), then add or multiply the rounded values.
Worked example — estimating a total

Estimate $312 + 489 + 198$. Round to hundreds: $300 + 500 + 200 = 1000$. The exact answer is $999$, so the estimate $1000$ is excellent. Estimation gives a quick sense-check on whether a calculated answer is reasonable.

Worked example — clever grouping

To add $1 + 2 + 3 + \dots + 10$, pair the ends: $(1+10) + (2+9) + (3+8) + (4+7) + (5+6) = 11 \times 5 = 55$. Spotting structure makes mental arithmetic easy.

8. Collatz-style mountains and digit patterns

The chapter explores rule-based number journeys. One game: if a number is even, halve it; if odd, triple it and add one. Keep going and the numbers rise and fall like a mountain range before eventually reaching $1$.

Worked example — a number journey

Start at $6$ (even) → $3$ (odd, so $3\times3+1$) → $10$ → $5$ → $16$ → $8$ → $4$ → $2$ → $1$. The sequence climbs and dips, then settles at $1$. Watching the rises and falls is what makes this a "mountain" of numbers.

Other digit patterns include the way multiples of $9$ have digit sums that are again multiples of $9$ ($18 \to 1+8=9$, $27 \to 2+7=9$), and the repeating decimal patterns of fractions like $\dfrac{1}{7}$.

9. Common mistakes to avoid

  • Marking an edge cell as a supercell without remembering it has fewer neighbours.
  • Forgetting that a 3-digit palindrome cannot start with $0$.
  • In Kaprekar's routine, not keeping all four digits (e.g. writing $0378$ as $378$ wrongly).
  • Thinking every number can be written as a sum of consecutive numbers — powers of $2$ cannot.
  • Over-rounding in estimation so the estimate is far from reality.

10. Quick revision checklist

  • Numbers in a real situation carry meaning that forces patterns.
  • Supercell = bigger than all side-neighbours; the grid maximum is always a supercell.
  • Palindrome reads the same both ways; there are $90$ three-digit palindromes.
  • The 1089 trick and the 6174 Kaprekar constant.
  • Powers of $2$ are the only numbers not expressible as a sum of consecutive numbers.
  • Estimate by rounding; group cleverly for fast mental sums.
Practice MCQs
1. A number that reads the same forwards and backwards is called a:
  1. prime number
  2. palindrome
  3. supercell
  4. multiple
Answer: (B) A palindrome reads identically in both directions, e.g. $121$.
2. Which of these is a palindrome?
  1. $1234$
  2. $4567$
  3. $3553$
  4. $1230$
Answer: (C) $3553$ reversed is $3553$.
3. In the row $4, 9, 2, 8, 5$, which numbers are supercells?
  1. $4$ and $5$
  2. $9$ and $8$
  3. $9$ and $2$
  4. only $9$
Answer: (B) $9>4,2$ and $8>2,5$, so both $9$ and $8$ are supercells.
4. Kaprekar's constant for four-digit numbers is:
  1. $1089$
  2. $6174$
  3. $1729$
  4. $9999$
Answer: (B) The routine always reaches $6174$.
5. The largest number in a grid is always:
  1. a palindrome
  2. a supercell
  3. an edge cell
  4. even
Answer: (B) Nothing is larger, so it beats all neighbours and is a supercell.
6. How many three-digit palindromes are there?
  1. $81$
  2. $90$
  3. $99$
  4. $100$
Answer: (B) $9$ choices for the outer digit $\times 10$ for the middle $= 90$.
7. The 1089 trick on $621$ gives the final result:
  1. $198$
  2. $1089$
  3. $891$
  4. $396$
Answer: (B) $621-126=495$, $495+594=1089$.
8. Which number CANNOT be written as a sum of two or more consecutive numbers?
  1. $9$
  2. $15$
  3. $16$
  4. $30$
Answer: (C) $16$ is a power of $2$; powers of $2$ cannot be split this way.
9. The best estimate of $298 + 503$ by rounding to hundreds is:
  1. $700$
  2. $800$
  3. $900$
  4. $1000$
Answer: (B) $300 + 500 = 800$ (exact is $801$).
10. $1 + 2 + 3 + \dots + 10$ equals:
  1. $45$
  2. $50$
  3. $55$
  4. $60$
Answer: (C) Pairing ends: $11 \times 5 = 55$.
11. In Kaprekar's routine on $2111$, the first subtraction (largest $-$ smallest) gives:
  1. $1089$
  2. $999$
  3. $1098$
  4. $1110$
Answer: (B) Largest $= 2111$, smallest $= 1112$, so $2111 - 1112 = 999$.
12. The digit sum of any multiple of $9$ is always a multiple of:
  1. $3$ only
  2. $9$
  3. $6$
  4. $2$
Answer: (B) e.g. $27 \to 2+7=9$, $36 \to 3+6=9$.
13. $30$ written as a sum of three consecutive numbers is:
  1. $8+10+12$
  2. $9+10+11$
  3. $7+11+12$
  4. $5+10+15$
Answer: (B) Middle term $= 30 \div 3 = 10$, so $9+10+11$.
14. Two supercells in a grid can:
  1. be side by side
  2. never be side by side
  3. always be equal
  4. only be on edges
Answer: (B) If adjacent, one would be smaller than the other, so they cannot touch.
15. In the even/odd journey starting at $6$, the sequence reaches:
  1. $0$
  2. $1$
  3. $6$ forever
  4. infinity
Answer: (B) $6 \to 3 \to 10 \to 5 \to 16 \to 8 \to 4 \to 2 \to 1$.
Important Questions
Q1. Define a supercell and explain why the largest number in a grid is always a supercell. (2 marks)
Answer: A supercell is a cell whose value is greater than every neighbour sharing a side with it. The largest number in the grid is bigger than every other number, so in particular it is bigger than all its neighbours, making it automatically a supercell.
Q2. Apply Kaprekar's routine to $4321$ until you reach the constant, showing each step. (3 marks)
Answer: $4321$: largest $4321$, smallest $1234$, $4321-1234=3087$. Then $8730-0378=8352$. Then $8532-2358=6174$. The constant $6174$ is reached in three steps.
Q3. Show that $9$ and $15$ can each be written as a sum of consecutive numbers in more than one way. (2 marks)
Answer: $9 = 4+5 = 2+3+4$. $15 = 7+8 = 4+5+6 = 1+2+3+4+5$. Both have several consecutive-sum forms.
Q4. Which numbers cannot be written as a sum of two or more consecutive whole numbers? Give two examples. (2 marks)
Answer: The powers of $2$ — for example $8$ and $16$ — cannot be expressed as a sum of two or more consecutive numbers. Every other counting number can.
Q5. Demonstrate the 1089 trick on the number $853$, showing every step. (3 marks)
Answer: Reverse $853$ to get $358$. Subtract: $853 - 358 = 495$. Reverse $495$ to get $594$. Add: $495 + 594 = 1089$. The result is $1089$.
Q6. Estimate $487 + 612 + 295$ by rounding to the nearest hundred, then state the exact answer. (2 marks)
Answer: Rounded: $500 + 600 + 300 = 1400$. Exact: $487 + 612 + 295 = 1394$. The estimate $1400$ is very close.
Want personal coaching in Dwarka?
Book a free demo class
More Class 7 Mathematics chapters
Chat with us