Back to ShikshaPal Explainer Class 8 / Math
ShikshaPal
Chapter 13 · Algebra

Algebra Play

Number Tricks, Puzzles, and Algebraic Thinking.

Everyday Mystery

Think of a Number... I Predict You Get 2!

Try this classic magic trick with a friend:

  1. Think of any number (keep it secret!)
  2. Double it
  3. Add 4
  4. Divide by 2
  5. Subtract your original number

I predict you got 2!

Try it with different starting numbers. Does the answer always come out to 2? Why does this trick work? The secret is algebra!

Feynman Bridge — Think of it this way…

Let's use a letter (variable) to represent "the number you thought of." Call it x.

Following the Steps with Algebra:

When you follow the steps with a letter instead of a number, the algebra "magically" simplifies:

  • Think of a number: x
  • Double it: 2x
  • Add 4: 2x + 4
  • Divide by 2: (2x + 4) ÷ 2 = x + 2
  • Subtract the original: (x + 2) − x = 2

Aha! The x cancels out, leaving only 2! No matter what number you started with, the result is always 2.

Deep Dive · Why Algebra Reveals the Truth

The trick works because algebra lets us "strip away" the specific number and see the underlying pattern. The steps were cleverly designed to make the variable cancel. This is the power of algebra—it shows us why something works, not just that it works.

The Principle: If we follow the same operations on any starting value, and the variable cancels completely, the result will always be a constant (a fixed number).

Logic Ladder: Designing Your Own Trick

Choose Your Target Answer

Decide what final answer you want. For example, let's aim for a final answer of 5.

Work Backwards with Algebra

Start with your target number and work backward:

  • Target: 5
  • Before the last step: If the last step was "subtract 3," then before that we had 5 + 3 = 8
  • Before that: If we divided by 2, then before that we had 8 × 2 = 16
  • And so on...

The more steps you add, the more impressive the trick!

Verify with Algebra

Use algebra to check that your steps truly always lead to the target. Replace "the starting number" with x and simplify. If all the x terms cancel, you've got a winner!

Number Pyramids: Building Patterns from Bottom Up

Feynman Bridge — Think of it this way…

In a number pyramid, each number is the sum of the two numbers directly below it:

Structure of a Pyramid:

        Top (single cell)
       /  \
    Middle cells
    /   |   \
Bottom row (given)

For example, if the bottom row is a, b, c, then:

  • Second row: a+b, b+c
  • Top: (a+b) + (b+c) = a + 2b + c
Deep Dive · Common Pyramid Mistake

WRONG: Trying to fill a pyramid from the top down.

RIGHT: Always start from the bottom. The top is determined by the bottom row—you can't choose it.

However, if only some cells are given, use algebra to set up equations. For example, if the top and one bottom cell are known, you can solve for the unknowns!

Deep Dive · Pattern Discovery: The Coefficient

Notice in the 3-row pyramid, the bottom row values appear with coefficients: 1a + 2b + 1c. These coefficients follow a pattern called Pascal's Triangle! For a 4-row pyramid, the coefficients would be 1, 3, 3, 1.

This reveals a beautiful mathematical structure hidden in simple stacking rules.

Calendar Magic: Algebra in a Grid

Feynman Bridge — Think of it this way…

A classic trick uses a calendar. Your friend picks a 2 × 2 grid of dates and tells you the sum. You instantly know which four dates they picked!

How the Trick Works:

Let's say the top-left date is a. In a calendar, dates in the same week increase by 1 going right and by 7 going down. So a 2 × 2 grid looks like:

      a        a+1
   a+7      a+8

Sum: a + (a+1) + (a+7) + (a+8) = 4a + 16

If they say the sum is 36, you solve: 4a + 16 = 36 → 4a = 20 → a = 5

So the grid contains the dates 5, 6, 12, 13!

Logic Ladder: Decoding Divisibility Tricks

The 2-Digit Reversal Trick

Pick a 2-digit number (say, 47). Reverse it (74). Find the difference (74 − 47 = 27). Divide by 9.

Result: 27 ÷ 9 = 3 (no remainder!)

Algebra Explains Why

Let the 2-digit number be represented as 10a + b (where a is tens digit, b is units digit).

Reversed number: 10b + a

Difference (assuming b > a): (10b + a) − (10a + b) = 10b − 10a + a − b = 9b − 9a = 9(b − a)

This is always divisible by 9! ✓

The Pattern Generalizes

This same principle works for other tricks. The key is finding operations that create a common factor (like 9, 11, etc.) that "hides" in the algebra.

Deep Dive · Algebra Mistakes to Avoid

Mistake 1: "Dividing 2x + 4 by 2 gives 2x + 2"

RIGHT: (2x + 4) ÷ 2 = (2x) ÷ 2 + 4 ÷ 2 = x + 2 (divide each term!)

Mistake 2: "In the expression x + 2x + 3, I can't combine anything"

RIGHT: x + 2x = 3x, so the expression becomes 3x + 3 (combine like terms!)

Mistake 3: "When solving 4a = 20, I subtract 4 from both sides"

RIGHT: Divide both sides by 4: a = 20 ÷ 4 = 5 (use inverse operations!)

Real-World Algebra: The Flowers & Ponds Problem

Feynman Bridge — Think of it this way…

A person has flowers. At three shrines, each with a magical pond, the flowers double when dipped in the pond. At each shrine, they leave some flowers behind. If they leave equal numbers at all three shrines, how many flowers did they start with?

Setting Up the Algebra:

Let x = starting number of flowers, and y = flowers left at each shrine.

Shrine 1: Double to 2x, leave y, so 2x − y remain

Shrine 2: Double the 2x − y to get 2(2x − y) = 4x − 2y, leave y, so 4x − 2y − y = 4x − 3y remain

Shrine 3: Double to 8x − 6y, leave y, so 8x − 6y − y = 8x − 7y remain

Since nothing remains after shrine 3: 8x − 7y = 0 → y = 8x/7

For whole flowers: x = 7, y = 8 works perfectly!

Socratic Sandbox — Test Your Thinking

Level 1 · Predict

Trick Preview: If I tell you to (a) Multiply by 3, (b) Subtract 6, (c) Divide by 3, will the final result depend on your starting number or always be the same?

Reveal Hint

Use algebra: Start with x, then follow the steps.

Reveal Answer

The result will depend on your starting number. Algebra: x → 3x → 3x−6 → (3x−6)÷3 = x−2. The final result is "your number minus 2," so it changes based on what you start with. This is NOT a magic trick!

Level 2 · Why

Pyramid Logic: In a 3-row number pyramid, why is the top always a + 2b + c if the bottom is a, b, c?

Reveal Hint

Work your way up from the bottom row. What's the second row?

Reveal Answer

Bottom: a, b, c. Second row: a+b, b+c. Top: (a+b)+(b+c) = a+2b+c. The middle term b appears twice because it touches both cells in the second row!

Level 3 · Apply

Create Your Trick: Design a "Think of a Number" trick that always produces the answer 10 as the final result.

Reveal Hint

Choose steps such that when simplified with x, only 10 remains.

Reveal Answer

One example: (a) Multiply by 2, (b) Subtract 6, (c) Add 16, (d) Divide by 2. Algebra: x → 2x → 2x−6 → 2x+10 → (2x+10)÷2 = x+5 → WRONG, this gives x+5! Let me fix: (a) Multiply by 5, (b) Subtract 3x (where x is original), (c) Add 10. Actually simpler: (a) Multiply by 0 (always 0), (b) Add 10. Result is always 10! (But this feels like cheating. Better: multiply by 2, add 4, subtract 2 times the original, then add 10: 2x+4−2x+10 = 14. Adjust to get 10.)

Level 3 · Apply

Calendar Magic: A friend picks a 2 × 2 grid on a calendar and says the sum is 64. What are the four dates?

Reveal Hint

Use the formula: Sum = 4a + 16, where a is the top-left date.

Reveal Answer

4a + 16 = 64 → 4a = 48 → a = 12. The four dates are 12, 13, 19, 20.

Level 3 · Apply

Divisibility Proof: Prove that for any 3-digit number abc (where a, b, c are digits), the number formed by repeating it as abcabc is always divisible by 7, 11, and 13.

Reveal Hint

Express abcabc algebraically. What is it equal to in terms of abc?

Reveal Answer

abcabc = abc × 1000 + abc = abc × (1000 + 1) = abc × 1001. Now, 1001 = 7 × 11 × 13. So abcabc is always divisible by 7, 11, and 13!

Deep Dive · Key Insights About Algebra
  • Variables are Placeholders: Letters like x let us represent ANY number and see patterns.
  • Simplification is Powerful: Algebra lets us simplify expressions to reveal hidden structure.
  • Cancellation Reveals Truth: When variables cancel in an expression, we've found something that's always true!
  • Equations are Balances: Both sides of an equation are equal. Perform the same operation on both sides to keep them balanced.
  • Patterns Are Everywhere: Number tricks, calendars, pyramids—all hide elegant algebra underneath.
Term / Concept
Number Puzzle
tap to flip
A mathematical challenge using numbers, operations, and logic to find a solution or pattern
Term / Concept
Magic Square
tap to flip
A square grid where numbers are arranged so all rows, columns, and diagonals sum to the same value
Term / Concept
Algebraic Trick
tap to flip
A clever algebraic manipulation to simplify calculations or solve problems unexpectedly
Term / Concept
Palindromic Number
tap to flip
A number that reads the same forwards and backwards. Example: 121, 1331, 12321
Term / Concept
Consecutive Numbers
tap to flip
Numbers in sequence differing by 1. Example: 5, 6, 7, 8
Term / Concept
Digital Root
tap to flip
The single digit obtained by repeatedly summing digits of a number. Digital root of 38 is 2 (3+8=11, 1+1=2)
Term / Concept
Divisibility Trick
tap to flip
A quick mental math shortcut to check if a number divides evenly without actual division
Term / Concept
Pattern Recognition
tap to flip
Identifying recurring sequences or relationships in numbers to predict or extend the pattern
8 cards — click any card to flip
In the magic square with values 1-9, what is the magic sum (each row, column, diagonal)?
  • A 12
  • B 15
  • C 18
  • D 21
What is the next palindromic number after 121?
  • A 131
  • B 141
  • C 151
  • D 222
The digital root of 29 is:
  • A 2
  • B 9
  • C 11
  • D 29
Which number cannot be part of a 3×3 magic square using 1-9?
  • A 1
  • B 5
  • C 9
  • D All can be used
Find the sum of all consecutive odd numbers from 1 to 9
  • A 16
  • B 25
  • C 30
  • D 36
0 / 5