Solved Examples

NCERT Solutions for Class 8 Maths Chapter 14: Playing with Numbers — Free PDF

Complete solutions for all exercises — general form, divisibility tests, number puzzles, and letter-for-digit problems with detailed worked examples and practice questions.

CBSEClass 8
The SparkEd Authors (IITian & Googler)15 March 202635 min read
NCERT Solutions Class 8 Maths Chapter 14 Playing With Numbers — SparkEd

Chapter 14 Overview: Playing with Numbers

Chapter 14 is one of the most fun chapters in Class 8 Maths. It explores the general form of numbers, divisibility rules for 2,3,5,9,102, 3, 5, 9, 10, and exciting number puzzles where you figure out unknown digits.

Understanding the general form of numbers helps explain why divisibility rules work, turning magic tricks into mathematics. This chapter strengthens logical thinking and number sense.

The chapter has two exercises. Exercise 14.1 covers the general form of numbers, properties related to reversing digits, and divisibility tests with proofs. Exercise 14.2 focuses on letter-for-digit (cryptarithmetic) puzzles — these are logic puzzles where each letter represents a unique digit, and you must figure out which digit each letter stands for. Both exercises require careful, systematic reasoning rather than heavy computation.

Key Concepts and Definitions

General Form of a Number: Any number can be expressed in terms of its digits and their place values.

  • A 22-digit number with tens digit aa and units digit bb: ab=10a+b\overline{ab} = 10a + b, where 1a91 \leq a \leq 9 and 0b90 \leq b \leq 9.
    - A 33-digit number: abc=100a+10b+c\overline{abc} = 100a + 10b + c, where 1a91 \leq a \leq 9.

For example, 357=3×100+5×10+7=300+50+7357 = 3 \times 100 + 5 \times 10 + 7 = 300 + 50 + 7.

Why is this useful? The general form lets us prove properties about numbers. For instance, we can prove that the sum of a two-digit number and its reverse is always divisible by 1111 — something that seems magical until you see the algebra behind it.

Reversing Digits — Key Results:
- Sum of a 22-digit number and its reverse: ab+ba=(10a+b)+(10b+a)=11(a+b)\overline{ab} + \overline{ba} = (10a + b) + (10b + a) = 11(a + b). This is always divisible by 1111.
- Difference of a 33-digit number and its reverse: abccba=(100a+10b+c)(100c+10b+a)=99(ac)\overline{abc} - \overline{cba} = (100a + 10b + c) - (100c + 10b + a) = 99(a - c). This is always divisible by 9999 (and therefore by 99 and 1111).

Cryptarithmetic (Letter-for-Digit Puzzles): In these puzzles, each letter represents a distinct digit from 00 to 99. The leading digit of any number cannot be 00. You must find the digit for each letter so that the arithmetic (addition or multiplication) is correct.

Divisibility Rules — Complete Reference

**Divisibility by 22:** A number is divisible by 22 if its last digit is even (0,2,4,6,80, 2, 4, 6, 8).
Example: 4,7384,738 is divisible by 22 (last digit 88).

**Divisibility by 33:** A number is divisible by 33 if the sum of its digits is divisible by 33.
Example: 5,2475,247: digit sum =5+2+4+7=18= 5 + 2 + 4 + 7 = 18. Since 18÷3=618 \div 3 = 6, the number is divisible by 33.

Why does this work? In general form, abc=100a+10b+c=99a+9b+(a+b+c)\overline{abc} = 100a + 10b + c = 99a + 9b + (a + b + c). Since 99a+9b99a + 9b is always divisible by 33, the number is divisible by 33 exactly when a+b+ca + b + c is.

**Divisibility by 55:** A number is divisible by 55 if its last digit is 00 or 55.
Example: 7,8357,835 is divisible by 55 (last digit 55).

**Divisibility by 99:** A number is divisible by 99 if the sum of its digits is divisible by 99.
Example: 8,6138,613: digit sum =8+6+1+3=18= 8 + 6 + 1 + 3 = 18. Since 18÷9=218 \div 9 = 2, the number is divisible by 99.

Why does this work? Same reasoning as divisibility by 33: 99a+9b99a + 9b is divisible by 99, so the number is divisible by 99 exactly when the digit sum is.

**Divisibility by 1010:** A number is divisible by 1010 if its last digit is 00.
Example: 4,5604,560 is divisible by 1010.

**Divisibility by 1111:** A number is divisible by 1111 if the difference between the sum of digits in odd positions and the sum of digits in even positions is either 00 or a multiple of 1111.
Example: 91,82891,828: Odd positions: 9+8+8=259 + 8 + 8 = 25. Even positions: 1+2=31 + 2 = 3. Difference =22= 22, which is divisible by 1111.

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

Try Free

Exercise 14.1 — Solved Examples

**Q1. Write 357357 in general form.**

Solution:

357=3×100+5×10+7×1=300+50+7357 = 3 \times 100 + 5 \times 10 + 7 \times 1 = 300 + 50 + 7

In algebraic form: if a=3a = 3, b=5b = 5, c=7c = 7, then abc=100a+10b+c\overline{abc} = 100a + 10b + c.

---

**Q2. Show that the sum of a 22-digit number and the number obtained by reversing its digits is always divisible by 1111.**

Solution:

Let the number be ab=10a+b\overline{ab} = 10a + b. Its reverse is ba=10b+a\overline{ba} = 10b + a.

ab+ba=(10a+b)+(10b+a)=11a+11b=11(a+b)\overline{ab} + \overline{ba} = (10a + b) + (10b + a) = 11a + 11b = 11(a + b)

Since the sum equals 11(a+b)11(a + b), it is always divisible by 1111.

For example: 47+74=121=11×1147 + 74 = 121 = 11 \times 11. Here a+b=4+7=11a + b = 4 + 7 = 11, and 11×11=12111 \times 11 = 121. Verified.

---

**Q3. If 31z5\overline{31z5} is divisible by 99, find the value of zz.**

Solution:

For divisibility by 99, the sum of digits must be divisible by 99:

3+1+z+5=9+z3 + 1 + z + 5 = 9 + z

For 9+z9 + z to be divisible by 99: z=0z = 0 (giving sum =9= 9) or z=9z = 9 (giving sum =18= 18).

So z=0z = 0 or z=9z = 9.

---

**Q4. Show that the difference of a 33-digit number and the number formed by reversing its digits is divisible by 9999.**

Solution:

Let the number be abc=100a+10b+c\overline{abc} = 100a + 10b + c (where a>ca > c so the difference is positive).

Its reverse: cba=100c+10b+a\overline{cba} = 100c + 10b + a.

abccba=(100a+10b+c)(100c+10b+a)=99a99c=99(ac)\overline{abc} - \overline{cba} = (100a + 10b + c) - (100c + 10b + a) = 99a - 99c = 99(a - c)

Since the result is 99(ac)99(a - c), it is always divisible by 9999.

Example: 852258=594=99×6852 - 258 = 594 = 99 \times 6. Here ac=82=6a - c = 8 - 2 = 6. Verified.

---

**Q5. If a number 24x\overline{24x} is divisible by both 33 and 99, find xx.**

Solution:

Digit sum =2+4+x=6+x= 2 + 4 + x = 6 + x.

For divisibility by 99: 6+x6 + x must be divisible by 99. So x=3x = 3 (giving sum =9= 9).

Note: If a number is divisible by 99, it is automatically divisible by 33. So x=3x = 3 satisfies both conditions.

Exercise 14.2 — Solved Examples (Letter-for-Digit Puzzles)

**Q1. Find the digits AA and BB:**

3A+2BB2\begin{array}{r} 3A \\ + 2B \\ \hline B2 \end{array}

Solution:

Ones column: A+BA + B gives a units digit of 22. So either A+B=2A + B = 2 or A+B=12A + B = 12 (with carry 11).

Tens column: 3+2+carry=B3 + 2 + \text{carry} = B (or B+10B + 10 if there is a carry to hundreds).

Case 1: No carry from ones. A+B=2A + B = 2 and 3+2=B3 + 2 = B, so B=5B = 5. Then A=25=3A = 2 - 5 = -3 — invalid (digits must be 00-99).

Case 2: Carry 11 from ones. A+B=12A + B = 12 and 3+2+1=B3 + 2 + 1 = B, so B=6B = 6. Then A=126=6A = 12 - 6 = 6.

Check: 36+26=6236 + 26 = 62. The units digit is 22 and the tens digit is 6=B6 = B. Correct.

Answer: A=6A = 6, B=6B = 6.

---

**Q2. Find AA:**

A1+1AB0\begin{array}{r} A1 \\ + 1A \\ \hline B0 \end{array}

Solution:

Ones column: 1+A1 + A must give units digit 00. So 1+A=101 + A = 10, giving A=9A = 9 with carry 11.

Tens column: A+1+1=BA + 1 + 1 = B (or BB with carry). 9+1+1=119 + 1 + 1 = 11, so we write 11 and carry 11, making the result 110110 (a 33-digit number).

Check: 91+19=11091 + 19 = 110. So A=9A = 9, B=1B = 1, and the sum is 110110.

---

**Q3. Find AA and BB:**

AB+BA121\begin{array}{r} AB \\ + BA \\ \hline 121 \end{array}

Solution:

Using general form: AB+BA=(10A+B)+(10B+A)=11(A+B)=121\overline{AB} + \overline{BA} = (10A + B) + (10B + A) = 11(A + B) = 121.

So A+B=11A + B = 11.

Also, the sum 121121 has 11 in the hundreds place, which comes from the carry. Since A+B=11A + B = 11 and both are single digits: possible pairs are (2,9),(3,8),(4,7),(5,6),(6,5),(7,4),(8,3),(9,2)(2, 9), (3, 8), (4, 7), (5, 6), (6, 5), (7, 4), (8, 3), (9, 2).

But we also need: ones column gives 11. B+A=11B + A = 11, so the ones digit is 11 with carry 11. Tens column: A+B+1=12A + B + 1 = 12, so tens digit is 22 with carry 11. This works for any pair above.

If we need a unique answer, we check: AB\overline{AB} is a 22-digit number so A1A \geq 1. Multiple solutions exist (e.g., 29+92=12129 + 92 = 121, 38+83=12138 + 83 = 121, etc.).

---

**Q4. Check divisibility: Is 7,2487{,}248 divisible by 33? By 99?**

Solution:

Sum of digits =7+2+4+8=21= 7 + 2 + 4 + 8 = 21.

21÷3=721 \div 3 = 7 (exact). So 72487248 **is divisible by 33**.
21÷9=221 \div 9 = 2 remainder 33. So 72487248 **is not divisible by 99**.

Worked Examples — Additional Practice

**Example 1. Find the missing digit: 5x3\overline{5x3} is divisible by 33 but not by 99. Find all possible values of xx.**

Solution:

Digit sum =5+x+3=8+x= 5 + x + 3 = 8 + x.

For divisibility by 33: 8+x8 + x must be divisible by 33.
Possible values: x=1x = 1 (sum =9= 9), x=4x = 4 (sum =12= 12), x=7x = 7 (sum =15= 15).

But NOT divisible by 99: when x=1x = 1, sum =9= 9 (divisible by 99) — exclude.

So x=4x = 4 or x=7x = 7.

---

**Example 2. Show that the sum of any 33-digit number abc\overline{abc} and its two rotations bca\overline{bca} and cab\overline{cab} is divisible by 111111.**

Solution:

abc+bca+cab\overline{abc} + \overline{bca} + \overline{cab}

=(100a+10b+c)+(100b+10c+a)+(100c+10a+b)= (100a + 10b + c) + (100b + 10c + a) + (100c + 10a + b)

=111a+111b+111c=111(a+b+c)= 111a + 111b + 111c = 111(a + b + c)

This is always divisible by 111111.

Example: 123+231+312=666=111×6123 + 231 + 312 = 666 = 111 \times 6. Here a+b+c=1+2+3=6a + b + c = 1 + 2 + 3 = 6. Verified.

---

Example 3. Solve the cryptarithmetic puzzle:

02A×0A9A\begin{array}{r} \phantom{0}2A \\ \times \phantom{0}A \\ \hline 9A \end{array}

Solution:

2A×A=9A\overline{2A} \times A = \overline{9A}, meaning (20+A)×A=90+A(20 + A) \times A = 90 + A.

20A+A2=90+A20A + A^2 = 90 + A
A2+19A90=0A^2 + 19A - 90 = 0

Using trial (since AA is a digit 00-99):
- A=3A = 3: 9+5790=249 + 57 - 90 = -24 (no)
- A=4A = 4: 16+7690=216 + 76 - 90 = 2 (no)
- Try: (20+A)×A=90+A(20 + A) \times A = 90 + A. Test A=5A = 5: 25×5=1259525 \times 5 = 125 \neq 95. No.

Let me re-check: perhaps the result is a 33-digit number 9A_\overline{9A\_}. Re-reading the puzzle — if the result is simply the two-digit number 9A\overline{9A}:

A=3A = 3: 23×3=699323 \times 3 = 69 \neq 93. No.
A=7A = 7: 27×7=18927 \times 7 = 189 (three digits). No.

Actually, this shows why careful reading matters. If the puzzle intended 2A×A=9A\overline{2A} \times A = \overline{9A}, we need AA such that the product is a two-digit number starting with 99. Testing all single digits shows no solution works for this exact setup — which means the puzzle may have additional constraints. This illustrates that not all puzzles have solutions with the stated constraints.

---

**Example 4. A 44-digit number 3x4y\overline{3x4y} is divisible by both 22 and 99. Find xx and yy.**

Solution:

Divisible by 22: last digit yy must be even. So y{0,2,4,6,8}y \in \{0, 2, 4, 6, 8\}.

Divisible by 99: digit sum 3+x+4+y=7+x+y3 + x + 4 + y = 7 + x + y must be divisible by 99.

So 7+x+y=97 + x + y = 9 or 1818 or 2727.

Since x,yx, y are digits (00-99): x+y=2x + y = 2 or x+y=11x + y = 11.

Combining with yy being even:
- x+y=2x + y = 2: (x,y)=(0,2)(x, y) = (0, 2) or (2,0)(2, 0).
- x+y=11x + y = 11: (x,y)=(3,8),(5,6),(7,4),(9,2)(x, y) = (3, 8), (5, 6), (7, 4), (9, 2).

All six pairs are valid answers.

Common Mistakes to Avoid

**Mistake 1: Confusing divisibility by 33 with divisibility by 99.**
Every number divisible by 99 is also divisible by 33, but NOT vice versa. For example, 1212 (digit sum 33) is divisible by 33 but not by 99.

**Mistake 2: Forgetting that the leading digit cannot be 00.**
In letter puzzles, if a letter appears as the first digit of a number, it cannot be 00. For example, in AB+CD=EFG\overline{AB} + \overline{CD} = \overline{EFG}, the letters AA, CC, and EE cannot be 00.

Mistake 3: Not tracking carries in letter puzzles.
Every column in an addition puzzle can produce a carry of 00 or 11 (or rarely 22 for adding three numbers). Forgetting the carry leads to wrong answers. Always process columns from right to left, recording the carry at each step.

Mistake 4: Assuming digits must be distinct in puzzles.
Unless the problem explicitly states "different digits", two different letters might represent the same digit. Read the problem statement carefully.

Mistake 5: Errors in the general form for large numbers.
For a 44-digit number abcd=1000a+100b+10c+d\overline{abcd} = 1000a + 100b + 10c + d. Students sometimes write 100a100a instead of 1000a1000a for the thousands digit.

Mistake 6: Mixing up the reversing-digits results.
The sum of a 22-digit number and its reverse is divisible by 1111 (not 9999). The difference of a 33-digit number and its reverse is divisible by 9999 (not 1111 alone). Keep these straight.

Divisibility Rules — Complete Quick Reference Table

Here is a comprehensive table of all divisibility rules you need for this chapter and beyond:

Divisible byRuleExample
22Last digit is even (0,2,4,6,80, 2, 4, 6, 8)47384738 ✓ (last digit 88)
33Sum of digits divisible by 3352475247: 5+2+4+7=185+2+4+7=18
44Last two digits form a number divisible by 4473167316: 16÷4=416 \div 4 = 4
55Last digit is 00 or 5578357835 ✓ (last digit 55)
66Divisible by both 22 and 3354125412: even and 5+4+1+2=125+4+1+2=12
88Last three digits form a number divisible by 885310453104: 104÷8=13104 \div 8 = 13
99Sum of digits divisible by 9986138613: 8+6+1+3=188+6+1+3=18
1010Last digit is 0045604560
1111Alternating sum of digits is 00 or divisible by 11119182891828: (9+8+8)(1+2)=22(9+8+8)-(1+2)=22

Key relationships:
- Every number divisible by 99 is also divisible by 33 (but not vice versa)
- Every number divisible by 1010 is also divisible by both 22 and 55
- Divisibility by 66 requires divisibility by BOTH 22 and 33
- Divisibility by 1212 requires divisibility by BOTH 33 and 44 (not just 22 and 66)

Why digit-sum rules work (proof sketch):
Any number abc=100a+10b+c=99a+9b+(a+b+c)\overline{abc} = 100a + 10b + c = 99a + 9b + (a + b + c). Since 99a+9b=9(11a+b)99a + 9b = 9(11a + b) is always divisible by 99 (and 33), the original number is divisible by 99 (or 33) exactly when the digit sum (a+b+c)(a + b + c) is.

Exam Tips for Playing with Numbers

1. Memorise all divisibility rules for 2,3,5,9,102, 3, 5, 9, 10 — they are quick marks.
2. For letter-for-digit puzzles, start with the ones column and work leftward. Track carries carefully.
3. General form proofs (like sum + reverse is divisible by 1111) are important theory questions. Practise writing them neatly.
4. Remember: digits range from 00 to 99, and the leading digit of a number cannot be 00.
5. This chapter is often tested through puzzles and MCQs — they are fun but require systematic thinking.
6. When finding missing digits for divisibility, list all possible values first, then eliminate based on additional constraints.
7. For proofs using the general form, always start by writing the number in expanded form (10a+b10a + b or 100a+10b+c100a + 10b + c) and simplify algebraically.
8. Check your answers by substituting back into the original problem — this is especially important for letter puzzles.

Practice Questions with Answers

Q1. Write 6,0246,024 in general form.

Answer: 6024=6×1000+0×100+2×10+4=6000+0+20+46024 = 6 \times 1000 + 0 \times 100 + 2 \times 10 + 4 = 6000 + 0 + 20 + 4.

---

Q2. Find the value of yy if 73y\overline{73y} is divisible by 33.

Answer: Digit sum =7+3+y=10+y= 7 + 3 + y = 10 + y. For divisibility by 33: 10+y10 + y must be divisible by 33. So y=2,5,y = 2, 5, or 88.

---

Q3. Show that abba\overline{ab} - \overline{ba} is divisible by 99.

Answer: abba=(10a+b)(10b+a)=9a9b=9(ab)\overline{ab} - \overline{ba} = (10a + b) - (10b + a) = 9a - 9b = 9(a - b). Since the result is 9(ab)9(a - b), it is divisible by 99.

---

Q4. Solve: Find AA such that A+A+A=BAA + A + A = \overline{BA} (where BA\overline{BA} is a two-digit number).

Answer: 3A=10B+A3A = 10B + A, so 2A=10B2A = 10B, giving A=5BA = 5B. Since AA is a single digit: B=1,A=5B = 1, A = 5 (i.e., 5+5+5=155 + 5 + 5 = 15). So A=5,B=1A = 5, B = 1.

---

Q5. Is 5,49,1625,49,162 divisible by 99?

Answer: Digit sum =5+4+9+1+6+2=27= 5 + 4 + 9 + 1 + 6 + 2 = 27. Since 2727 is divisible by 99, yes — 549162549162 is divisible by 99.

---

Q6. A number x8y4\overline{x8y4} is divisible by both 44 and 99. If x=2x = 2, find yy.

Answer: Digit sum =2+8+y+4=14+y= 2 + 8 + y + 4 = 14 + y. For divisibility by 99: 14+y14 + y must be divisible by 99. So y=4y = 4 (sum =18= 18). The number is 28442844. Check: 2844÷9=3162844 \div 9 = 316. Correct.

Key Takeaways

  • A 22-digit number ab=10a+b\overline{ab} = 10a + b; a 33-digit number abc=100a+10b+c\overline{abc} = 100a + 10b + c.
    - Sum of a 22-digit number and its reverse is always divisible by 1111: 11(a+b)11(a + b).
    - Difference of a 33-digit number and its reverse is always divisible by 9999: 99(ac)99(a - c).
    - Divisibility by 33 or 99 depends on the sum of digits; by 22, 55, 1010 depends on the last digit.
    - Letter puzzles are solved by working column by column from right to left, tracking carries.
    - Always verify your answer by substituting back into the original problem.
    - This chapter builds number sense and logical reasoning — skills that are valuable well beyond Class 8.

Practise number puzzles on SparkEd for a fun way to sharpen your number sense!

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