Back to ShikshaPal Explainer Class 8 / Math
ShikshaPal
Chapter 5 · Number Theory

Number Play

Understanding Divisibility, Parity, and the Hidden Patterns in Numbers.

Everyday Mystery

The Mystery of the Four Numbers

Take ANY four consecutive numbers—say 3, 4, 5, 6. Now place + and − signs between them in ANY way you want. For example:

  • 3 + 4 + 5 + 6 = 18
  • 3 + 4 − 5 − 6 = −4
  • 3 − 4 − 5 + 6 = 0

Here's the puzzle: No matter which four numbers you pick, and no matter how you arrange the + and − signs, there's a RULE that ALWAYS holds. What could it be?

Try it yourself with 5, 6, 7, 8. Then try with 10, 11, 12, 13. What do you notice?

Feynman Bridge — Think of it this way…

When you add or subtract numbers, you're essentially combining them together. Think of it like mixing colored beads:

  • Red beads = positive numbers
  • Blue beads = negative numbers

When a red bead meets a blue bead, they cancel out (that's what + and − do). What determines if you end up with an even or odd number of remaining beads?

It's not about the individual colors—it's about the TOTAL pattern. With four consecutive numbers, something mathematical always happens:

Parity is preserved! The result of a ± b ± c ± d always has the SAME parity (even or odd) no matter how you arrange the signs, because when you flip a sign, the result changes by an even number.

What is Parity?

Every integer is either even (divisible by 2) or odd (leaves remainder 1 when divided by 2).

Examples: Even: 2, 4, −2, −8; Odd: 1, 3, −3, −5

Parity Rules for Addition & Subtraction

Learn these three rules:

  • even ± even = even
  • odd ± odd = even
  • even ± odd = odd

Key insight: The parity of a ± b is the SAME as the parity of a ∓ b (flipping the sign doesn't change parity!)

Deep Dive · Common Error Trap

Wrong: "If I add an even and odd number, I get even because one of them is even."

Right: even + odd = odd (and even − odd = odd too!). The parity depends on BOTH numbers interacting.

The Four-Number Mystery Explained

Let's call our four consecutive numbers a, b, c, d. Consider the expression a ± b ± c ± d.

When we FLIP the sign in front of one number (say + to −), the entire result changes by 2 times that number. Since 2 × (anything) is EVEN, flipping signs changes the result by an even amount.

Therefore, all eight possible sign combinations have the SAME parity as each other!

Deep Dive · The Algebraic Proof

If we start with a + b − c − d and change +b to −b:

New result − Old result = (a − b − c − d) − (a + b − c − d) = −2b

Since −2b is even, both expressions have the same parity. This logic applies to ANY sign flip!

Divisibility Goes Deeper

Multiples of 4: Some even numbers are multiples of 4 (4, 8, 12...), others aren't (2, 6, 10...).

When you add two even numbers that AREN'T multiples of 4, you often GET a multiple of 4. Why? Because they each have remainder 2 when divided by 4, and 2 + 2 = 4!

Deep Dive · Common Error Trap

Wrong: "If a number is divisible by 8, it MUST be divisible by 4."

Right: Any multiple of 8 IS divisible by 4 (8 = 2 × 4). But we're checking the divisibility chain: factors divide evenly.

The Divisibility Shortcut for 9

Here's a magic trick: A number is divisible by 9 if and only if the SUM OF ITS DIGITS is divisible by 9.

Why? Because 10 ≡ 1 (mod 9), 100 ≡ 1 (mod 9), and so on. So 427 = 4(100) + 2(10) + 7 ≡ 4 + 2 + 7 (mod 9).

Deep Dive · Divisibility by 11

The rule for 11 is trickier: alternating place values are +1 or −1 (mod 11). So for 462: 4(−1) + 6(1) + 2(−1) = −4 + 6 − 2 = 0 ≡ 0 (mod 11). Thus 462 is divisible by 11!

Remainders Tell Stories

Numbers that leave the SAME remainder when divided by something share algebraic patterns.

Example: Numbers leaving remainder 3 when divided by 5 are: 3, 8, 13, 18, 23... All have the form 5k + 3.

This is NOT the same as saying they're 3 more than a multiple of 5; it IS the same thing! Algebra captures the pattern precisely.

Socratic Sandbox — Test Your Thinking

Level 1 · Predict

Question 1: Without calculating, is 789 divisible by 9?

Reveal Hint

Add up the digits: 7 + 8 + 9 = 24. Is 24 divisible by 9? Then 789 is not divisible by 9.

Reveal Answer

No. The sum of digits is 7 + 8 + 9 = 24. Since 24 is not divisible by 9, neither is 789. (In fact, 24 leaves remainder 6 when divided by 9, so 789 also leaves remainder 6.)

Level 1 · Predict

Question 2: If you add two numbers that each leave remainder 3 when divided by 7, what remainder will their sum leave?

Reveal Hint

Think of the remainders: 3 + 3 = 6. But is 6 the final remainder when divided by 7?

Reveal Answer

Remainder 6. If a ≡ 3 (mod 7) and b ≡ 3 (mod 7), then a + b ≡ 3 + 3 ≡ 6 (mod 7).

Level 1 · Predict

Question 3: Is the product of two even numbers always divisible by 4?

Reveal Hint

Try examples: 2 × 4 = 8 (divisible by 4). But what about 2 × 6 = 12 (divisible by 4). What about 2 × 2 = 4? Yes. So...

Reveal Answer

Not always! Counterexample: 2 × 6 = 12, and 12 ÷ 4 = 3 ✓. But 2 × 2 = 4, and 4 ÷ 4 = 1 ✓. Actually, the product of two even numbers IS always divisible by 4 because both numbers have factor 2, so together they have factor 4. But 2 × 3 = 6 isn't even, so we're looking at even numbers. Let me reconsider: 2 × 2 = 4 ✓; 2 × 6 = 12 ✓; 6 × 6 = 36 ✓. Yes, always!

Level 2 · Why

Question 4: Why does the divisibility rule for 9 (sum of digits) work?

Reveal Hint

What is the remainder of 10, 100, 1000, etc. when divided by 9?

Reveal Answer

Because 10 ≡ 1 (mod 9), 100 ≡ 1 (mod 9), 1000 ≡ 1 (mod 9), and so on. So a number like dcba = d×1000 + c×100 + b×10 + a ≡ d + c + b + a (mod 9). Therefore, the remainder is the same!

Level 2 · Why

Question 5: If a number is divisible by 12, why must it be divisible by both 3 and 4?

Reveal Hint

What is the prime factorization of 12?

Reveal Answer

12 = 3 × 4, and 3 and 4 are coprime (no common factors). If 12 divides a number, then the number has factors 3 and 4. Therefore it's divisible by both.

Level 2 · Why

Question 6: Explain why the sum of two multiples of 8 is always a multiple of 8.

Reveal Hint

Write two multiples of 8 as 8a and 8b. What is their sum?

Reveal Answer

If m = 8a and n = 8b, then m + n = 8a + 8b = 8(a + b). Since a + b is an integer, m + n is a multiple of 8.

Level 3 · Apply

Question 7: A number leaves remainder 2 when divided by 5 and remainder 3 when divided by 7. What is the smallest such number?

Reveal Hint

Numbers of form 5k + 2 are: 2, 7, 12, 17, 22, 27, 32, 37, 42, 47, 52... Which of these leaves remainder 3 when divided by 7?

Reveal Answer

17. The number must be 5k + 2. Check: 2 (leaves 2 mod 7), 7 (leaves 0 mod 7), 12 (leaves 5 mod 7), 17 (leaves 3 mod 7) ✓. So 17 is the answer.

Level 3 · Apply

Question 8: Your friend claims that 3p7q8 is divisible by 44 if p = 3 and q = 2. Check if this is true.

Reveal Hint

44 = 4 × 11. Check divisibility by both 4 and 11 separately. For 4, look at the last two digits. For 11, use the alternating sum.

Reveal Answer

The number is 337928. Last two digits: 28. Is 28 divisible by 4? 28 ÷ 4 = 7 ✓. For 11: 8 − 2 + 9 − 7 + 3 − 3 = 8. Is 8 divisible by 11? No. So 337928 is NOT divisible by 44.

Level 3 · Apply

Question 9: Find three consecutive even numbers such that their sum is divisible by 6.

Reveal Hint

Let the numbers be 2n, 2n+2, 2n+4. Their sum is 6n + 6 = 6(n+1). Is this always divisible by 6?

Reveal Answer

Any three consecutive even numbers work! If they are 2n, 2n+2, 2n+4, the sum is 6n + 6 = 6(n+1), which is always divisible by 6. Examples: 2, 4, 6 (sum 12); 10, 12, 14 (sum 36).

Term / Concept
Divisibility
tap to flip
A number is divisible by another if it divides evenly with no remainder
Term / Concept
Multiple
tap to flip
A multiple of a number is obtained by multiplying it by any whole number. Multiples of 5: 5, 10, 15, 20, 25...
Term / Concept
Factor
tap to flip
A factor of a number divides it evenly. Factors of 12 are: 1, 2, 3, 4, 6, 12
Term / Concept
Prime Number
tap to flip
A number greater than 1 that has exactly two factors: 1 and itself. Examples: 2, 3, 5, 7, 11, 13
Term / Concept
Composite Number
tap to flip
A number greater than 1 that has more than two factors. Examples: 4, 6, 8, 9, 10, 12
Term / Concept
Even Number
tap to flip
A number divisible by 2 (ends in 0, 2, 4, 6, or 8)
Term / Concept
Odd Number
tap to flip
A number not divisible by 2 (ends in 1, 3, 5, 7, or 9)
Term / Concept
Divisibility Rules
tap to flip
Shortcuts to check if a number is divisible by another without dividing. Example: divisible by 5 if it ends in 0 or 5
8 cards — click any card to flip
Which number is divisible by both 3 and 5?
  • A 25
  • B 30
  • C 35
  • D 45
What are all the factors of 20?
  • A 1, 2, 4, 5, 10, 20
  • B 1, 2, 20
  • C 2, 4, 10
  • D 1, 20
Is 17 prime or composite?
  • A Prime (only factors 1 and 17)
  • B Composite (has more factors)
  • C Neither
  • D Both
Which is a multiple of 7?
  • A 48
  • B 50
  • C 56
  • D 60
How many multiples of 6 are there between 1 and 50?
  • A 7
  • B 8
  • C 9
  • D 10
0 / 5