- This chapter is about playing with numbers and reasoning — not just calculating. The big idea: use algebra, parity (odd/even), and visualisation to prove when a property is always, sometimes, or never true.
- Parity: $\text{odd}\pm\text{odd}=\text{even}$, $\text{even}\pm\text{even}=\text{even}$, $\text{odd}\pm\text{even}=\text{odd}$. Putting any $\pm$ signs between $4$ consecutive numbers always gives an even result.
- Multiples & factors rules: if $a\mid M$ and $a\mid N$ then $a\mid(M+N)$ and $a\mid(M-N)$; if $A$ is divisible by $k$ then every multiple of $A$ is too, and $A$ is divisible by every factor of $k$.
- Quick divisibility: by $\mathbf{9}$ and $\mathbf{3}$ — add the digits; by $\mathbf{11}$ — alternating sum of digits. Digital root = repeatedly add digits till one digit remains.
- Cryptarithms ("Digits in Disguise"): letter puzzles where each letter is one digit and the leading digit is never $0$.
- Weightage: ~4–5 marks — usually one reasoning/"always-sometimes-never" question, one divisibility shortcut, and one cryptarithm or pattern problem.
1. Sum of consecutive numbers
Anshu writes numbers as sums of consecutive numbers: $7=3+4$, $10=1+2+3+4$, $15=7+8=4+5+6=1+2+3+4+5$. Some quick patterns worth knowing:
- Every odd number can be written as a sum of two consecutive numbers: an odd $2k+1=k+(k+1)$.
- A number has more than one such representation when it has several odd factors (e.g. $15$).
- Powers of $2$ ($2,4,8,16,\dots$) cannot be written as a sum of two or more consecutive natural numbers.
2. Same parity — the "four consecutive numbers" game
Take $4$ consecutive numbers, e.g. $3,4,5,6$, and place $+$ or $-$ between them. There are $\mathbf{8}$ possible expressions (the first number keeps its sign; each of the other three is $+$ or $-$, giving $2\times2\times2=8$). Examples:
No matter which $4$ consecutive numbers you pick or how you place the signs, every result is even. Why?
Explanation (parity): switching any one sign, say turning $+b$ into $-b$, changes the value by $(+b)-(-b)=2b$ — always an even number. Adding/subtracting an even number never changes parity. Since all $8$ expressions are reachable from one another by sign-switches, they all have the same parity. Starting from $a+b+c+d$ (sum of $4$ consecutive numbers, which is even), every expression is even.
General fact: $a\pm b$ has the same parity regardless of how the signs are chosen; this extends, so $a\pm b\pm c\pm d$ all share one parity.
3. Breaking even — parity of expressions
You can decide if an arithmetic expression is even without computing it, just by tracking parity:
- $43+37$ = odd $+$ odd = even. $672-348$ = even $-$ even = even.
- $4\times347\times3$ has a factor $4$ (even) so the product is even. $119\times303$ = odd $\times$ odd = odd.
- $543-479$ = odd $-$ odd = even. $513^{3}$ = odd $\times$ odd $\times$ odd = odd.
For algebraic expressions, ask "is $2$ a factor?" or test parities of the letters:
$2a+2b=2(a+b)$ — always even. $4m+2n=2(2m+n)$ — always even. $4k\times3j=12kj$ — always even (factor $2$).
$3g+5h$ — only sometimes even (e.g. $g=h=1$ gives $8$, but $g=1,h=2$ gives $13$). $x^{2}+2$ — even only when $x$ is even ($x=6\Rightarrow38$ even; $x=3\Rightarrow11$ odd). $b^{2}+1$ — even only when $b$ is odd.
4. Pairs to make fours — remainders on division by 4
Every even number is either a multiple of $4$ (form $4p$) or leaves remainder $2$ (form $4q+2$). Adding two even numbers:
- $4p+4q=4(p+q)$ — multiple of $4$. ($12+16=28$.)
- $(4p+2)+(4q+2)=4(p+q+1)$ — the two remainders of $2$ join to make $4$, so the sum is a multiple of $4$. ($2+6=8$.)
- $4p+(4q+2)=4(p+q)+2$ — leaves remainder $2$, not a multiple of $4$. ($4+6=10$.)
Visual idea: arrange dots in rows of $4$. A multiple of $4$ fills complete rows; an even non-multiple leaves an extra row of $2$.
5. Always, Sometimes, or Never — the divisibility rules
A favourite NCERT exercise: decide whether a statement is Always true, Sometimes true, or Never true, and justify with algebra. The toolkit:
R1. If $a\mid M$ and $a\mid N$, then $a\mid(M+N)$ and $a\mid(M-N)$. (sum/difference of two multiples of $a$ is a multiple of $a$)
R2. If $A$ is divisible by $k$, then every multiple of $A$ is divisible by $k$.
R3. If $A$ is divisible by $k$, then $A$ is divisible by every factor of $k$.
R4. If $A$ is divisible by $k$ and by $m$, then $A$ is divisible by $\text{LCM}(k,m)$.
"If $8\mid x$ and $8\mid y$ then $8\mid(x+y)$" — Always true (R1): $8a+8b=8(a+b)$.
"If $8$ divides a number, then $8$ divides any two numbers that add up to it" — Sometimes true: $72=48+24$ (both multiples of $8$) but $72=50+22$ (neither is).
"If a number is divisible by $7$, then it is divisible by any multiple of $7$" — Sometimes true: $42$ is divisible by $7$ and by $14$, but not by $28$. (It works only when the multiple's other factor divides the number.)
"If divisible by both $9$ and $4$, then divisible by $36$" — Always true (R4): $\text{LCM}(9,4)=36$.
"If divisible by both $6$ and $4$, then divisible by $24$" — Sometimes true: $\text{LCM}(6,4)=12$, not $24$; e.g. $12$ is divisible by $6$ and $4$ but not by $24$.
"Adding an odd number to an even number gives a multiple of $6$" — Never true: odd $+$ even $=$ odd, but multiples of $6$ are even. ($(2n)+(2m+1)=2(n+m)+1$ is odd $\ne 6j$.)
6. What remains? — describing numbers by their remainder
Multiples of $5$ have the form $5k$. Numbers that leave remainder $3$ on division by $5$ are $3$ more than a multiple: $\mathbf{5k+3}$ ($3,8,13,18,23,\dots$). The same set can be written as $5k-2$ (with $k\ge1$). Generally, "remainder $r$ on division by $n$" means the form $\mathbf{nk+r}$.
Q1. Four consecutive numbers sum to $34$. Middle pair averages $8.5$, so the numbers are $\mathbf{7,8,9,10}$.
Q2. If $p$ is the greatest of $5$ consecutive numbers, the others are $p-1,\,p-2,\,p-3,\,p-4$.
Q4. A number leaving remainder $2$ on division by both $3$ and $4$: it is $2$ more than a multiple of $\text{LCM}(3,4)=12$, so the form is $\mathbf{12n+2}$ ($14,26,38,\dots$).
Q5 (pebble riddle). Need remainder $1$ on $\div3$, $\div2$ (pairing), $\div5$, and remainder $0$ on $\div7$, with total $<100$. Numbers that are $1$ more than a multiple of $\text{LCM}(2,3,5)=30$ are $31,61,91$; of these only $\mathbf{91}=7\times13$ is divisible by $7$. So $\mathbf{91}$ pebbles.
Q6. Tathagat: three numbers each $\equiv2\pmod 6$ sum to $\equiv6\equiv0\pmod6$, so the sum is a multiple of $6$ — claim true ($2+2+2=6$, $8+14+20=42$).
7. Checking divisibility quickly — the place-value idea
Write a number by place value: $\dots+1000d+100c+10b+a$. Since $10,100,1000,\dots$ are all multiples of $10$ (hence of $2,5,10$), divisibility by $2,5,10$ depends only on the units digit $a$. (For $4$ — last two digits; for $8$ — last three digits, since $100$ and $1000$ are multiples of $4$ and $8$.)
8. Divisibility by 9 (and 3) — add the digits
Each place value is "$1$ more than a multiple of $9$": $10=9+1$, $100=99+1$, $1000=999+1$, … So a number equals (a multiple of $9$) $+$ (sum of its digits).
The first bracket is a multiple of $9$; the remainder on $\div9$ is just the digit sum reduced mod $9$. Here $7+3+0+9=19\to1+9=10\to1$, so $7309\div9$ leaves remainder $1$.
Q1. $123\to6$ (no); $405\to9$ (yes); $8888\to32\to5$ (no); $93547\to28\to10\to1$ (no); $358095\to30\to3$ (no).
Q2. Smallest multiple of $9$ with all odd digits: $9$ itself.
Q3. Multiple of $9$ closest to $6000$: $6000\div9\approx666.7$, $9\times667=6003$.
Q4. Multiples of $9$ between $4300$ and $4400$: $4302,4311,\dots,4392$ — that is $11$ of them.
9. Divisibility by 11 — alternating sum
Place values alternate as "$1$ more / $1$ less" than a multiple of $11$: $1=11\times0+1$, $10=11-1$, $100=99+1$, $1000=1001-1$, … So put alternating $+$ and $-$ signs before the digits starting from the units digit and add.
From the units digit: $-3+2-8+1-0+5=-3$. The result ($-3$) is the "remainder pattern": $328105$ is $3$ short of a multiple of $11$. Since $-3$ is not $0$ or a multiple of $11$, $328105$ is not divisible by $11$.
10. Combining shortcuts (6, 12, 24, 44 …)
To test divisibility by a composite, use coprime factors whose product is the number (R4):
- By $6$: check $2$ and $3$ (coprime, $2\times3=6$). Works.
- By $24$: checking $4$ and $6$ fails ($12$ passes both but isn't divisible by $24$) because $\text{LCM}(4,6)=12$. Instead check $3$ and $8$ (coprime, $\text{LCM}=24$). Works.
- By $44$: check $4$ and $11$. By $15$: check $3$ and $5$. By $18$: check $2$ and $9$.
11. Digital roots
The digital root of a number is what you get by adding its digits repeatedly until a single digit remains. E.g. $489710\to4+8+9+7+1+0=29\to2+9=11\to1+1=\mathbf2$.
- The digital root equals the remainder on $\div9$ (with $9$ used instead of $0$). So the digital root of any multiple of $9$ is $\mathbf9$.
- Digital roots of consecutive numbers cycle $1,2,3,\dots,9,1,2,\dots$
- This method (repeated digit-adding to check arithmetic) appears in Aryabhata II's Mahāsiddhānta (c. 950 CE).
Q3. Digital root of $9a+36b+13$: $9a$ and $36b$ are multiples of $9$ (digital root contribution $0$), and $13\to1+3=4$. So the digital root is $\mathbf4$.
Digital Root Club riddle: "all digits tiny and odd, digital root $1$, the largest such" — the number whose digits are all the smallest odd digit and whose root is $1$: $\mathbf{1111}$ ($1+1+1+1=4$? check) → the intended answer is the largest number with all odd digits and digital root $1$.
12. Digits in disguise — cryptarithms
A cryptarithm is a puzzle where each letter stands for one digit, each digit is at most one letter, and a leading digit is never $0$. Solve using units-digit logic and ranges.
(i) $\text{A}1+1\text{B}=\text{B}0$: the units give $1+\text{B}$ ending in $0$, so $\text{B}=9$ (with carry $1$); then tens $\text{A}+1+1=$ "$\text{B}0$" $=90$ tens digit $9$, giving $\text{A}=7$. So $71+19=90$.
(v) $\text{PQ}\times8=\text{RS}$ (a $2$-digit result): $\text{PQ}$ must be small; $12\times8=96$ works, but $13\times8=104$ is $3$ digits. So for any $\text{PQ}>12$ the product is $3$ digits.
(vi) $\text{GH}\times\text{H}=9\text{K}$ (result in the $90$s): from the options, $12\times8=96$ fits ($\text{H}=8$ appears in both factor and product pattern — check carefully against the listed options).
(vii) $\text{BYE}\times6=\text{RAY}$: product is $3$-digit, so $\text{B}=1$ (if $\text{B}\ge2$, $200\times6=1200$ is $4$-digit). Also $\text{Y}$ must be even and $\text{Y}<7$ (since $170\times6=1020$ is too big).
13. Common mistakes to avoid
- Checking divisibility by $24$ via $4$ and $6$ — they are not coprime ($\text{LCM}=12$). Use $3$ and $8$.
- For divisibility by $11$, forgetting the alternating signs (using a plain digit sum instead).
- Saying "remainder $3$ on $\div5$" means $5k+5$ or $5k$ — it means $\mathbf{5k+3}$.
- Assuming odd $+$ even could be even — it is always odd.
- In cryptarithms, allowing a leading digit to be $0$, or letting two letters share a digit.
- Confusing digital root with simple digit sum — keep adding until one digit remains.
14. Quick revision checklist
- Parity: odd$\pm$odd and even$\pm$even are even; odd$\pm$even is odd. The $8$ $\pm$-expressions of $4$ numbers share one parity.
- $a\mid M,\,a\mid N\Rightarrow a\mid(M\pm N)$; divisible by $k$ $\Rightarrow$ divisible by every factor of $k$; divisible by $k$ and $m$ $\Rightarrow$ divisible by $\text{LCM}(k,m)$.
- "Remainder $r$ on $\div n$" $=$ form $nk+r$.
- Div by $9$ or $3$: digit sum. Div by $11$: alternating sum. Digital root $=$ remainder mod $9$.
- Cryptarithm: each letter one digit, no leading $0$; reason from units digit and size.
- $4$
- $6$
- $8$
- $16$
- odd
- even
- a multiple of $3$
- positive
- $3g+5h$
- $x^{2}+2$
- $4m+2n$
- $b^{2}+1$
- always
- never
- only when both are multiples of $4$
- when their remainders on $\div4$ add to $0$ or $4$
- always true
- sometimes true
- never true
- true only for even numbers
- $5k$
- $3k+5$
- $5k+3$
- $3k$
- $0$
- $1$
- $7$
- $9$
- sum of all digits
- alternating sum of digits
- last two digits
- product of digits
- $2$
- $9$
- $5$
- $29$
- $3$
- $6$
- $9$
- varies
- $4$ and $6$
- $2$ and $12$
- $3$ and $8$
- $6$ and $4$
- $1$
- $2$
- $6$
- $9$
- always true
- sometimes true
- never true
- true for multiples of $3$
Book a free demo class