๐Ÿ  Home/ ๐ŸŽ“ Prishita/ ๐Ÿ”ข Maths/ Ch 5
๐Ÿ“š All chapters
โœจ Term 1 Maths · Chapter 5

Number Play

Can you tell if a HUGE number is divisible by 9 or 11 — without dividing at all? Discover the shortcuts, crack cryptarithm puzzles, and try the live divisibility checker below!

1

Is this a multiple of…?

Hi, it's Patto! Take any 4 consecutive numbers, like 3, 4, 5, 6. Put + or − signs between them any way you like. No matter which signs you choose, the answer is always even! Let's find out why.
๐Ÿ“– Why this always works

Flipping just ONE sign (say, changing +b to −b) changes the total by 2b — and 2 times ANYTHING is always even. So flipping signs can never change whether the result is even or odd — it always stays the same parity!

Rule
odd ± odd = even
even ± even = even
odd ± even = odd
๐Ÿ’ก Key divisibility rules (proved with algebra!)

If a divides both M and N, then it divides M+N and M-N too. If a number is divisible by b AND by c, it's divisible by LCM(b, c) — NOT just b×c (careful: 12 is divisible by both 4 and 6, but NOT by 24!).

๐Ÿชจ The pebble riddle

Grouped by 3's, one pebble is left over. Grouped by 5's, one is still left over. Grouped by 7's, they divide perfectly. There are fewer than 100 pebbles. How many are there?

91 pebbles! (91 รท 3 leaves remainder 1, 91 รท 5 leaves remainder 1, and 91 รท 7 = 13 exactly.)

๐Ÿงช Always, Sometimes, or Never โ€” 8 worked examples from the book

Before the exercises, the book walks through 8 numbered statements about factors and multiples, deciding if each is Always True, Sometimes True, or Never True โ€” using algebra AND a rows-of-dots picture. These are the reasoning tools Q3 and Q12 below are built on!

The two numbers are multiples of 8: 8a and 8b. Picture them as rows of 8 dots โ€” a rows and b rows. Stack the rows together:

8a + 8b = 8(a + b) โ† still (a+b) full rows of 8 e.g. 8 + 16 = 8(1+2) = 24 16 + 56 = 72 80 + 120 = 200

Always true. In general, if a divides M and a divides N, then a divides both M+N and Mโˆ’N too.

A number divisible by 8 is 8m. It CAN be split as a sum of two multiples of 8, like 8m = 8a + 8b (e.g. 72 = 48+24). But it can ALSO be split as a sum of two numbers that are NOT multiples of 8, like 8m = p + q (e.g. 72 = 50+22, and neither 50 nor 22 is a multiple of 8).

Sometimes true. It depends how you split the number โ€” sometimes both parts are multiples of 8, sometimes neither is.

A number divisible by 7 is 7j. Any multiple of it is (7j) × m = 7jm โ€” that's m groups of j rows of 7, still a total that's a multiple of 7.

14 = 7ร—2 (j=2). Multiples of 14: 28=(7ร—2)ร—2, 70=(7ร—2)ร—5, 154=(7ร—2)ร—11 โ€” all multiples of 7.

Always true. In general, if A is divisible by k, then all multiples of A are also divisible by k.

A number divisible by 12 is 12m = 2ร—6ร—m = 3ร—4ร—m โ€” any factor of 12 (1,2,3,4,6,12) divides evenly into "12" itself, so it also divides evenly into "12m", covering complete rows every time.

Factors of 24 (=12ร—2): 1, 2, 3, 4, 6, 8, 12, 24 โ€” all divide 24 exactly.

Always true. In general, if A is divisible by k, then A is divisible by all the factors of k.

A number divisible by 7 is 7k. A multiple of 7 is 7m. Now 7k is divisible by 7m ONLY when k is itself a multiple of m (say k = ym, so 7k รท 7m = 7ym รท 7m = y, a whole number).

42 (=7ร—6) is divisible by 7 AND by 14 (=7ร—2), since 6 is a multiple of 2. 42 is divisible by 7 but NOT by 28 (=7ร—4), since 6 is not a multiple of 4.

Sometimes true.

9 and 4 share NO common factor (they're coprime), so LCM(9,4) = 9ร—4 = 36.

Always true โ€” a number divisible by both 9 and 4 must be divisible by LCM(9,4) = 36.

6 and 4 share a common factor of 2 (NOT coprime), so LCM(6,4) = 12, not 24. Example: 12 is divisible by both 6 and 4, but NOT by 24.

Never true (the correct guaranteed divisor is only LCM(6,4)=12). In general: if A is divisible by k AND by m, then A is divisible by LCM(k, m) โ€” not necessarily by k×m.

Every multiple of 6 is even. But an odd + an even number is always ODD. An odd number can never equal an even multiple of 6 โ€” contradiction straight away! Algebraically, suppose it COULD happen:

2n + (2m + 1) = 6j 2n + 2m = 6j โˆ’ 1 2(n + m) = 6j โˆ’ 1

Never true โ€” the left side 2(n+m) is always EVEN, but the right side 6jโˆ’1 is always ODD. An even number can never equal an odd number, so this can never happen.

โž— What Remains?

Find a number that leaves remainder 3 when divided by 5 โ€” like 3, 8, 13, 18, 23… Which ALGEBRAIC expression correctly captures ALL such numbers?

Numbers that leave remainder 0 when divided by 5 are the multiples of 5, written 5k. We want numbers that are 3 MORE than a multiple of 5 โ€” so the number should be 5k + 3.

(i) 3k+5 โ†’ does NOT always give remainder 3 รท 5 (e.g. k=1 โ†’ 8, remainder 3 โœ“ but k=2 โ†’ 11, remainder 1 โœ—) โ€” WRONG (ii) 3kโˆ’5 โ†’ k=1 โ†’ โˆ’2, not even the right shape โ€” WRONG (iii) 3k/5 โ†’ not even always a whole number โ€” WRONG (iv) 5k+3 โ†’ k=0,1,2,3,4 โ†’ 3, 8, 13, 18, 23 โ€” always remainder 3 โœ“ CORRECT (v) 5kโˆ’2 โ†’ k=1,2,3,4,5 โ†’ 3, 8, 13, 18, 23 โ€” same numbers as 5k+3, just shifted k โœ“ CORRECT (vi) 5kโˆ’3 โ†’ k=1 โ†’ 2, remainder 2 not 3 โ€” WRONG

Both (iv) 5k+3 AND (v) 5kโˆ’2 work! They describe the exact same set of numbers โ€” just with k starting from a different place (kโ‰ฅ0 for 5k+3, or kโ‰ฅ1 for 5kโˆ’2).

k01234
5k + 338131823
k12345
5k โˆ’ 238131823

Notice both tables give the SAME output numbers (3, 8, 13, 18, 23…) โ€” just a different starting value of k. That's why both expressions correctly describe "numbers 3 more than a multiple of 5".

๐Ÿ“— Figure It Out โ€” Section 5.1

If p is the BIGGEST, the others count down from it one at a time.

p โˆ’ 1, p โˆ’ 2, p โˆ’ 3, p โˆ’ 4

(i) The sum of two even numbers is a multiple of 3. Sometimes true โ€” 2+4=6 โœ“ multiple of 3, but 2+6=8 โœ— not.

(ii) If a number is not divisible by 18, then it is also not divisible by 9. Sometimes true โ€” 30 is not divisible by 18 or 9 (fits), but 27 is not divisible by 18 yet IS divisible by 9 (breaks it).

(iii) If two numbers are not divisible by 6, their sum is not divisible by 6. Sometimes true โ€” 9+11=20, not divisible by 6 (fits), but 8+10=18, which IS divisible by 6 (breaks it).

(iv) The sum of a multiple of 6 and a multiple of 9 is a multiple of 3. Always true โ€” multiple of 6 = 6x, multiple of 9 = 9y. Sum = 6x+9y = 3(2x+3y), which always has 3 as a factor.

(v) The sum of a multiple of 6 and a multiple of 3 is a multiple of 9. Sometimes true โ€” 18+9=27 โœ“ multiple of 9, but 12+9=21 โœ— not (21รท9 is not exact).

If x is the number, then xโˆ’2 must be a multiple of BOTH 3 and 4 โ€” so xโˆ’2 must be a multiple of LCM(3,4) = 12.

x โˆ’ 2 = 12, 24, 36, ... x = 14, 26, 38, ... General form: 12n + 2

Let the three numbers be 6a+2, 6b+2, 6c+2.

Sum = 6a + 6b + 6c + 6 = 6(a + b + c + 1)

Yes, Tathagat's claim is true! The sum is always 6 times a whole number. (We meet this exact case study again in the exam-practice section below.)

Write both numbers algebraically: 4779 = 7p+5 and 661 = 7q+3.

4779 + 661 = 7p + 7q + 8 = 7(p+q+1) + 1 โ†’ remainder 1 4779 โˆ’ 661 = 7p + 5 โˆ’ 7q โˆ’ 3 = 7(pโˆ’q) + 2 โ†’ remainder 2

Visually: think of 4779 as "5 extra beyond a stack of 7s" and 661 as "3 extra beyond a stack of 7s". Adding the extras (5+3=8) gives 1 full extra 7 plus 1 left over; subtracting the extras (5โˆ’3=2) leaves 2 over.

2

Breaking Even & Pairs to Make Fours

Two fun in-book activities about spotting even numbers โ€” WITHOUT actually calculating them fully!

๐Ÿ”ข Activity: Breaking Even

Without computing the full answer, which of these ARITHMETIC expressions are even?

ExpressionEven or odd?Why
43 + 37Even โœ…odd + odd = even
672 โˆ’ 348Even โœ…even โˆ’ even = even
4 ร— 347 ร— 3Even โœ…has a factor of 4 (even ร— anything = even)
708 โˆ’ 477Odd โŒeven โˆ’ odd = odd
809 + 214Odd โŒodd + even = odd
119 ร— 303Odd โŒodd ร— odd = odd
543 โˆ’ 479Even โœ…odd โˆ’ odd = even
513 ร— 3Odd โŒodd ร— odd = odd

Now the ALGEBRAIC expressions โ€” which ALWAYS give an even number, for ANY whole numbers put in?

ExpressionAlways even?Why
2a + 2bYes โœ…= 2(a+b) โ€” factor of 2
3g + 5hNo โŒg=1,h=1 gives 8 (even) but g=1,h=2 gives 13 (odd)
4m + 2nYes โœ…= 2(2m+n) โ€” factor of 2
2u โˆ’ 4vYes โœ…= 2(uโˆ’2v) โ€” factor of 2
13k โˆ’ 5kYes โœ…simplifies to 8k โ€” factor of 2
6m โˆ’ 3nNo โŒ= 3(2mโˆ’n); m=1,n=1 gives 3 (odd)
xยฒ + 2No โŒx=6 gives 38 (even) but x=3 gives 11 (odd) โ€” xยฒ keeps the parity of x
bยฒ + 1No โŒb=2 gives 5 (odd) but b=3 gives 10 (even)
4k ร— 3jYes โœ…= 12kj โ€” factor of 2 (in fact factor of 12)
๐Ÿ’ก The pattern

An expression is ALWAYS even only when EVERY term is guaranteed even โ€” usually because you can pull out a common factor of 2 from the whole expression, like 4m+2q = 2(2m+q).

๐Ÿ”ข Activity: Pairs to Make Fours

Take a pair of even numbers and add them. Is the sum ALWAYS a multiple of 4? Even numbers split into two types: multiples of 4 (remainder 0), and non-multiples of 4 (remainder 2).

CaseAlgebraResultExamples
multiple of 4 + multiple of 44p + 4q= 4(p+q) โ€” always mult. of 412+16=28 โœ“
non-mult of 4 + non-mult of 4(4p+2)+(4q+2)= 4(p+q+1) โ€” always mult. of 4 (the two 2's add up to 4)6+10=16 โœ“
multiple of 4 + non-mult of 44p + (4q+2)= 4(p+q)+2 โ€” never a mult. of 4 (remainder 2 left over)12+6=18 โœ—
๐Ÿ“– Why this matches even + odd

It's the SAME idea as even+even=even and even+odd=odd โ€” just one level deeper. Two numbers that "match remainders" (both 0 mod 4, or both 2 mod 4) combine to a clean multiple of 4. Two numbers with DIFFERENT remainders mod 4 don't.

3

Divisibility shortcuts

๐Ÿ“– Divisible by 9? Just add the digits!

A number is divisible by 9 if and only if the sum of its digits is divisible by 9. Keep adding digits until you get a single digit โ€” that's the remainder when dividing by 9!

๐Ÿ”Ž Worked example: is 7309 divisible by 9?
7+3+0+9 = 19 1+9 = 10 1+0 = 1
7309 รท 9 leaves remainder 1 โ€” NOT divisible by 9.

All FOUR statements are true! This is because "divisible by 9" and "digit sum divisible by 9" are exactly the SAME condition โ€” they always happen together, and are always absent together. Statements (i)/(ii) are the "if...then" pair proving the rule works both ways; (iii)/(iv) are just their opposite (contrapositive) versions, which are automatically true whenever the original statement is true.

๐Ÿ“— Figure It Out โ€” divisibility by 9

123 โ†’ 1+2+3=6 โ†’ NOT divisible 405 โ†’ 4+0+5=9 โ†’ DIVISIBLE โœ“ 8888 โ†’ 8+8+8+8=32 โ†’ NOT divisible 93547 โ†’ 9+3+5+4+7=28 โ†’ NOT divisible 358095 โ†’ 3+5+8+0+9+5=30 โ†’ NOT divisible

Only 405 is divisible by 9.

Only even digits allowed: 0, 2, 4, 6, 8. Their digit sum must be a multiple of 9 โ€” but you can't make 9 itself from even digits (it's odd!), so the SMALLEST possible digit sum is 18.

2 + 8 + 8 = 18 Arrange smallest first: 288

288 (2+8+8=18, divisible by 9, and every digit is even).

6000 รท 9 = 666.67 666 ร— 9 = 5994 (6 away) 667 ร— 9 = 6003 (3 away)

6003 is closer (only 3 away, vs 5994 which is 6 away).

First multiple of 9 after 4300 is 4302, last one before 4400 is 4392.

4302, 4311, 4320, 4329, 4338, 4347, 4356, 4365, 4374, 4383, 4392

11 multiples of 9 lie between 4300 and 4400.

๐Ÿ’ก Same trick works for divisibility by 3

A number is divisible by 3 if the sum of its digits is divisible by 3 โ€” same idea as the rule for 9!

๐ŸŽฎ Try the live divisibility-by-9 checker

โš ๏ธ Divisibility by 11 is trickier โ€” signs alternate!

Starting from the units digit, place alternating +/− signs on each digit, then add. If the result is 0 (or a multiple of 11), the number is divisible by 11!

๐Ÿ”Ž Worked example: is 328105 divisible by 11?
โˆ’3 +2 โˆ’8 +1 โˆ’0 +5 = โˆ’3
Result is โˆ’3, so 328105 is 3 away from a multiple of 11 โ€” NOT divisible.
(i) 158 โ†’ โˆ’1+5โˆ’8 = โˆ’4 โ†’ remainder 4 (ii) 841 โ†’ โˆ’8+4โˆ’1 = โˆ’5 โ†’ remainder 5 (iii) 481 โ†’ โˆ’4+8โˆ’1 = +3 โ†’ 3 more, i.e. remainder 8 (iv) 5529 โ†’ โˆ’5+5โˆ’2+9 = +7 โ†’ remainder 7 (v) 90904 โ†’ โˆ’9+0โˆ’9+0โˆ’4 = โˆ’22 โ†’ DIVISIBLE by 11 (vi) 857076 โ†’ โˆ’8+5โˆ’7+0โˆ’7+6 = โˆ’11 โ†’ DIVISIBLE by 11

Answers: 4, 5, 8, 7, divisible, divisible.

๐ŸŽฎ Try the live divisibility-by-11 checker

๐Ÿ“‹ Fill in the blanks: divisibility table

Cover the table, work out each Yes/No yourself using the shortcuts, then check!

Number23456891011
128YesNoYesNoNoYesNoNoNo
990YesYesNoYesYesNoYesYesYes
1586YesNoNoNoNoNoNoNoNo
275NoNoNoYesNoNoNoNoYes
6686YesNoNoNoNoNoNoNoNo
639210YesYesNoYesYesNoNoYesYes
429714YesYesNoNoYesNoYesNoNo
2856YesYesYesNoYesYesNoNoNo
3060YesYesYesYesYesNoYesYesNo
406839NoYesNoNoNoNoNoNoNo

Quick way: check 2 (last digit even), 5 (last digit 0/5), 4 (last 2 digits รท4), 8 (last 3 digits รท8), 3 & 9 (digit sum), 10 (last digit 0), 6 (divisible by BOTH 2 and 3), 11 (alternating sum).

๐Ÿ“– Worked example: checking divisibility by 6 and 24

To check divisibility by 6, use the shortcuts for its factors 2 AND 3 together โ€” a number is divisible by 6 only if BOTH work.

38 โ†’ even? yes. digit sum 3+8=11, รท3? no โ†’ NOT div by 6 (38รท6 = 6.33) 225 โ†’ even? no โ†’ NOT div by 6 (225รท6 = 37.5) 186 โ†’ even? yes. digit sum 1+8+6=15,รท3? yes โ†’ DIVISIBLE by 6 (186รท6=31) 64 โ†’ even? yes. digit sum 6+4=10, รท3? no โ†’ NOT div by 6 (64รท6 = 10.67)

But this "check both factors" trick only works when the two factors share NO common factor (are coprime). 4 and 6 both share a factor of 2, so checking 4-and-6 only guarantees divisibility by LCM(4,6)=12 โ€” NOT 24! Instead, check 3-and-8 (which ARE coprime โ€” 3ร—8=24=LCM(3,8)) to correctly test for divisibility by 24.

4

Digital roots

๐Ÿ“– What's a digital root?

Keep adding a number's digits together, over and over, until only ONE digit remains. That final digit is the digital root.

๐Ÿ‡ฎ๐Ÿ‡ณ An ancient Indian shortcut-checking trick

Aryabhata II (c. 950 CE) described this exact digital-root method in his work Mahฤsiddhฤnta โ€” used for over a thousand years to double-check arithmetic calculations!

๐Ÿ’ก Digital root connects directly to remainder รท 9

If a number's digital root is 9, its remainder when divided by 9 is 0. If the digital root is LESS than 9, that digital root IS the remainder! Digital roots are just a fast way to find remainders รท 9.

(i) Digital root 5: 608, 617, 626, 635, 644, 653, 662, 671, 680, 689, 698.

(ii) Digital root 7: 601, 610, 619, 628, 637, 646, 655, 664, 673, 682, 691.

(iii) Digital root 3: 606, 615, 624, 633, 642, 651, 660, 669, 678, 687, 696.

๐Ÿ’ก Digital roots of consecutive multiples repeat in a cycle!

Multiples of 3: digital roots go 3, 6, 9, 3, 6, 9, ... โ€” a cycle of 3.

Multiples of 4: digital roots go 4, 8, 3, 7, 2, 6, 1, 5, 9, 4, 8, 3, ... โ€” a cycle of 9.

Multiples of 6: digital roots go 6, 3, 9, 6, 3, 9, ... โ€” a cycle of 3.

๐Ÿงฉ The digital-root riddle poem

"I'm made of digits, each tiniest and odd,
No shared ground with root #1 โ€” how odd!
My digits count, their sum, my root โ€”
All point to one bold number's pursuit โ€”
The largest odd single-digit I proudly claim.
What's my number? What's my name?"

Clue-breaking: "made of digits, each tiniest and odd" โ†’ every digit is 1 (the smallest odd digit, "no shared ground with root #1" is a wordplay hint too). "The largest odd single-digit" = 9 โ†’ the digit COUNT, the digit SUM, and the digital ROOT must all equal 9. Nine 1's have digit sum 1ร—9=9, and digital root 9 too โ€” it all fits!

The number is 1,11,11,11,111 (nine 1's) โ€” in the Indian place-value system that's read as "eleven crore eleven lakh eleven thousand one hundred eleven".

๐Ÿ“— Figure It Out โ€” digital roots

Adding 10 to a number usually just adds 1 to the tens digit โ€” which adds 1 to the digit sum too (as long as there's no carrying/borrowing, e.g. 40000001 + 10 = 40000011).

Digital root: 5 + 1 = 6

Start with 10, keep adding 11: 10, 21, 32, 43, 54, 65, 76, 87, 98, 109, 120, ...

10โ†’1, 21โ†’3, 32โ†’5, 43โ†’7, 54โ†’9, 65โ†’2, 76โ†’4, 87โ†’6, 98โ†’8, 109โ†’1, 120โ†’3, ...

The digital roots go up by 2 each time (wrapping around after 9): 1,3,5,7,9,2,4,6,8,1,3,... โ€” because adding 11 is like adding 1+1=2 to the digit sum (until a carry resets things).

9a + 36b + 13 = 9a + 36b + 9 + 4 = 9(a + 4b + 1) + 4

9(a+4b+1) is ALWAYS a multiple of 9, whose digital root is always 9. Adding the leftover 4 pushes the digital root to 9 + 4 = 13 โ†’ 1+3 = 4.

(i) Parity vs digital root: No consistent pattern โ€” a number can be even or odd no matter what its digital root is (e.g. digital root 4 can come from 4, 13, 22, 31... which alternate even/odd).

(ii) Digital root vs remainder mod 3 / mod 9: Digital roots 3, 6, 9 โ†’ remainder 0 mod 3. Digital roots 1, 4, 7 โ†’ remainder 1 mod 3. Digital roots 2, 5, 8 โ†’ remainder 2 mod 3. And for mod 9: if digital root is 9, remainder mod 9 is 0; otherwise the digital root itself IS the remainder mod 9.

5

Digits in disguise (cryptarithms)

In a cryptarithm, each letter secretly stands for a digit โ€” and the first digit of any number can never be 0.

โž• Four addition cryptarithms

(i) A=7, B=9 โ†’ 71 + 19 = 90 (ii) A=2, B=5 โ†’ 25 + 37 = 62 (iii) N=1,O=3,P=9 โ†’ 31 + 31 + 31 = 93 (iv) Q=8,R=5,P=2 โ†’ 85 + 85 + 85 = 255
๐Ÿ” Worked example: PQ × 8 = RS

PQ is a 2-digit number, and multiplying by 8 must STILL give a 2-digit number (RS). What's the biggest PQ could be?

12 ร— 8 = 96 โœ“ (still 2 digits) 13 ร— 8 = 104 โœ— (jumps to 3 digits!)
So PQ must be 12 or smaller โ€” and 12 ร— 8 = 96 works perfectly!

In GH × H = 9K, the SAME digit H must be both the units digit of GH AND the number we're multiplying by. Check each option for that:

11ร—9=99 โ†’ units digit 1, multiplier 9 โ†’ don't match, and G=H=1 anyway โœ— 12ร—8=96 โ†’ units digit 2, multiplier 8 โ†’ don't match โœ— 46ร—2=92 โ†’ units digit 6, multiplier 2 โ†’ don't match โœ— 24ร—4=96 โ†’ units digit 4, multiplier 4 โ†’ MATCH! G=2,H=4,K=6, all different โœ“ 47ร—2=94 โ†’ units digit 7, multiplier 2 โ†’ don't match โœ— 31ร—3=93 โ†’ units digit 1, multiplier 3 โ†’ don't match โœ— 16ร—6=96 โ†’ units digit 6, multiplier 6 โ†’ match, but then K=6=H โ€” not allowed! โœ—

24 × 4 = 96 is the answer — G=2, H=4, K=6.

Since the product RAY is only a 3-digit number, B can't be 2 or more (200ร—6=1200, already 4 digits) โ€” so B = 1.

Now think about Y: if Y were 7 or more, say Y=7, then BYE would be at least 170-something, and 170 × 6 = 1020 — a 4-digit number, too big! So Y cannot be 7, 8, or 9.

Also, the LAST digit of BYEร—6 must come back around to Y again (since the answer ends in ...AY, and Y is BYE's middle digit โ€” the multiplication's units digit E×6 must produce a units digit that, after carrying, keeps the pattern consistent). Working through it, Y must be even.

Testing Y=0, and searching for a valid E: B=1, Y=0, E=5 โ†’ BYE = 105 105 ร— 6 = 630 โ†’ R=6, A=3, and the last digit is 0 = Y โœ“ All digits B,Y,E,R,A = 1,0,5,6,3 are different โœ“

105 × 6 = 630 — so B=1, Y=0, E=5, R=6, A=3.

๐Ÿ’ก Cryptarithm-solving strategy

Look at size constraints first (how many digits can the answer have?), then test small numbers systematically. Each letter = exactly one digit, used consistently everywhere it appears!

โœ–๏ธ Six more multiplication cryptarithms โ€” "Solve the following"

(i) U=5,T=0,P=1 โ†’ 50 ร— 3 = 150 (ii) A=1,B=9,C=5 โ†’ 19 ร— 5 = 95 (iii) L=1,N=5,P=0 โ†’ 125 ร— 2 = 250 (iv) X=2,Y=3,Z=9 โ†’ 23 ร— 4 = 92 (v) P=2,Q=1,R=4 โ†’ 22 ร— 11 = 242 (vi) J=7,K=4 โ†’ 74 ร— 6 = 444
6

Every question from the book

Cover the answer, try it yourself first, then tap to check!
7 + 8 + 9 + 10 = 34

Notice each remainder is exactly ONE LESS than its divisor (2=3โˆ’1, 3=4โˆ’1, 4=5โˆ’1) โ€” so the number is 1 less than a common multiple of 3, 4, and 5.

LCM(3,4,5) = 60 Smallest number = 60 โˆ’ 1 = 59

Digit sum: 3+1+z+5 = 9+z, which must be a multiple of 9.

z = 0 โ†’ 3105 (digit sum 9) โœ“ z = 9 โ†’ 3195 (digit sum 18) โœ“

Two answers: z=0 or z=9 โ€” both make the digit sum a multiple of 9!

(i) Yes, always true! Reversing digits never changes the digit SUM โ€” and divisibility by 9 only depends on the digit sum.

(ii) Yes โ€” ANY shuffle works, not just reversing! You can rearrange the digits into ANY order you like (not just backwards) and the number will STILL be a multiple of 9. That's because shuffling digits around only changes their POSITIONS, never their VALUES โ€” so the digit sum stays exactly the same no matter how you mix them up. Example: 4527 (digit sum 18, รท9 โœ“) can be shuffled to 2745, 7254, 5274, etc. โ€” every shuffle has digit sum 18, so every shuffle is still divisible by 9.

False! Any multiple of 11 is 11k. Doubling gives 22k = 11(2k) โ€” still ALWAYS a multiple of 11, no exceptions ever.

2 consecutive integers: always a multiple of 2 โ€” one of any two consecutive numbers must be even, so their product is always even.

3 consecutive integers: always a multiple of 6 (2ร—3=6) โ€” there's always at least one multiple of 2 and one multiple of 3 among any 3 consecutive numbers.

4 consecutive integers: always a multiple of 24 (2ร—3ร—4=24) โ€” same idea, extended!

5 consecutive integers: always a multiple of 120 (2ร—3ร—4ร—5=120) โ€” among any 5 consecutive integers there's always at least one multiple each of 2, 3, 4, and 5.

Let the numbers be a=12n+8 and b=12m-4.

a + b = 12(n+m) + 4 = 12k + 4

Snehal is WRONG. The sum is always 4 more than a multiple of 12, but that's NOT guaranteed to be a multiple of 8. Try k=2: 12(2)+4=28, and 28รท8=3.5 โ€” not a multiple of 8!

Let the two multiples of 3 be 3m and 3n.

3m + 3n = 3(m + n)

This is a multiple of 6 exactly when (m+n) is EVEN โ€” i.e. when m and n have the SAME parity (both even or both odd). Example: 3ร—2+3ร—4=6+12=18=6ร—3 โœ“ (both even). Non-example: 3ร—2+3ร—3=6+9=15, not a multiple of 6 (one even, one odd).

18 = 2 ร— 9, so the number needs BOTH: b must be even (b = 0,2,4,6,8), and the digit sum 4+8+a+2+3+b = 17+a+b must be a multiple of 9.

b=0: 17+a=18 โ†’ a=1 โ†’ 481230 b=2: 17+2+a=27 โ†’ a=8 โ†’ 488232 b=4: 17+4+a=27 โ†’ a=6 โ†’ 486234 b=6: 17+6+a=27 โ†’ a=4 โ†’ 484236 b=8: 17+8+a=27 โ†’ a=2 โ†’ 482238

Possible (a,b) pairs: (1,0), (8,2), (6,4), (4,6), (2,8).

One set: 2, 3, 4 (2 is a multiple of 2, 3 is a multiple of 3, 4 is a multiple of 4) โœ“

Since LCM(2,3,4)=12, this pattern repeats every 12 numbers: the next set is 14, 15, 16 (14รท2=7 โœ“, 15รท3=5 โœ“, 16รท4=4 โœ“), then 26, 27, 28, and so on forever.

36 = 4 ร— 9, and 4 and 9 are coprime, so check BOTH: last 2 digits divisible by 4, AND digit sum divisible by 9.

45036 รท 36 = 1251 45072 รท 36 = 1252 45108 รท 36 = 1253 45144 รท 36 = 1254 45180 รท 36 = 1255

45036, 45072, 45108, 45144, 45180 โ€” each one exactly 36 more than the last!

Consecutive EVEN numbers differ by 2 each โ€” so counting out from the middle (5p):

5p โˆ’ 4, 5p โˆ’ 2, 5p, 5p + 2, 5p + 4

The other four numbers: 5pโˆ’4, 5pโˆ’2, 5p+2, 5p+4.

Divisible by 15 means divisible by 3 AND 5 (ends in 0 or 5). But if it ends in 0, reversing puts 0 in FRONT โ€” no longer a 6-digit number! So it must end in 5.

Reversed, the number must be divisible by 6 (even AND digit-sum รท3) โ€” so the reversed number's LAST digit (the original number's FIRST digit) must be even.

Try: 200025 Reversed: 520002 520002 โ†’ even โœ“, digit sum 5+2+0+0+0+2=9 รท3 โœ“ โ†’ divisible by 6 โœ“ 200025 โ†’ ends in 5, digit sum=9 รท3 โœ“ โ†’ divisible by 15 โœ“

Example answer: 200025 (many other answers exist too, e.g. 200055, 400035).

(i) The product of a multiple of 6 and a multiple of 3 is a multiple of 9. Always true โ€” (6a)(3b) = 18ab = 9(2ab), always has 9 as a factor.

(ii) The sum of three consecutive even numbers is divisible by 6. Always true โ€” 2n+(2n+2)+(2n+4) = 6n+6 = 6(n+1).

(iii) If abcdef is a multiple of 6, then badcef is also a multiple of 6. Always true โ€” swapping digit positions never changes the digit SUM (so divisible-by-3 stays true), and the last digit 'f' is unchanged (so divisible-by-2 stays true too).

(iv) 8(7bโˆ’3) โˆ’ 4(11b+1) is a multiple of 12. Never true โ€” expanding: 56bโˆ’24โˆ’44bโˆ’4 = 12bโˆ’28 = 12(bโˆ’3)+8, which is always 8 more than a multiple of 12, so never actually a multiple of 12 itself.

Every number leaves remainder 0, 1, or 2 when divided by 3. Look at the THREE remainders together:

Case 1 โ€” all three remainders are the SAME (0+0+0, 1+1+1, or 2+2+2): the remainder-sum is 0, 3, or 6 โ€” all multiples of 3, so the total IS divisible by 3. Example: 4+7+10 (remainders 1,1,1) = 21 = 3ร—7 โœ“

Case 2 โ€” the three remainders are ALL DIFFERENT (one each of 0, 1, 2): remainder-sum = 0+1+2 = 3, a multiple of 3 โ€” so the total is ALSO divisible by 3! Example: 3+7+11 (remainders 0,1,2) = 21 = 3ร—7 โœ“. Only when the remainders are a MIX with exactly two matching (like 0,0,1 or 1,1,2) does the sum fail to be divisible by 3.

(i) E=3, F=7, G=1 37 ร— 3 = 111 (ii) W=5, O=7, M=2, E=8 575 ร— 5 = 2875

(iv) is correct โ€” three nested circles, smallest to biggest: Multiples of 32 ⊂ Multiples of 8 ⊂ Multiples of 4.

Since 32 = 4ร—8, every multiple of 32 is automatically a multiple of 8 AND of 4. And since 8 = 4ร—2, every multiple of 8 is automatically a multiple of 4. So multiples of 4 form the BIGGEST circle, with multiples of 8 nested inside it, and multiples of 32 nested inside THAT.

7

Practice like the real exam

Section A (12 MCQ, 1 mark), B (10 × 2 marks), C (8 × 3 marks), D (4 × 4 marks), E (2 case studies, 4 marks). Here's a taste of each.

Section A · MCQ (1 mark each)

(b) the sum of its digits is divisible by 9

(b) 12 โ€” LCM(4,6)=12, NOT 24!

Section B · short answer (2 marks each)

4+8+9+7+1+0 = 29 2+9 = 11 1+1 = 2

Section C · longer answer (3 marks each)

4 and 6 share a common factor of 2 (they're not "coprime"), so a number divisible by both 4 and 6 is only guaranteed to be divisible by their LCM, which is 12 โ€” NOT 24 (12 itself is divisible by 4 and 6, but not 24!). But 3 and 8 share NO common factors (they're coprime), so their LCM equals their product: 3ร—8=24. A number divisible by both 3 and 8 is guaranteed to be divisible by 24.

Section D · 4 marks each

Divisible by 44 means divisible by BOTH 4 and 11.

(p,q) = (7,0) โ†’ 37708 (p,q) = (5,2) โ†’ 35728 (p,q) = (3,4) โ†’ 33748 (p,q) = (1,6) โ†’ 31768

Section E · case study (4 marks)

(a) Such a number has the form 6n+2.

(b) Let the three numbers be 6a+2, 6b+2, 6c+2. Sum = 6a+6b+6c+6 = 6(a+b+c+1), which is ALWAYS a multiple of 6. Tathagat's claim is true!

(c) Example: 8, 14, 20 (each leaves remainder 2 รท 6). Sum = 8+14+20 = 42 = 6ร—7 โœ“

8

Navakankari corner ๐ŸŽฒ

๐Ÿ‡ฎ๐Ÿ‡ณ A traditional Indian board game

Navakankari (also called Sฤlu Mane ฤ€แนญa, Chฤr-Pฤr, or Navkakri) is a traditional Indian strategy board game โ€” the same game known in the West as "Nine Men's Morris" or "Mills". Two players try to form lines of three pawns to capture the opponent's pieces.

This is a fun cultural side-note from the chapter โ€” not something that's usually tested, but a neat piece of maths-and-culture trivia!

๐ŸŽฎ How to play

  1. Each player starts with 9 pawns. Players take turns placing one pawn at a time on marked intersections (only one pawn per spot).
  2. Once all pawns are placed, players take turns sliding a pawn to an ADJACENT empty spot, trying to line up 3 pawns in a row (horizontally or vertically).
  3. Whenever a player completes a line of 3, they get to remove one of the opponent's pawns (as long as it isn't part of one of the opponent's own lines).
๐Ÿ† How to win

A player wins when the opponent has fewer than 3 pawns left, or can no longer make any legal move!

9

You did it! ๐ŸŽ‰

๐Ÿ“š Official chapter summary

The book wraps up Chapter 5 with these 4 official take-aways about divisibility, plus a nod to the digital-root shortcuts:

  • If a is divisible by b, then ALL multiples of a are also divisible by b.
  • If a is divisible by b, then a is divisible by ALL the factors of b.
  • If a divides m and a divides n, then a divides m+n AND m−n.
  • If a is divisible by b AND by c, then a is divisible by LCM(b, c) โ€” not necessarily b×c.
Chapter 5 done โ€” you can now prove divisibility rules with algebra AND crack secret-letter number puzzles! โญ
Parity proofs Divisibility by 9 Divisibility by 11 Digital roots Cryptarithms LCM & divisibility Breaking Even Always/sometimes/never

๐Ÿ Chapter 5 of 7 · Term 1 Maths · Prishita, Class 8