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

  • 1Use a letter to prove that a 'think of a number' trick always gives the same answer, and design tricks with a chosen answer
  • 2Decode a hidden date from the expression 100M + 165 + D, and adapt the trick to different steps
  • 3Fill a number pyramid upwards by addition, downwards by subtraction, and by algebra when neither alone suffices
  • 4Derive the top of an n-row pyramid in terms of the bottom row, and recognise Pascal's triangle in the coefficients
  • 5Prove that a pyramid built on consecutive Virahāṅka-Fibonacci numbers has V(2n−1) at its top
  • 6Recover a 2 × 2 calendar block from its sum alone, and invent calendar tricks with other shapes
  • 7Solve an algebra grid by treating the rows as simultaneous equations
  • 8Prove that the largest product from three digits places the largest as multiplier and the rest in decreasing order
  • 9Write a number in expanded form and use it to justify divisibility tricks for 9, 11, 37 and 1001
  • 10Translate age, animal, cow, business and doubling puzzles into equations and solve them
💡
Why this chapter matters
This chapter answers the question every student eventually asks about algebra: *what is a letter actually for?* The answer here is not 'to solve for x' — it is **to explain why something is always true**. Test a 'think of a number' trick on ten numbers and you have ten pieces of evidence; carry one letter through the steps and you have a proof, in three lines, covering every number that will ever be chosen. The same move settles a dozen puzzles that look unrelated: a number pyramid becomes a pair of simultaneous equations, a calendar block becomes 4a + 16, a reverse-and-subtract trick becomes 9(b − a), and a six-digit repeat becomes abc × 1001 = abc × 7 × 11 × 13. Two habits are built along the way and both outlast Class 8. The first is **writing a number in expanded form** — 10a + b rather than 'the digits a and b' — which is what makes every divisibility trick transparent. The second is **designing** as well as solving: once you can see why a trick works, you can build your own, and inventing a puzzle is a far sharper test of understanding than solving one.

Algebra Play — Class 8 Mathematics (Ganita Prakash Part 2)

Test a trick on ten numbers and you have ten pieces of evidence. Carry one letter through the steps and you have a proof.

1. About the Chapter

This is Chapter 6 of Ganita Prakash Part 2 (pages 135–147), the thirteenth chapter of the Class 8 course and the shortest in Part 2. Its opening line sets the terms:

"Over the last two years, we have used algebra to model different situations. We have learned how to solve algebraic equations and find the values of unknown letter-numbers. Let's now have some fun with algebra."

So solving linear equations is assumed knowledge, not the topic. The topic is what algebra is for: investigating tricks and puzzles, explaining why they work, and then inventing new ones.

Five sections, five kinds of puzzle:

SectionPuzzleThe algebra that cracks it
6.2'Think of a number' tricksthe unknown cancels
6.3Number pyramidssimultaneous equations, then Pascal's triangle
6.4Calendar and algebra gridsone letter for a whole block
6.5The largest productcomparing expanded forms term by term
6.6Divisibility tricksexpanded form, 10a + b

What is not in this chapter

Older notes for "Chapter 13" often cover linear equations, the transposition method and word-problem drill. Those are prerequisites, assumed from Grade 7 — a short refresher is kept in the appendix at the end of this page.

Key idea

Algebra's most powerful use is not calculating an answer. It is justifying a statement about infinitely many cases at once.


2. 'Think of a Number' Tricks

The basic trick

Think of a number. Double it. Add four. Divide by two. Subtract the number you first thought of.

The answer is always 2. Try it: 7 → 14 → 18 → 9 → 2. Try 100 → 200 → 204 → 102 → 2. Try 0.5 → 1 → 5 → 2.5 → 2.

Testing is not proving, though. Carry a letter instead:

StepExpression
Think of a numberx
Double it2x
Add four2x + 4
Divide by twox + 2
Subtract the original number(x + 2) − x = 2

The x cancels. That single line covers every number that will ever be chosen.

Designing your own

Notice where the 2 came from: it is half the number that was added. Everything else vanished.

  • To finish at 3, add 6
  • To finish at 5, add 10
  • To finish at k, add 2k

The general design rule: arrange the steps so that the coefficient of x is 1 just before you subtract the original number. After that point you are doing arithmetic on a constant and can make the trick as elaborate as you like:

think of x → add 5 → multiply by 3 → subtract 9 → divide by 3 → subtract the original → multiply by 4 → 8

The date trick

Multiply the month by 5, add 6, multiply by 4, add 9, multiply by 5, add the day.

StepExpression
Multiply the month by 55M
Add 65M + 6
Multiply by 420M + 24
Add 920M + 33
Multiply by 5100M + 165
Add the day100M + 165 + D

The month has been pushed up to 100M, clear of the two digits a day needs. So subtract 165 and read the last two digits as the day, the rest as the month.

Answer− 165MonthDayDate
29112612626 January
13901225122525 December
1269110411044 November
39422922929 February
29613113131 January

Where does 165 come from? The 6 is later multiplied by 4 and then 5, growing to 120; the 9 is multiplied by 5, growing to 45; and 120 + 45 = 165. Change a step and the constant changes with it — add 3 and 7 instead of 6 and 9 and you subtract 95.


3. Number Pyramids

The rule: each box is the sum of the two boxes directly below it.

      14
    7    7
  3   4   3

Three ways to fill one

Upwards, by adding, when a row is complete. Bottom 5, 4, 5, 0 → 9, 9, 5 → 18, 14 → 32.

Downwards, by subtracting, when you know a box and one of the two feeding it. Given 10 on top, 4 in the middle-left and 1 at bottom-left:

10 − 4 = 6 → 4 − 1 = 3 → 6 − 3 = 3

      10
    4     6
  1    3    3

By algebra, when neither can start. Top 60, bottom 12, ?, 8, middle row empty:

        60                         60
      a     b       →           32    28
   12    c     8              12    20    8
  • a + b = 60
  • 12 + c = a
  • c + 8 = b

Substituting: (12 + c) + (c + 8) = 60, so 20 + 2c = 60 and c = 20, giving a = 32 and b = 28.

Notice that c appears in both middle boxes, which is why the equation had 2c. That doubling reappears immediately as the formula for the top.

The top in terms of the bottom

Three rows, bottom a, b, c:

    a + 2b + c
   a+b     b+c
  a    b     c

Top = (a + b) + (b + c) = a + 2b + c — the middle counts twice.

Four rows, bottom a, b, c, d: top = a + 3b + 3c + d = (a + d) + 3(b + c)

RowsTop
2a + b
3a + 2b + c
4a + 3b + 3c + d
5a + 4b + 6c + 4d + e

The coefficients 1,1 / 1,2,1 / 1,3,3,1 / 1,4,6,4,1 are the rows of Pascal's triangle — no coincidence, since Pascal's triangle is built by the same add-the-two-above rule. Each coefficient counts the number of upward paths from that bottom box to the top.

The Virahāṅka-Fibonacci pyramid

Write the first n terms of 1, 2, 3, 5, 8, 13, … along the bottom.

          21
       8     13
     3    5     8
   1   2    3     5

Every entry is a Virahāṅka-Fibonacci number. Why: the pyramid rule and the sequence rule are the same rule — add two neighbours. So a run of consecutive terms produces another run of consecutive terms, starting two places further along:

Row (from bottom)Contents
1V₁ … V_n
2V₃ … V_{n+1}
kV_{2k−1} … V_{n+k−1}
n (top)V_{2n−1}
nTop
3V₅ = 8
4V₇ = 21
5V₉ = 55
29V₅₇ = 591,286,729,879

4. Fun with Grids

Calendar magic

Moving one square right adds 1 day; moving one square down adds 7. So a 2 × 2 block with top-left a is

aa + 1
a + 7a + 8

Sum = 4a + 16 = 4(a + 4), so a = (sum ÷ 4) − 4.

SumaBlock
4066, 7, 13, 14
3655, 6, 12, 13

Design your own

BlockSumHow to invert
Vertical 1 × 33a + 21÷ 3, then − 7
Horizontal 1 × 33a + 3÷ 3, then − 1
3 × 39 × centre÷ 9 gives the centre outright
Plus / cross5 × centre÷ 5 gives the centre

The 3 × 3 and the cross are the most striking: the neighbours cancel in pairs, since each is as far above the centre as its partner is below.

One caution. The block must fit inside the month, or the +1 and +7 relations break at the edges.

Algebra grids

Shapes stand for numbers; the last column of each row is the sum of the cells to its left. This is simultaneous equations dressed up as pictures.

Worked example. Row 1 = ■ ■ ■ = 27 gives 3■ = 27, so ■ = 9. Row 2 = ● ● ■ = 19 gives 2● + 9 = 19, so ● = 5.

Grid A. ■■● = 27 and ●●■ = 21. 2s + c = 27 and s + 2c = 21. Adding: 3(s + c) = 48, so s + c = 16, hence s = 11, c = 5. Third row ●■● = 21.

Grid B. ●◆◆ = 18 and ◆●● = 15. b + 2d = 18 and 2b + d = 15 give d = 7, b = 4. Third row ◆●● = 15.

Rows 2 and 3 of each grid contain the same shapes in a different order and therefore the same total — only the multiset of shapes matters, not their arrangement. That is also the check to make before you start: if two rows hold the same shapes, they give the same equation twice and the puzzle has no unique answer.


5. The Largest Product

Fill three digits into (two-digit number) × (one-digit number), using each once. Which arrangement is largest?

The case 2, 3, 5

Six arrangements, grouped by multiplier:

MultiplierOptionsSurvivor
235 × 2, 53 × 253 × 2
325 × 3, 52 × 352 × 3
523 × 5, 32 × 532 × 5

52 × 3 = 156 beats 53 × 2 = 106 at once. The real contest:

  • 32 × 5 = (3 × 10 × 5) + (2 × 5) = 150 + 10
  • 52 × 3 = (5 × 10 × 3) + (2 × 3) = 150 + 6

The first terms are identical. So 32 × 5 = 160 wins.

The general rule, proved

Let p < q < r. Grouping and reducing leaves three candidates: rq × p, rp × q, qp × r.

Eliminate rq × p. rq × p = 10rp + qp and rp × q = 10rq + pq share the term pq, and 10rq > 10rp since q > p.

Final comparison.

  • qp × r = 10qr + pr
  • rp × q = 10rq + pq

Identical first terms again, so it turns on pr against pq — and r > q decides it.

The largest digit is the multiplier; the other two go in decreasing order. Answer: qp × r.

DigitsAnswerRunner-upMargin
2, 3, 532 × 5 = 16052 × 3 = 1564
1, 3, 731 × 7 = 21771 × 3 = 2134
3, 5, 953 × 9 = 47793 × 5 = 46512

Each margin is exactly what the algebra predicts: for 3, 5, 9 it is 3×9 − 3×5 = 27 − 15 = 12

The common wrong instinct is to put the two largest digits into the two-digit number — 95 × 3, which gives only 285. The multiplier acts on both digits of the multiplicand, so making the multiplier large matters more.


6. Decoding Divisibility Tricks

Everything in this section rests on one move:

Write the number in expanded form. 'ab' is not a × b — it is 10a + b.

Reverse and subtract

If b > a, the difference is

(10b + a) − (10a + b) = 9b − 9a = 9(b − a)

If a > b it is 9(a − b). Either way the difference is 9 × |a − b| — always a multiple of 9, and the quotient is the difference of the digits.

74 − 47 = 27 = 9 × 3, and 7 − 4 = 3 ✓

Reverse and add

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

Always a multiple of 11, and the quotient is the sum of the digits.

NumberReverseSumQuotienta + b
31134444 ✓
28821101010 ✓
12213333 ✓

The two tricks are twins: subtracting cancels the units and leaves (10 − 1) = 9 lots of the difference; adding reinforces them and leaves (10 + 1) = 11 lots of the sum.

Cycling three digits

abc + bca + cab = (100a + 10b + c) + (100b + 10c + a) + (100c + 10a + b) = 111(a + b + c)

Each digit visits the hundreds, tens and units place exactly once — hence 111. And

111 = 3 × 37

so the sum is always divisible by 37 and by 3. Check: 152 + 521 + 215 = 888 = 111 × 8 ✓

Repeating three digits

abcabc = abc × 1000 + abc = abc × 1001, and

1001 = 7 × 11 × 13 — three consecutive primes

So dividing by 7, then 11, then 13 hands back the original number. 486486 ÷ 7 = 69498 ÷ 11 = 6318 ÷ 13 = 486


7. Worked Examples

Example 1 — The magical ponds

Three ponds each double the flowers dipped in them; the same number k is left at each of three shrines, and the hand ends empty.

StageFlowers
Startx
After pond 1, shrine 12x − k
After pond 2, shrine 24x − 3k
After pond 3, shrine 38x − 7k = 0

So 8x = 7k, and since 7 and 8 share no factor, the smallest solution is k = 8, x = 7.

Check: 7 → 14, leave 8 → 6 → 12, leave 8 → 4 → 8, leave 8 → 0

The doubling makes early offerings expensive: the k left at shrine 1 would have doubled twice more, costing 4k of the final total, then 2k, then k — and 4k + 2k + k = 7k is the same equation seen from the other side.

Example 2 — Horses and hens

55 heads, 150 legs. With algebra: h + n = 55 and 4h + 2n = 150 give h = 20, n = 35.

Without algebra: if all 55 were hens there would be 110 legs. The 40 extra legs arrive 2 at a time as each hen becomes a horse, so 40 ÷ 2 = 20 horses.

Example 3 — Mother and daughter

Mother is 5× the daughter now; in 6 years she will be 3×.

5d + 6 = 3(d + 6) → 2d = 12 → d = 6, mother 30.

The gap never changes: 30 − 6 = 24, now and always. What falls is the ratio, as the fixed 24 becomes a smaller fraction of a growing age. That gives a second route: if mother = 3 × daughter and the gap is 24, then the daughter is 12 then, so 6 now.

Example 4 — The cowherds

Naina has twice Gauri's cows; giving 3 away would even them up.

2g − 3 = g + 3 → g = 6, Naina 12.

Handing over 3 moves one up by 3 and the other down by 3, so it closes a gap of 6 — which must therefore have been the gap. Getting the direction of a transfer right is where marks are usually lost.

Example 5 — The dosa cart

Rent ₹5000/day (fixed), ₹10 per dosa (variable). Profit = np − (5000 + 10n).

  • 100 dosas, ₹2000 profit: cost 6000, revenue needed 8000, so p = ₹80
  • ₹50 a dosa, ₹2000 profit: 40n = 7000, so n = 175

Each ₹50 dosa contributes ₹40 to rent-plus-profit. Break-even alone needs 5000 ÷ 40 = 125 dosas; every dosa after that is profit.

Example 6 — The odd-number fractions

1/3, (1+3)/(5+7), (1+3+5)/(7+9+11) → 1/3, 4/12, 9/27 — all equal 1/3.

The sum of the first n odd numbers is . So

  • numerator =
  • denominator = (2n)² − n² = 3n²

giving n²/3n² = 1/3 exactly, for every n.

Example 7 — Karim and the Genie

Coins double each round; the genie takes 8. One round: x ↦ 2x − 8.

8x − 48 = 8 (the third doubling left exactly 8) → x = 7

7 → 14, pay 8 → 6 → 12, pay 8 → 4 → 8, pay 8 → 0

Cost cWhat happens
c < xcoins grow, faster every round
c = xstuck at x forever
c > xruin

To empty the purse in exactly k rounds the genie sets c = 2ᵏx/(2ᵏ − 1). With k = 3 and x = 7 that is 8 — precisely what it charged. The offer sounded trifling only because 8 was just above 7.


8. Common Mistakes

  1. Testing instead of proving. Ten examples are ten examples. One letter settles every case.
  2. Reading 'ab' as a × b. In digit puzzles it means 10a + b. Write that first, always.
  3. Only ever adding upwards in a pyramid. The rule runs backwards as a subtraction, and when neither direction can start, name the unknowns.
  4. Forgetting the middle counts twice. The top of a three-row pyramid is a + 2b + c, not a + b + c.
  5. Putting the two big digits in the multiplicand. 95 × 3 = 285 loses badly to 53 × 9 = 477.
  6. Getting a transfer's direction wrong. Three cows given away close a gap of six, not three.
  7. Memorising 165 instead of deriving it. Change the added numbers and the constant changes.
  8. Ignoring the fixed cost in a profit question. Rent does not scale with sales; separate it out.

9. Real-World Applications

  • Checksums — Aadhaar numbers, ISBNs and bank account numbers carry a check digit so that a single mistyped or transposed digit is caught. Transposition is caught by exactly the 9 and 11 arguments in this chapter.
  • Mental arithmetic — knowing 1001 = 7 × 11 × 13 and 111 = 3 × 37 turns awkward divisions into instant ones.
  • Puzzle design — every card trick with a guaranteed outcome is built the same way: arrange the steps so the unknown cancels.
  • Break-even analysis — the dosa cart is real costing. Fixed cost, variable cost, contribution per unit.
  • Compound growth with a fixed charge — Karim's tree is a loan in disguise. Whether it grows or collapses turns on the comparison c < x, which is the arithmetic behind every EMI schedule.

10. Conclusion

The chapter's own summary is three lines:

  • Algebra is very useful in modelling and understanding numerical scenarios, which is why it occurs in almost all of mathematics, science and beyond.
  • Algebra is an indispensable tool in justifying mathematical statements.
  • It was applied here to 'think of a number' tricks, number pyramids, grids, forming numbers to maximise products, divisibility tricks and various other problems.

The second line is the one that matters. Everywhere else, algebra finds a number; here it settles a claim about every number at once — and it settles a dozen apparently unrelated puzzles with the same handful of moves: write the expanded form, name the unknown, and see what cancels.

The chapter also keeps asking you to invent: change the trick, design your own calendar block, build a puzzle for a friend. That is not decoration. Solving a puzzle shows you followed a method; designing one shows you understood why it works.


Appendix — Linear Equations: The Assumed Prerequisite

The chapter opens by saying equation-solving is already known from Grade 7. This is the refresher.

The balance principle

An equation stays true if you do the same thing to both sides — add, subtract, multiply or divide (never by zero).

3x + 5 = 20 → subtract 5 → 3x = 15 → divide by 3 → x = 5

Transposition

Moving a term across the equals sign flips its operation. It is the balance principle written more briefly.

Moves across as
+ becomes −
− becomes +
× becomes ÷
÷ becomes ×

5x − 7 = 3x + 9 → 5x − 3x = 9 + 7 → 2x = 16 → x = 8

Standard steps

  1. Clear brackets
  2. Clear fractions by multiplying through by the LCM of the denominators
  3. Collect the variable terms on one side, constants on the other
  4. Simplify and divide by the coefficient
  5. Verify by substituting into the original equation

Translating a word problem

State clearly what the letter means, then convert each phrase in turn. "A number is doubled and 7 added; the result is 19" becomes 2x + 7 = 19, so x = 6.

Verification must be against the original wording, not against your own equation — that is how a mis-translation is caught.

Key formulas & results

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

Expanded form of a two-digit number
'ab' = 10a + b
The single most useful move in the chapter — every divisibility trick becomes obvious once the 10 is visible.
Reverse and subtract
(10b + a) − (10a + b) = 9(b − a)
Always a multiple of 9, and the quotient is |a − b|, the difference of the digits.
Reverse and add
(10a + b) + (10b + a) = 11(a + b)
Always a multiple of 11, and the quotient is a + b, the sum of the digits.
Cycling a three-digit number
abc + bca + cab = 111(a + b + c) = 3 × 37 × (a + b + c)
Each digit visits the hundreds, tens and units place exactly once, which is where the 111 comes from.
Repeating a three-digit number
abcabc = abc × 1001 = abc × 7 × 11 × 13
1001 factorises into three consecutive primes, which is the whole secret of the divide-by-7-11-13 trick.
Top of a three-row pyramid
a + 2b + c
The middle number counts twice. Equivalently (a + b + c) + b.
Top of a four-row pyramid
a + 3b + 3c + d = (a + d) + 3(b + c)
Coefficients 1, 3, 3, 1 — a row of Pascal's triangle, because each counts the upward paths to the top.
Fibonacci pyramid
bottom row V₁ … Vₙ ⟹ top = V₍₂ₙ₋₁₎
Row k from the bottom is the run V(2k−1) … V(n+k−1). Every entry is a Virahāṅka-Fibonacci number.
2 × 2 calendar block
sum = 4a + 16, so a = (sum ÷ 4) − 4
One right is +1 day, one down is +7 days. A 3 × 3 block sums to 9 × its centre.
Date trick
×5, +6, ×4, +9, ×5, +D gives 100M + 165 + D
Subtract 165; the last two digits are the day and what remains is the month.
Largest product from digits p < q < r
qp × r
Largest digit as the multiplier, other two in decreasing order. 2,3,5 → 32 × 5 = 160.
Doubling with a fixed toll
x ↦ 2x − c, and after k rounds 2ᵏx − c(2ᵏ − 1)
Grows if c < x, stays put if c = x, shrinks if c > x. Hits zero in k rounds when c = 2ᵏx/(2ᵏ − 1).
⚠️

Common mistakes & fixes

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

WATCH OUT
Testing a trick on a few numbers and calling it proved
Ten examples are ten examples; one letter carried through the steps covers every number at once. That is the whole point of the chapter — algebra is being used to *justify*, not to compute.
WATCH OUT
Treating 'ab' as a × b instead of 10a + b
In these digit puzzles 'ab' names a two-digit numeral. Always write it as 10a + b before doing anything; the divisibility results are invisible otherwise.
WATCH OUT
Trying to fill every pyramid by adding upwards
The rule also runs backwards as a subtraction: a lower box equals the box above minus its neighbour. And when neither direction can start, name the unknowns and let the rule hand you equations.
WATCH OUT
Forgetting that the middle entry of a pyramid counts twice
The middle number feeds both boxes of the row above, so the top of a three-row pyramid is a + 2b + c, not a + b + c. For four rows the coefficients are 1, 3, 3, 1.
WATCH OUT
Putting the two largest digits into the two-digit number
The multiplier acts on *both* digits of the multiplicand, so it should be the largest digit. For 3, 5, 9 the answer is 53 × 9 = 477, well ahead of the tempting 95 × 3 = 285.
WATCH OUT
Getting the direction of a transfer wrong
The cows move — one side goes down by 3 and the other up by 3, so the gap closes by 6, not 3. Write both new amounts before setting them equal.
WATCH OUT
Subtracting the wrong constant in the date trick
The constant is whatever the added numbers grow into: the 6 is multiplied by 4 then 5 giving 120, the 9 is multiplied by 5 giving 45, and 120 + 45 = 165. Change a step and the constant changes with it.
WATCH OUT
Ignoring the fixed cost in a profit question
Separate the fixed daily cost from the per-item cost. Each ₹50 dosa contributes ₹40 towards the ₹5000 rent plus the ₹2000 target, so 7000 ÷ 40 = 175 dosas — and 125 of those merely pay the rent.

NCERT exercises (with solutions)

Every NCERT exercise from this chapter — what it covers and how many questions to expect.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Algebra Play?

8 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

8 questions~6 min worth ~10 marks in Rajasthan (RBSE) exams

5-minute revision

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

  • A two-digit number 'ab' means 10a + b, not a × b — write it out before proving anything
  • Reverse and subtract: (10b + a) − (10a + b) = 9(b − a), quotient |a − b|
  • Reverse and add: (10a + b) + (10b + a) = 11(a + b), quotient a + b
  • Cycling three digits: abc + bca + cab = 111(a + b + c), and 111 = 3 × 37
  • Repeating three digits: abcabc = abc × 1001, and 1001 = 7 × 11 × 13
  • A 'think of a number' trick works when the coefficient of x is 1 before the original number is subtracted
  • Adding 2k in the doubling trick makes the answer k
  • The date trick builds 100M + 165 + D; subtract 165, last two digits give the day
  • Number pyramid rule: each box is the sum of the two below, and read backwards it is a subtraction
  • Top of a three-row pyramid = a + 2b + c; of a four-row pyramid = a + 3b + 3c + d = (a + d) + 3(b + c)
  • Pyramid coefficients are rows of Pascal's triangle, counting upward paths to the top
  • A pyramid on the first n Virahāṅka-Fibonacci numbers has every entry in the sequence and V(2n−1) on top
  • A 2 × 2 calendar block is a, a + 1, a + 7, a + 8 and sums to 4a + 16
  • A 3 × 3 calendar block sums to 9 × its centre; a plus-shape sums to 5 × its centre
  • An algebra grid is simultaneous equations in disguise — start with the row having the fewest shapes
  • Largest product from p < q < r is qp × r: largest digit as multiplier, the rest in decreasing order
  • Doubling with a toll c: grows if c < x, steady if c = x, ruinous if c > x
  • Profit = revenue − (fixed cost + variable cost); the contribution per item pays off the fixed cost

Rajasthan (RBSE) marks blueprint

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

Typical chapter weightage: 8-10 marks per chapter

Question typeMarks eachTypical countWhat it tests
MCQ / Very Short12-3The top of a small pyramid; which number a reverse-and-subtract or reverse-and-add result is divisible by; the largest product from three digits; a 2 × 2 calendar block from its sum
Short Answer32Justifying a divisibility trick from expanded form; filling a pyramid with letter-numbers; an age, animal or cowherd puzzle; a profit-and-cost calculation
Long Answer51Proving a 'think of a number' trick and redesigning it; deriving the pyramid formulas and Pascal's coefficients; the full largest-product proof; the doubling-with-a-toll analysis
Prep strategy
  • Write 10a + b as the first line of every digit-trick proof, before doing anything else
  • Derive a + 2b + c and a + 3b + 3c + d yourself rather than memorising them, then use (a + d) + 3(b + c) for speed
  • Practise filling pyramids in all three ways — upwards by adding, downwards by subtracting, and by naming unknowns
  • Learn the two factorisations that carry three of the tricks: 111 = 3 × 37 and 1001 = 7 × 11 × 13
  • For every word problem, write down what each letter means before writing any equation
  • Invent one trick of your own for each type — designing a puzzle tests understanding far harder than solving one

Where this shows up in the real world

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

Checksums and error detection

The divisibility arguments here are the schoolroom version of check digits. Aadhaar numbers, ISBNs and bank account numbers all carry a digit computed from the others so that a single mistyped or transposed digit is caught — and transposition is caught precisely by the 9 and 11 arguments in this chapter.

Mental arithmetic and estimation

Knowing 1001 = 7 × 11 × 13 and 111 = 3 × 37 turns awkward divisions into instant ones, and the calendar shortcuts (sum ÷ 4 minus 4) are the kind of trick mental-maths performers build whole acts on.

Designing puzzles and games

Every card trick and number game with a guaranteed outcome is built exactly as this chapter builds them: arrange the steps so the unknown cancels. Once you can see the cancellation you can design your own, which is what the chapter repeatedly invites.

Break-even analysis in business

The dosa cart is a real costing problem. Separating a fixed daily cost from a per-item cost and computing the contribution per unit is how any small business decides its price and its daily target.

Compound growth with a fixed charge

Karim's tree is a loan or an investment in disguise: an amount that grows by a factor each period while a fixed sum is withdrawn. Whether it grows or collapses depends on exactly the comparison c < x, which is the arithmetic behind every EMI schedule.

Cryptography and number patterns

Modern encryption rests on properties of digits and remainders far beyond Class 8, but it begins with the same habit: writing numbers in a form that exposes their structure rather than their appearance.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

1
Begin every digit-trick proof by writing the number in expanded form — that line alone often carries a mark
2
State what each letter stands for before writing any equation in a word problem
3
In a pyramid question, say which direction you are working in and why, then show the arithmetic row by row
4
Check a pyramid by rebuilding it upwards from the completed bottom row
5
For 'always divisible by' questions, finish by factorising: 9(b − a), 11(a + b), 111(a + b + c) = 3 × 37 × (a + b + c)
6
In transfer problems, write both new quantities before setting them equal — direction errors are the commonest loss
7
Verify every answer by substituting back into the original wording, not into your own equation

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

STRETCH
Prove that the coefficient of the kth bottom entry in an n-row pyramid is the binomial coefficient C(n−1, k−1), and deduce that the top is the binomial transform of the bottom row
STRETCH
Show that a four-digit number minus its reverse is always divisible by 9, and find exactly which multiples of 9 can occur
STRETCH
Prove that a number is divisible by 11 exactly when its alternating digit sum is, and connect this to the reverse-and-add result
STRETCH
Investigate Kaprekar's constant 6174: subtract-and-reorder on any four-digit number reaches it in at most 7 steps — explain why
STRETCH
For the Virahāṅka-Fibonacci pyramid, prove V(2n−1) = sum over k of C(n−1, k) V(n+k−1) and interpret it as a binomial identity
STRETCH
Find all sets of three digits for which the largest product ties, and characterise them
STRETCH
Generalise Karim's problem to a growth factor g rather than 2: when does gx − c grow, and what c empties the purse in k rounds?
STRETCH
Show that a 2 × 2 block on a calendar has equal diagonal sums, and find every block shape whose sum is a whole multiple of its centre

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 8 School ExamVery High
Class 8 Olympiad (IMO / NSTSE)Very High — digit puzzles and pyramid patterns are staples
NMMS / NTSE-style scholarship testsHigh — number tricks and age/animal word problems
Class 9-10 Algebra and PolynomialsVery High — expanded form and identity-based proof carry straight over
Class 9 Number SystemsHigh — divisibility rules are proved the same way
Aptitude tests — number series and puzzlesVery High

Questions students ask

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

Because trying numbers can never finish the job. A 'think of a number' trick has infinitely many possible starting numbers, so no amount of testing proves it always works — it only fails to disprove it. One letter carried through the steps settles every case in three lines. That shift from *checking* to *justifying* is the point of the chapter, and it is what algebra is really for; solving for x is only one of its uses.

Because here a and b are digits and 'ab' names a two-digit numeral. Always translate first: 'ab' = 10a + b. Once the 10 is visible, everything falls out — the difference from the reverse is 9(b − a), the sum is 11(a + b), and the cyclic sum of a three-digit number is 111(a + b + c). Without expanded form none of these are visible at all, which is exactly why they feel like magic tricks.

Look at what you have. If a row is complete, add upwards. If you know a box and one of the two boxes feeding it, subtract to get the other. If neither can start — the page-139 pyramid with 60 on top and 12, ?, 8 at the bottom is the standard example — put letters in the empty boxes and let the rule hand you equations. Most mixed pyramids need all three moves in turn.

Because the multiplier acts on *both* digits of the two-digit number, so it gets used twice over. Comparing qp × r with rp × q, both contain the same term 10qr, and the decision falls to the leftover terms pr against pq — which r > q settles. With 3, 5, 9 the rule gives 53 × 9 = 477, while the tempting 95 × 3 gives only 285. The margin over the *runner-up* is small, though: 93 × 5 = 465, just 12 behind.

Trace the two numbers that get added. The 6 is later multiplied by 4 and then by 5, so it grows to 120; the 9 is multiplied by 5, so it grows to 45; and 120 + 45 = 165. Yes, the steps can be changed — you need only two things: the month must end up multiplied by 100 (here 5 × 4 × 5 = 100) so that it clears the two digits the day occupies, and you must know what the added numbers grow into. Add 3 and 7 instead of 6 and 9, for instance, and you subtract 95.
Verified by the tuition.in editorial team
Last reviewed on 2 August 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo