Solved Examples

NCERT Solutions for Class 6 Maths Chapter 3: Number Play — Complete Guide

Complete step-by-step solutions for all exercises in NCERT Class 6 Maths Chapter 3. Explore place value, digit manipulation, palindromic numbers, estimation, magic squares, and number puzzles with detailed explanations.

CBSEClass 6
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 6 Maths Chapter 3 Number Play — SparkEd

Why This Chapter Matters: The Hidden Magic of Numbers

Numbers are not just tools for counting — they have a secret life full of surprising patterns, beautiful properties, and playful tricks. Chapter 3 of the NCERT Class 6 Maths textbook (2024-25 edition) invites you to explore this hidden world through the lens of "Number Play."

Why does this chapter matter so much?

It builds number sense. Number sense is the intuitive feel for how numbers behave — knowing that 99×599 \times 5 is close to 500500, recognising that a number ending in 00 or 55 is divisible by 55, or feeling that an answer of 10,00010{,}000 for 47×2347 \times 23 is way too large. This chapter strengthens your number sense through hands-on exploration.

It connects arithmetic to algebra. When you discover that reversing a two-digit number and subtracting always gives a multiple of 99, you are thinking algebraically — even though you may not write 10a+b(10b+a)=9(ab)10a + b - (10b + a) = 9(a-b) yet. These explorations prepare you for formal algebra in Classes 7 and 8.

It makes maths fun. Magic squares, number tricks, palindromes, and puzzles show that mathematics is not just about calculations — it is about curiosity, discovery, and delight. When you show a friend a number trick and explain why it works, you are doing real mathematics.

It develops estimation skills. In real life, you rarely need exact answers. "About how much will this cost?" "Roughly how far is it?" Estimation is a practical skill that saves time and helps you spot errors in calculations.

In this comprehensive guide, we solve every exercise with detailed explanations, explore the mathematics behind the tricks, highlight common mistakes, and give you practice problems to sharpen your skills.

Key Concepts and Definitions

Before diving into the exercises, let us establish the key ideas you need for this chapter.

Place Value and Face Value

Every digit in a number has two values:

Face value: The digit itself, regardless of its position. The face value of 77 in 3,7253{,}725 is simply 77.

Place value: The value the digit represents based on its position. The place value of 77 in 3,7253{,}725 is 700700 (because 77 is in the hundreds place).

The expanded form of a number expresses it as a sum of place values:

4,738=4×1000+7×100+3×10+8×14{,}738 = 4 \times 1000 + 7 \times 100 + 3 \times 10 + 8 \times 1

Using powers of 1010:

4,738=4×103+7×102+3×101+8×1004{,}738 = 4 \times 10^3 + 7 \times 10^2 + 3 \times 10^1 + 8 \times 10^0

For a two-digit number with tens digit aa and units digit bb:

ab=10a+b\overline{ab} = 10a + b

For a three-digit number abc\overline{abc}:

abc=100a+10b+c\overline{abc} = 100a + 10b + c

Understanding this algebraic representation is the key to proving many number tricks.

Digit Sum and Digit Root

The digit sum of a number is the sum of all its digits.

Examples:
- Digit sum of 473=4+7+3=14473 = 4 + 7 + 3 = 14
- Digit sum of 9999=9+9+9+9=369999 = 9 + 9 + 9 + 9 = 36

The digit root (or repeated digit sum) is obtained by repeatedly summing the digits until you get a single digit.

Examples:
- Digit root of 473473: 4+7+3=141+4=54 + 7 + 3 = 14 \to 1 + 4 = 5
- Digit root of 99999999: 9+9+9+9=363+6=99 + 9 + 9 + 9 = 36 \to 3 + 6 = 9

Key property: The digit root of a number equals the remainder when the number is divided by 99 (with 99 replacing 00). This is called casting out nines and has been used for centuries to check arithmetic.

Palindromic Numbers

A palindromic number (or palindrome) reads the same forwards and backwards.

Examples: 121121, 13311331, 4565445654, 90099009, 77, 1111, 10011001.

Non-examples: 123123, 100100, 4545.

Key facts about palindromes:
- All single-digit numbers (11 to 99) are palindromes.
- Two-digit palindromes: 11,22,33,44,55,66,77,88,9911, 22, 33, 44, 55, 66, 77, 88, 99 (nine in total).
- Three-digit palindromes have the form aba\overline{aba} where a0a \neq 0. There are 9×10=909 \times 10 = 90 of them.
- The 196 problem asks whether every number eventually becomes a palindrome when you repeatedly reverse and add. This is an unsolved problem in mathematics!

Estimation and Rounding

Estimation means finding an approximate answer quickly, without exact calculation.

Rounding is the most common method of estimation:
- To round to the nearest 1010: look at the units digit. If 5\geq 5, round up; if <5< 5, round down.
- To round to the nearest 100100: look at the tens digit.
- To round to the nearest 10001000: look at the hundreds digit.

Examples:
- 347347 rounded to the nearest 1010 is 350350 (because 757 \geq 5).
- 347347 rounded to the nearest 100100 is 300300 (because 4<54 < 5).
- 6,7826{,}782 rounded to the nearest 10001000 is 7,0007{,}000 (because 757 \geq 5).

Estimation in multiplication: Round each number, then multiply.

47×8350×80=4,00047 \times 83 \approx 50 \times 80 = 4{,}000

The exact answer is 3,9013{,}901, so the estimate is quite close.

Divisibility Rules

Quick tests to check if a number is divisible by small numbers:

  • **By 22:** Last digit is even (0,2,4,6,80, 2, 4, 6, 8).
    - **By 33:** Sum of digits is divisible by 33.
    - **By 44:** Last two digits form a number divisible by 44.
    - **By 55:** Last digit is 00 or 55.
    - **By 66:** Divisible by both 22 and 33.
    - **By 88:** Last three digits form a number divisible by 88.
    - **By 99:** Sum of digits is divisible by 99.
    - **By 1010:** Last digit is 00.
    - **By 1111:** Alternating sum of digits is divisible by 1111.

Example: Is 4,3564{,}356 divisible by 99?
Digit sum: 4+3+5+6=184 + 3 + 5 + 6 = 18, and 18÷9=218 \div 9 = 2. Yes! \checkmark

Exercise 3.1 — Playing with Digits

Exercise 3.1 explores the relationship between a number and its digits. Understanding place value deeply — not just memorising it — is the key to solving these problems and to understanding why number tricks work.

Solved Example 1: Expanded Form Using Place Values

Problem: Write 4,7384{,}738 in expanded form using place values.

Solution:

4,738=4×1000+7×100+3×10+8×14{,}738 = 4 \times 1000 + 7 \times 100 + 3 \times 10 + 8 \times 1

Using powers of 1010:

4,738=4×103+7×102+3×101+8×1004{,}738 = 4 \times 10^3 + 7 \times 10^2 + 3 \times 10^1 + 8 \times 10^0

Simplified: 4,738=4000+700+30+84{,}738 = 4000 + 700 + 30 + 8.

Place value of each digit:
- 44 is in the thousands place \Rightarrow place value =4000= 4000
- 77 is in the hundreds place \Rightarrow place value =700= 700
- 33 is in the tens place \Rightarrow place value =30= 30
- 88 is in the ones place \Rightarrow place value =8= 8

Answer: 4,738=4000+700+30+84{,}738 = 4000 + 700 + 30 + 8.

Solved Example 2: Digit Sum Patterns of Multiples of 9

Problem: Find the sum of digits of 9×1,9×2,9×3,,9×109 \times 1, 9 \times 2, 9 \times 3, \ldots, 9 \times 10. What pattern do you notice?

Solution:

9×1=9digit sum=99 \times 1 = 9 \quad \Rightarrow \quad \text{digit sum} = 9

9×2=181+8=99 \times 2 = 18 \quad \Rightarrow \quad 1 + 8 = 9

9×3=272+7=99 \times 3 = 27 \quad \Rightarrow \quad 2 + 7 = 9

9×4=363+6=99 \times 4 = 36 \quad \Rightarrow \quad 3 + 6 = 9

9×5=454+5=99 \times 5 = 45 \quad \Rightarrow \quad 4 + 5 = 9

9×6=545+4=99 \times 6 = 54 \quad \Rightarrow \quad 5 + 4 = 9

9×7=636+3=99 \times 7 = 63 \quad \Rightarrow \quad 6 + 3 = 9

9×8=727+2=99 \times 8 = 72 \quad \Rightarrow \quad 7 + 2 = 9

9×9=818+1=99 \times 9 = 81 \quad \Rightarrow \quad 8 + 1 = 9

9×10=909+0=99 \times 10 = 90 \quad \Rightarrow \quad 9 + 0 = 9

Pattern: The digit sum of every multiple of 99 (from 99 to 9090) is always 99.

Why? For 9×n9 \times n where 1n101 \leq n \leq 10, the two-digit result has tens digit (n1)(n-1) and units digit (10n)(10-n). Sum =(n1)+(10n)=9= (n-1) + (10-n) = 9.

Answer: The digit sum is always 99.

Solved Example 3: Reverse and Subtract

Problem: Take any two-digit number where the digits are different. Reverse its digits and subtract the smaller from the larger. What do you notice?

Solution:

Let the two-digit number be ab\overline{ab} where a>ba > b.

The number =10a+b= 10a + b.
The reversed number =10b+a= 10b + a.

Difference:

(10a+b)(10b+a)=10a+b10ba=9a9b=9(ab)(10a + b) - (10b + a) = 10a + b - 10b - a = 9a - 9b = 9(a - b)

The result is always a **multiple of 99**.

Examples:
- 7227=45=9×572 - 27 = 45 = 9 \times 5 (and 72=57 - 2 = 5)
- 8338=45=9×583 - 38 = 45 = 9 \times 5 (and 83=58 - 3 = 5)
- 9119=72=9×891 - 19 = 72 = 9 \times 8 (and 91=89 - 1 = 8)
- 6446=18=9×264 - 46 = 18 = 9 \times 2 (and 64=26 - 4 = 2)

Key insight: The difference is exactly 99 times the difference between the two digits.

Answer: The difference is always 9×ab9 \times |a - b|, a multiple of 99.

Solved Example 4: Reverse and Add Until Palindrome

Problem: Start with 5656. Reverse its digits and add. Repeat until you get a palindrome.

Solution:

Step 1: 56+65=12156 + 65 = 121.

121121 is a palindrome! (reads the same forwards and backwards)

Let us try another example: Start with 8787.

Step 1: 87+78=16587 + 78 = 165.
165165 is not a palindrome.

Step 2: 165+561=726165 + 561 = 726.
726726 is not a palindrome.

Step 3: 726+627=1353726 + 627 = 1353.
Not a palindrome.

Step 4: 1353+3531=48841353 + 3531 = 4884.
48844884 is a palindrome! \checkmark

It took 44 steps starting from 8787.

Answer: 5612156 \to 121 (palindrome in 11 step). 87488487 \to 4884 (palindrome in 44 steps).

Solved Example 5: Three-Digit Reverse and Subtract

Problem: Take a three-digit number abc\overline{abc} where a>ca > c. Reverse it to get cba\overline{cba} and subtract. What do you notice?

Solution:

abc=100a+10b+c\overline{abc} = 100a + 10b + c
cba=100c+10b+a\overline{cba} = 100c + 10b + a

Difference:

(100a+10b+c)(100c+10b+a)=99a99c=99(ac)(100a + 10b + c) - (100c + 10b + a) = 99a - 99c = 99(a - c)

The result is always a **multiple of 9999**!

Examples:
- 752257=495=99×5752 - 257 = 495 = 99 \times 5 (and 72=57 - 2 = 5)
- 843348=495=99×5843 - 348 = 495 = 99 \times 5 (and 83=58 - 3 = 5)
- 961169=792=99×8961 - 169 = 792 = 99 \times 8 (and 91=89 - 1 = 8)

Notice that the middle digit bb cancels out completely — the result depends only on the first and last digits!

Answer: The difference is always 99×(ac)99 \times (a - c).

Solved Example 6: Sum of a Number and Its Reverse

Problem: Take a two-digit number, reverse it, and add. What do you notice?

Solution:

Let the number be ab=10a+b\overline{ab} = 10a + b.
Reversed: ba=10b+a\overline{ba} = 10b + a.

Sum:

(10a+b)+(10b+a)=11a+11b=11(a+b)(10a + b) + (10b + a) = 11a + 11b = 11(a + b)

The sum is always a **multiple of 1111**!

Examples:
- 34+43=77=11×734 + 43 = 77 = 11 \times 7 (and 3+4=73 + 4 = 7)
- 58+85=143=11×1358 + 85 = 143 = 11 \times 13 (and 5+8=135 + 8 = 13)
- 29+92=121=11×1129 + 92 = 121 = 11 \times 11 (and 2+9=112 + 9 = 11)

Answer: The sum is always 1111 times the sum of the digits.

Solved Example 7: The 1089 Trick

Problem: Take any three-digit number where the first digit is at least 22 more than the last digit. Reverse it and subtract the smaller from the larger. Now reverse the result and add it to itself. What do you get?

Solution:

Let us try 532532:

Step 1: Reverse 235\to 235. Subtract: 532235=297532 - 235 = 297.
Step 2: Reverse 297792297 \to 792. Add: 297+792=1089297 + 792 = 1089.

Let us try 841841:

Step 1: Reverse 148\to 148. Subtract: 841148=693841 - 148 = 693.
Step 2: Reverse 693396693 \to 396. Add: 693+396=1089693 + 396 = 1089.

Let us try 720720:

Step 1: Reverse 027=27\to 027 = 27. Subtract: 72027=693720 - 27 = 693.
Step 2: Reverse 693396693 \to 396. Add: 693+396=1089693 + 396 = 1089.

The answer is **always 10891089**!

Why? From the earlier result, the subtraction gives 99(ac)99(a - c). When aca - c ranges from 22 to 99, the possible results are 198,297,396,495,594,693,792,891198, 297, 396, 495, 594, 693, 792, 891. Each of these, when added to its reverse, gives 10891089.

Answer: The result is always 10891089.

Solved Example 8: Place Value Puzzles

Problem: In a four-digit number, the thousands digit is 33 more than the units digit, the hundreds digit is twice the units digit, and the tens digit is 11 less than the hundreds digit. If the units digit is 22, find the number.

Solution:

Let the units digit =2= 2.

Thousands digit =2+3=5= 2 + 3 = 5
Hundreds digit =2×2=4= 2 \times 2 = 4
Tens digit =41=3= 4 - 1 = 3

The number is 5,4325{,}432.

Verification:
- Thousands (55) is 33 more than units (22): 52=35 - 2 = 3 \checkmark
- Hundreds (44) is twice units (22): 4=2×24 = 2 \times 2 \checkmark
- Tens (33) is 11 less than hundreds (44): 43=14 - 3 = 1 \checkmark

Answer: The number is 5,4325{,}432.

Solved Example 9: Finding Numbers from Digit Sums

Problem: A two-digit number has a digit sum of 1111. If the digits are reversed, the new number is 2727 more than the original. Find the number.

Solution:

Let the tens digit be aa and units digit be bb.

Condition 1: a+b=11a + b = 11

Condition 2: The reversed number minus the original number =27= 27:

(10b+a)(10a+b)=27(10b + a) - (10a + b) = 27

9b9a=279b - 9a = 27

ba=3b - a = 3

Solve the system:

a+b=11(1)a + b = 11 \quad \cdots (1)

ba=3(2)b - a = 3 \quad \cdots (2)

Adding (1) and (2): 2b=14b=72b = 14 \Rightarrow b = 7.
From (1): a=117=4a = 11 - 7 = 4.

The number is 4747.

Verification: Digit sum =4+7=11= 4 + 7 = 11 \checkmark. Reversed =74= 74. Difference =7447=27= 74 - 47 = 27 \checkmark.

Answer: The number is 4747.

Solved Example 10: Forming Numbers with Given Digits

Problem: Using the digits 33, 00, 77, and 55 (each used exactly once), find (a) the largest four-digit number, (b) the smallest four-digit number, (c) their difference.

Solution:

(a) For the largest number, arrange digits in decreasing order:

7,5307{,}530

(b) For the smallest number, arrange digits in increasing order. But the leading digit cannot be 00:

3,0573{,}057

(c) Difference:

7,5303,057=4,4737{,}530 - 3{,}057 = 4{,}473

Answer: (a) 7,5307{,}530 (b) 3,0573{,}057 (c) 4,4734{,}473.

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

Try Free

Exercise 3.2 — Palindromic Numbers and Patterns

Exercise 3.2 explores palindromic numbers — numbers that read the same forwards and backwards. Palindromes are fascinating objects that connect number theory with pattern recognition.

Solved Example 1: Identifying Palindromes

Problem: Which of the following are palindromic numbers? 121121, 123123, 10011001, 345345, 45544554, 100100, 77, 909909.

Solution:

Reverse each number and check if it equals the original:
- 121121121 \to 121 \checkmark Palindrome
- 123321123 \to 321 123\neq 123 Not a palindrome
- 100110011001 \to 1001 \checkmark Palindrome
- 345543345 \to 543 345\neq 345 Not a palindrome
- 455445544554 \to 4554 \checkmark Palindrome
- 100001=1100 \to 001 = 1 100\neq 100 Not a palindrome
- 777 \to 7 \checkmark Palindrome (single digit)
- 909909909 \to 909 \checkmark Palindrome

Answer: 121121, 10011001, 45544554, 77, 909909 are palindromes.

Solved Example 2: Counting Palindromes

Problem: How many (a) two-digit palindromes and (b) three-digit palindromes are there?

Solution:

(a) Two-digit palindromes: These have the form aa\overline{aa} where a0a \neq 0.
Possible values of aa: 1,2,3,4,5,6,7,8,91, 2, 3, 4, 5, 6, 7, 8, 9.
There are 99 two-digit palindromes: 11,22,33,44,55,66,77,88,9911, 22, 33, 44, 55, 66, 77, 88, 99.

(b) Three-digit palindromes: These have the form aba\overline{aba}.
- aa can be 11 to 99 (first digit cannot be 00): 99 choices.
- bb can be 00 to 99: 1010 choices.
- The last digit must equal aa: no additional choice.

Total: 9×10=909 \times 10 = 90 three-digit palindromes.

Examples: 101,111,121,131,,191,202,212,,999101, 111, 121, 131, \ldots, 191, 202, 212, \ldots, 999.

Answer: (a) 99 (b) 9090.

Solved Example 3: Creating Palindromes by Reverse-and-Add

Problem: Starting from 6868, use the reverse-and-add method to reach a palindrome.

Solution:

Step 1: 68+86=15468 + 86 = 154. Not a palindrome.
Step 2: 154+451=605154 + 451 = 605. Not a palindrome.
Step 3: 605+506=1,111605 + 506 = 1{,}111. Palindrome! \checkmark

It took 33 steps.

Answer: 681546051,11168 \to 154 \to 605 \to 1{,}111.

Solved Example 4: Palindrome Date Puzzle

Problem: A date written as DD/MM/YYYY is palindromic if the 88-digit number DDMMYYYY is a palindrome. Is 02/02/202002/02/2020 (i.e., 0202202002022020) a palindrome?

Solution:

0202202002022020 reversed is 0202202002022020.

Comparing: 020220200-2-0-2-2-0-2-0 forwards equals 020220200-2-0-2-2-0-2-0 backwards.

Yes, 0202202002022020 is a palindrome! \checkmark

This date, February 2, 2020, was indeed a palindrome date.

Follow-up: The next palindrome date in this format is 12/02/202112/02/2021 (1202202112022021). Check: reversed is 1202202112022021. \checkmark

Answer: Yes, 02/02/202002/02/2020 is a palindrome date.

Solved Example 5: Smallest and Largest Palindromes

Problem: Find (a) the smallest 55-digit palindrome, (b) the largest 55-digit palindrome, and (c) the smallest 55-digit palindrome with all distinct digits.

Solution:

A 55-digit palindrome has the form abcba\overline{abcba}.

(a) Smallest: Make aa as small as possible (a=1a = 1, since a0a \neq 0), b=0b = 0, c=0c = 0.

abcba=10001\overline{abcba} = 10001

(b) Largest: Make all digits as large as possible: a=b=c=9a = b = c = 9.

abcba=99999\overline{abcba} = 99999

(c) Smallest with all distinct digits: a=1a = 1, b=0b = 0, c=2c = 2 (need a,b,ca, b, c all different, and digits a,b,c,b,aa, b, c, b, a gives digits 1,0,2,0,11, 0, 2, 0, 1 — but bb repeats as 00, and aa repeats as 11). For ALL five digits distinct, we need abca \neq b \neq c and the five digits a,b,c,b,aa, b, c, b, a must all differ. But aa appears twice and bb appears twice, so we can have at most 33 distinct digits. Five distinct digits is impossible in a 55-digit palindrome of the form abcba\overline{abcba}.

So the question means three distinct values for the positions. Smallest: 1020110201.

Answer: (a) 10,00110{,}001 (b) 99,99999{,}999 (c) 10,20110{,}201.

Solved Example 6: Product Palindromes

Problem: Find all palindromic numbers between 100100 and 200200 that are divisible by 33.

Solution:

Three-digit palindromes between 100100 and 200200 have the form 1b1\overline{1b1} where bb is 00 to 99.

These are: 101,111,121,131,141,151,161,171,181,191101, 111, 121, 131, 141, 151, 161, 171, 181, 191.

Check divisibility by 33 using digit sums:
- 101101: 1+0+1=21+0+1=2, not divisible by 33.
- 111111: 1+1+1=31+1+1=3, divisible by 33. \checkmark
- 121121: 1+2+1=41+2+1=4, not divisible by 33.
- 131131: 1+3+1=51+3+1=5, not divisible by 33.
- 141141: 1+4+1=61+4+1=6, divisible by 33. \checkmark
- 151151: 1+5+1=71+5+1=7, not divisible by 33.
- 161161: 1+6+1=81+6+1=8, not divisible by 33.
- 171171: 1+7+1=91+7+1=9, divisible by 33. \checkmark
- 181181: 1+8+1=101+8+1=10, not divisible by 33.
- 191191: 1+9+1=111+9+1=11, not divisible by 33.

Answer: 111111, 141141, 171171.

Solved Example 7: Palindrome Arithmetic

Problem: Is the sum of two palindromes always a palindrome? Is the product of two palindromes always a palindrome?

Solution:

Sum: Not always. 121+131=252121 + 131 = 252 (palindrome). But 11+22=3311 + 22 = 33 (palindrome), while 99+11=11099 + 11 = 110 (not a palindrome).

Product: Not always. 11×11=12111 \times 11 = 121 (palindrome). But 11×22=24211 \times 22 = 242 (palindrome), while 11×33=36311 \times 33 = 363 (palindrome), and 11×99=108911 \times 99 = 1089 (not a palindrome).

Answer: Neither the sum nor the product of two palindromes is necessarily a palindrome.

Solved Example 8: Building Palindromes from Non-Palindromes

Problem: Start with 196196. Apply the reverse-and-add process for 33 steps. Do you get a palindrome?

Solution:

Step 1: 196+691=887196 + 691 = 887. Not a palindrome.
Step 2: 887+788=1,675887 + 788 = 1{,}675. Not a palindrome.
Step 3: 1,675+5,761=7,4361{,}675 + 5{,}761 = 7{,}436. Not a palindrome.

196196 is famous in mathematics! After hundreds of millions of reverse-and-add steps (computed by powerful computers), no palindrome has been found. It is conjectured that 196196 NEVER produces a palindrome, but this has not been proven.

Answer: No palindrome is reached in 33 steps. 196196 is a famous unsolved case.

Exercise 3.3 — Magic Squares and Number Puzzles

Exercise 3.3 introduces magic squares and other number puzzles. A magic square is a grid of numbers where every row, column, and diagonal adds up to the same total (the "magic constant"). These puzzles develop logical thinking and number sense.

Solved Example 1: Completing a 3x3 Magic Square

Problem: Complete the magic square using numbers 11 to 99:

22????
??55??
??????

Solution:

Step 1: Find the magic constant. The sum of all numbers 11 to 99 is:

1+2+3++9=451 + 2 + 3 + \cdots + 9 = 45

Since there are 33 rows and each has the same sum:

Magic constant=453=15\text{Magic constant} = \frac{45}{3} = 15

Step 2: The standard 3×33 \times 3 magic square with numbers 11 to 99 is:

227766
995511
443388

Step 3: Verify all sums equal 1515:
- Rows: 2+7+6=152+7+6=15, 9+5+1=159+5+1=15, 4+3+8=154+3+8=15 \checkmark
- Columns: 2+9+4=152+9+4=15, 7+5+3=157+5+3=15, 6+1+8=156+1+8=15 \checkmark
- Diagonals: 2+5+8=152+5+8=15, 6+5+4=156+5+4=15 \checkmark

Answer: Magic square completed with magic constant 1515.

Solved Example 2: Magic Square Strategy

Problem: In a 3×33 \times 3 magic square using numbers 11 to 99, which number must go in the center?

Solution:

The center number appears in one row, one column, and both diagonals — that is 44 lines.

The magic constant is 1515. The center number cc plus two other numbers must equal 1515 for each of these 44 lines.

Summing all 44 lines through the center:

4×15=604 \times 15 = 60

But each pair of opposite numbers is counted once, and the center is counted 44 times. The sum of all 99 numbers is 4545, and each of the 88 non-center numbers appears in exactly 22 of these 44 lines.

Alternatively: the three numbers in the middle row, middle column, and two diagonals together use all 99 numbers plus 33 extra copies of the center.

Simpler approach: For the standard 3×33 \times 3 magic square with 11-99, the center must be 55 (the middle value). This can be proven by considering the 44 lines through the center.

Answer: The center must be 55.

Solved Example 3: Making a Magic Square with Given Numbers

Problem: Arrange the numbers 2,4,6,8,10,12,14,16,182, 4, 6, 8, 10, 12, 14, 16, 18 in a 3×33 \times 3 magic square.

Solution:

Step 1: Find the magic constant.
Sum =2+4+6+8+10+12+14+16+18=90= 2 + 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18 = 90.
Magic constant =903=30= \frac{90}{3} = 30.

Step 2: Notice these are the numbers 11 to 99 each multiplied by 22. So take the standard magic square and multiply every entry by 22:

4414141212
1818101022
88661616

Step 3: Verify:
- Rows: 4+14+12=304+14+12=30, 18+10+2=3018+10+2=30, 8+6+16=308+6+16=30 \checkmark
- Columns: 4+18+8=304+18+8=30, 14+10+6=3014+10+6=30, 12+2+16=3012+2+16=30 \checkmark
- Diagonals: 4+10+16=304+10+16=30, 12+10+8=3012+10+8=30 \checkmark

Answer: Magic square with magic constant 3030.

Solved Example 4: Number Crossword Puzzle

Problem: Fill in the blanks in this addition:

3_7+4_2=829\overline{3\_7} + \overline{4\_2} = 829

Solution:

Let the missing digits be xx and yy:

3x7+4y2=829\overline{3x7} + \overline{4y2} = 829

Ones column: 7+2=97 + 2 = 9 \checkmark (no carry)

Tens column: x+y=2x + y = 2 (if no carry from ones) or x+y=12x + y = 12 (if there is a carry to hundreds).

Hundreds column: 3+4=73 + 4 = 7, but we need 88, so there must be a carry of 11 from the tens column.

This means x+y10x + y \geq 10, so x+y=12x + y = 12 (with carry 11 to hundreds: 3+4+1=83 + 4 + 1 = 8 \checkmark).

The tens digit of the sum: (x+y)10=1210=2(x + y) - 10 = 12 - 10 = 2 \checkmark (matches the 22 in 829829).

Possible values: x+y=12x + y = 12 with x,yx, y single digits (0-9).
Options: (3,9),(4,8),(5,7),(6,6),(7,5),(8,4),(9,3)(3,9), (4,8), (5,7), (6,6), (7,5), (8,4), (9,3).

All are valid. One solution is x=5,y=7x = 5, y = 7: 357+472=829357 + 472 = 829. \checkmark

Answer: One solution: 357+472=829357 + 472 = 829 (with x=5,y=7x = 5, y = 7).

Solved Example 5: Number Trick — Think of a Number

Problem: A number trick says: Think of a number, double it, add 1010, divide by 22, subtract the original number. The answer is always 55. Why?

Solution:

Let the number be nn.

Step 1: Double it: 2n2n.
Step 2: Add 1010: 2n+102n + 10.
Step 3: Divide by 22: 2n+102=n+5\frac{2n + 10}{2} = n + 5.
Step 4: Subtract the original: (n+5)n=5(n + 5) - n = 5.

The nn cancels out, so the result is always 55, regardless of the starting number.

Answer: The algebraic proof shows the original number cancels out, always leaving 55.

Solved Example 6: Kaprekar's Constant (6174)

Problem: Take any four-digit number where not all digits are the same. Arrange its digits in descending order and ascending order, and subtract. Repeat. What happens?

Solution:

Let us start with 31873187:

Step 1: Descending 87318731 - Ascending 13781378 =7353= 7353.
Step 2: 75533557=39967553 - 3557 = 3996.
Step 3: 99633699=62649963 - 3699 = 6264.
Step 4: 66422466=41766642 - 2466 = 4176.
Step 5: 76411467=61747641 - 1467 = 6174.
Step 6: 76411467=61747641 - 1467 = 6174.

The process reaches 61746174 and stays there! This number is called Kaprekar's constant.

Remarkable fact: Every four-digit number (with not all digits equal) reaches 61746174 within 77 steps.

Answer: The process always converges to 61746174 (Kaprekar's constant).

Solved Example 7: Divisibility Rule for 11

Problem: Check whether 85,29485{,}294 is divisible by 1111 using the alternating sum rule.

Solution:

The divisibility rule for 1111: compute the alternating sum of digits (subtract and add alternately from right to left).

Digits of 85,29485{,}294: 8,5,2,9,48, 5, 2, 9, 4.

Alternating sum from right: 49+25+8=04 - 9 + 2 - 5 + 8 = 0.

Since 00 is divisible by 1111, 85,29485{,}294 is divisible by 1111.

Verification: 85,294÷11=7,75485{,}294 \div 11 = 7{,}754. \checkmark

Answer: Yes, 85,29485{,}294 is divisible by 1111.

Solved Example 8: Cryptarithmetic Puzzle

Problem: In the addition SEND+MORE=MONEY\text{SEND} + \text{MORE} = \text{MONEY}, each letter stands for a different digit. Find the value of MM.

Solution:

Since SEND and MORE are both four-digit numbers and MONEY is a five-digit number, there must be a carry from the thousands column.

This means S+M+carry10S + M + \text{carry} \geq 10.

Since MM is the leading digit of MONEY and it comes from a carry, M=1M = 1.

(The full solution is S=9,E=5,N=6,D=7,M=1,O=0,R=8,Y=2S=9, E=5, N=6, D=7, M=1, O=0, R=8, Y=2: 9567+1085=106529567 + 1085 = 10652.)

Answer: M=1M = 1.

Exercise 3.4 — Estimation and Rounding

Exercise 3.4 develops your estimation skills. In the real world, quick approximate answers are often more useful than slow exact ones. Estimation also helps you check whether your calculations make sense.

Solved Example 1: Rounding to the Nearest Ten

Problem: Round each number to the nearest 1010: (a) 7373 (b) 145145 (c) 238238 (d) 595595

Solution:

Look at the units digit:

(a) 7373: Units digit =3<5= 3 < 5, round down 70\to 70.
(b) 145145: Units digit =55= 5 \geq 5, round up 150\to 150.
(c) 238238: Units digit =85= 8 \geq 5, round up 240\to 240.
(d) 595595: Units digit =55= 5 \geq 5, round up 600\to 600.

Answer: (a) 7070 (b) 150150 (c) 240240 (d) 600600.

Solved Example 2: Estimating Sums

Problem: Estimate 487+312+176487 + 312 + 176 by rounding each number to the nearest hundred.

Solution:

Round each number:

487500,312300,176200487 \approx 500, \quad 312 \approx 300, \quad 176 \approx 200

Estimated sum: 500+300+200=1,000500 + 300 + 200 = 1{,}000.

Exact sum: 487+312+176=975487 + 312 + 176 = 975.

The estimate (1,0001{,}000) is close to the exact answer (975975). The error is only 2525.

Answer: Estimated sum 1,000\approx 1{,}000 (exact: 975975).

Solved Example 3: Estimating Products

Problem: Estimate 38×7238 \times 72 by rounding to the nearest ten.

Solution:

3840,727038 \approx 40, \quad 72 \approx 70

Estimated product: 40×70=2,80040 \times 70 = 2{,}800.

Exact product: 38×72=2,73638 \times 72 = 2{,}736.

The estimate is off by 6464, which is about 2.3%2.3\% — quite good for a quick mental calculation!

Answer: Estimated product 2,800\approx 2{,}800.

Solved Example 4: Using Estimation to Check Work

Problem: A student calculates 47×83=39,0147 \times 83 = 39{,}01. Use estimation to check if this answer is reasonable.

Solution:

Estimate: 475047 \approx 50 and 838083 \approx 80.

50×80=4,00050 \times 80 = 4{,}000

The student's answer is 39,0139{,}01 (which seems to be 3,9013{,}901). Our estimate is 4,0004{,}000, so 3,9013{,}901 is reasonable.

But if the student meant 39,0139{,}01 as 39,01039{,}010, that would be way too large (nearly 1010 times the estimate). In that case, the student likely misplaced a digit.

Actual answer: 47×83=3,90147 \times 83 = 3{,}901.

Answer: The estimate of 4,0004{,}000 confirms that 3,9013{,}901 is reasonable.

Solved Example 5: Real-Life Estimation

Problem: A school has 3838 classrooms, each with approximately 4242 students. Estimate the total number of students.

Solution:

3840,424038 \approx 40, \quad 42 \approx 40

Estimate: 40×40=1,60040 \times 40 = 1{,}600 students.

Alternative (better) estimate: 384038 \approx 40 and keep 4242:

40×42=1,68040 \times 42 = 1{,}680

Exact: 38×42=1,59638 \times 42 = 1{,}596.

For planning purposes (ordering supplies, arranging transport), an estimate of 1,6001{,}600 is perfectly adequate.

Answer: Approximately 1,6001{,}600 students.

Solved Example 6: Estimating with Large Numbers

Problem: India's population is approximately 1,420,000,0001{,}420{,}000{,}000. If each person generates about 0.50.5 kg of waste per day, estimate the total daily waste.

Solution:

1,420,000,0001,400,000,000=1.4×1091{,}420{,}000{,}000 \approx 1{,}400{,}000{,}000 = 1.4 \times 10^9

Daily waste 1.4×109×0.5=0.7×109=700,000,000\approx 1.4 \times 10^9 \times 0.5 = 0.7 \times 10^9 = 700{,}000{,}000 kg =700,000= 700{,}000 tonnes.

That is about 7,00,0007{,}00{,}000 tonnes per day!

Answer: Approximately 700,000700{,}000 tonnes of waste per day.

Exercise 3.5 — Properties of Numbers

Exercise 3.5 explores various properties of numbers including even/odd patterns, divisibility, and special number relationships. These properties form the basis for number theory, one of the most beautiful branches of mathematics.

Solved Example 1: Even and Odd Patterns

Problem: Complete the table showing what happens when you add or multiply even and odd numbers:

Solution:

Addition:
| ++ | Even | Odd |
|-----|------|-----|
| Even | Even | Odd |
| Odd | Odd | Even |

Multiplication:
| ×\times | Even | Odd |
|----------|------|-----|
| Even | Even | Even |
| Odd | Even | Odd |

Why?
- Even + Even = Even: 2a+2b=2(a+b)2a + 2b = 2(a+b)
- Odd + Odd = Even: (2a+1)+(2b+1)=2(a+b+1)(2a+1) + (2b+1) = 2(a+b+1)
- Even ×\times Odd = Even: 2a×(2b+1)=2×a(2b+1)2a \times (2b+1) = 2 \times a(2b+1)
- Odd ×\times Odd = Odd: (2a+1)(2b+1)=4ab+2a+2b+1=2(2ab+a+b)+1(2a+1)(2b+1) = 4ab + 2a + 2b + 1 = 2(2ab+a+b) + 1

Answer: Tables completed as above.

Solved Example 2: Divisibility by 3 and 9

Problem: Check which of these numbers are divisible by 33 and by 99: 234234, 567567, 891891, 1,2331{,}233, 4,5184{,}518.

Solution:

Compute digit sums:
- 234234: 2+3+4=92+3+4 = 9. Divisible by 99 (hence also by 33). \checkmark
- 567567: 5+6+7=185+6+7 = 18. Divisible by 99 and 33. \checkmark
- 891891: 8+9+1=188+9+1 = 18. Divisible by 99 and 33. \checkmark
- 1,2331{,}233: 1+2+3+3=91+2+3+3 = 9. Divisible by 99 and 33. \checkmark
- 4,5184{,}518: 4+5+1+8=184+5+1+8 = 18. Divisible by 99 and 33. \checkmark

All five numbers are divisible by both 33 and 99.

Key rule: If a number is divisible by 99, it is automatically divisible by 33 (since 9=3×39 = 3 \times 3). But the reverse is not always true: 1212 is divisible by 33 but not by 99.

Answer: All five numbers are divisible by both 33 and 99.

Solved Example 3: Last Digit Patterns in Powers

Problem: What is the units digit of 71007^{100}?

Solution:

Find the pattern of units digits of powers of 77:

71=7,72=49,73=343,74=24017^1 = 7, \quad 7^2 = 49, \quad 7^3 = 343, \quad 7^4 = 2401

75=16807,76=9,7^5 = 16807, \quad 7^6 = \ldots9, \quad \ldots

Units digits: 7,9,3,1,7,9,3,1,7, 9, 3, 1, 7, 9, 3, 1, \ldots

The pattern repeats every 44 powers: {7,9,3,1}\{7, 9, 3, 1\}.

For 71007^{100}: 100÷4=25100 \div 4 = 25 remainder 00.

Remainder 00 corresponds to the 4th position in the cycle, which is 11.

Answer: The units digit of 71007^{100} is 11.

Solved Example 4: Casting Out Nines

Problem: Use the digit-root method (casting out nines) to check whether 347×28=9,716347 \times 28 = 9{,}716.

Solution:

Digit root of 347347: 3+4+7=141+4=53+4+7 = 14 \to 1+4 = 5.
Digit root of 2828: 2+8=101+0=12+8 = 10 \to 1+0 = 1.

Digit root of the product should be: 5×1=55 \times 1 = 5.

Digit root of 9,7169{,}716: 9+7+1+6=232+3=59+7+1+6 = 23 \to 2+3 = 5. \checkmark

The digit roots match, so the answer is likely correct.

Verification: 347×28=9,716347 \times 28 = 9{,}716. \checkmark

Warning: Casting out nines can miss errors where digits are transposed or where the error is a multiple of 99. It is a quick check, not a guarantee.

Answer: The check passes. 347×28=9,716347 \times 28 = 9{,}716 is correct.

Solved Example 5: Sum of Consecutive Numbers

Problem: Express 1515 as a sum of consecutive numbers in as many ways as possible.

Solution:

15=7+815 = 7 + 8

15=4+5+615 = 4 + 5 + 6

15=1+2+3+4+515 = 1 + 2 + 3 + 4 + 5

Can we use more terms? 0+1+2+3+4+5=150 + 1 + 2 + 3 + 4 + 5 = 15? Yes, if we allow 00.

Using negative numbers: (2)+(1)+0+1+2+3+4+5+3=15(-2) + (-1) + 0 + 1 + 2 + 3 + 4 + 5 + 3 = 15? That does not use consecutive numbers properly.

Sticking to positive consecutive integers:
- 22 terms: 7+8=157 + 8 = 15
- 33 terms: 4+5+6=154 + 5 + 6 = 15
- 55 terms: 1+2+3+4+5=151 + 2 + 3 + 4 + 5 = 15

Fun fact: Every positive integer except powers of 22 can be written as a sum of consecutive positive integers.

Answer: 15=7+8=4+5+6=1+2+3+4+515 = 7+8 = 4+5+6 = 1+2+3+4+5 (three ways).

Common Mistakes and How to Avoid Them

Here are the most frequent errors students make in this chapter:

1. Confusing Face Value and Place Value
* Mistake: Saying the place value of 55 in 2,5732{,}573 is 55.
* Fix: Place value depends on position. The 55 is in the hundreds place, so its place value is 500500. Its face value is 55.

2. Forgetting That Leading Zeros Don't Count
* Mistake: Treating 057057 as a three-digit number.
* Fix: 057=57057 = 57, a two-digit number. A number cannot start with 00 (except the number 00 itself).

3. Rounding Errors
* Mistake: Rounding 450450 to the nearest hundred as 400400.
* Fix: When the deciding digit is exactly 55, the convention is to round UP. So 450450 rounds to 500500.

4. Magic Square Arithmetic Errors
* Mistake: Filling in a magic square without checking all sums.
* Fix: Always verify ALL rows, ALL columns, and BOTH diagonals. One unchecked line could have the wrong sum.

5. Palindrome Confusion with Zeros
* Mistake: Calling 100100 a palindrome because "001001" reversed is "100100".
* Fix: We do not write leading zeros. 100100 reversed is 001=1100001 = 1 \neq 100. So 100100 is NOT a palindrome.

6. Applying Divisibility Rules Incorrectly
* Mistake: Checking divisibility by 44 using the last digit only.
* Fix: For divisibility by 44, check the number formed by the last TWO digits. For example, 312312: last two digits form 1212, and 12÷4=312 \div 4 = 3, so 312312 is divisible by 44.

7. Estimation Too Rough or Too Precise
* Mistake: Rounding 4,9874{,}987 to 10,00010{,}000 for an estimate.
* Fix: Round to the nearest reasonable place value. 4,9875,0004{,}987 \approx 5{,}000 is much better than 10,00010{,}000. The goal is to be close to the actual answer, not to use the biggest round number.

Exam Strategy: Scoring Full Marks in Number Play

Number Play questions are often among the most enjoyable in the exam — they feel more like puzzles than problems. Here is how to maximise your score:

For Digit Manipulation Problems:
1. Write the number in expanded form (10a+b10a + b for two-digit, 100a+10b+c100a + 10b + c for three-digit).
2. Perform the required operations algebraically.
3. Simplify to see why the trick works.
4. Verify with a specific numerical example.

For Palindrome Problems:
1. Write the number in the general form (aba\overline{aba} for three-digit palindromes).
2. Remember: all single digits are palindromes; two-digit palindromes are multiples of 1111.
3. For reverse-and-add problems, show each step clearly.

For Magic Square Problems:
1. First calculate the magic constant (sum of all numbers÷3\text{sum of all numbers} \div 3).
2. Place the center number first (for a 3×33 \times 3 square, it is always the middle value).
3. Fill in the remaining numbers using the constant.
4. Verify all 88 sums (3 rows + 3 columns + 2 diagonals).

For Estimation Problems:
1. Round each number to the nearest appropriate value.
2. Perform the calculation with rounded numbers.
3. State clearly that your answer is an estimate.
4. If the problem asks you to check an exact answer, compare your estimate to see if the answer is reasonable.

For Divisibility Problems:
1. State the rule you are using.
2. Show the calculation (digit sum, last digits, etc.).
3. State the conclusion clearly.

Time Management: Number puzzles can be time sinks if you are not systematic. Spend 22-33 minutes per problem. If a magic square is not coming together, move on and return later.

Practice on SparkEd's Number Play page for varied problem types.

Practice Problems — Try These Yourself

Sharpen your number sense with these practice problems:

Problem 1: Write 56,20356{,}203 in expanded form.

Problem 2: Find the digit sum and digit root of 7,8947{,}894.

Problem 3: Take the number 6363. Reverse and subtract. What do you get? Verify with two more two-digit numbers.

Problem 4: List all two-digit palindromic numbers that are divisible by 33.

Problem 5: Start with 4848 and use the reverse-and-add method until you reach a palindrome.

Problem 6: Complete this magic square using numbers 3,5,7,9,11,13,15,17,193, 5, 7, 9, 11, 13, 15, 17, 19:

????1515
??1111??
??????

Problem 7: Round 3,8473{,}847 to (a) nearest 1010, (b) nearest 100100, (c) nearest 10001000.

Problem 8: Estimate 67×4367 \times 43 by rounding each to the nearest 1010.

Problem 9: Check if 7,2367{,}236 is divisible by (a) 22 (b) 33 (c) 44 (d) 66 (e) 99.

Problem 10: What is the units digit of 3503^{50}?

Problem 11: A two-digit number is 44 times the sum of its digits. If 1818 is added to the number, the digits are reversed. Find the number.

Problem 12: Perform the 10891089 trick on the number 614614.

Quick Revision Notes

Place Value:
- ab=10a+b\overline{ab} = 10a + b (two-digit)
- abc=100a+10b+c\overline{abc} = 100a + 10b + c (three-digit)
- Place value = digit ×\times value of its position
- Face value = the digit itself

Number Tricks (Why They Work):
- Reverse and subtract a two-digit number: always gives 9(ab)9(a-b)
- Reverse and add a two-digit number: always gives 11(a+b)11(a+b)
- Three-digit reverse and subtract: always gives 99(ac)99(a-c)
- The 10891089 trick: always produces 10891089

Palindromes:
- Two-digit: 99 palindromes (1111 to 9999)
- Three-digit: 9090 palindromes (101101 to 999999)
- Four-digit: 9090 palindromes (10011001 to 99999999)

Divisibility Rules:
- By 22: last digit even | By 33: digit sum div. by 33
- By 44: last 22 digits div. by 44 | By 55: ends in 00 or 55
- By 99: digit sum div. by 99 | By 1111: alternating sum div. by 1111

Estimation:
- Round to nearest 1010: check units digit (5\geq 5 round up)
- Round to nearest 100100: check tens digit
- Round to nearest 10001000: check hundreds digit

**Magic Square (3×33 \times 3):**
- Magic constant = (sum of all numbers) ÷\div 33
- Center = middle value of the set
- Kaprekar's constant (four digits) = 61746174

Boost Your Preparation with SparkEd

You have now explored every exercise in Chapter 3, from digit tricks to palindromes to magic squares. To truly master these concepts, you need to practise solving problems on your own.

Here is how SparkEd can help:

  • Practice by Difficulty: On our Number Play practice page, work through problems sorted into Level 1, Level 2, and Level 3.
  • AI Math Solver: Stuck on a number puzzle or estimation problem? Paste it into our AI Solver for a detailed step-by-step solution.
  • AI Coach: Get personalised recommendations based on your performance. The Coach identifies your weak areas and suggests focused practice.
  • Cross-Topic Connections: Number Play connects to Patterns in Mathematics (Chapter 1) and Prime Time (Chapter 5). Explore all chapters on our programs page.

Head over to sparkedmaths.com and start practising today!

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