Intext Questions (Section 5.1)
1
Anshu is exploring sums of consecutive numbers. He has written the following—
$$7 = 3 + 4$$
$$10 = 1 + 2 + 3 + 4$$
$$12 = 3 + 4 + 5$$
$$15 = 7 + 8 = 4 + 5 + 6 = 1 + 2 + 3 + 4 + 5$$
Now, he is wondering—
- "Can I write every natural number as a sum of consecutive numbers?"
- "Which numbers can I write as the sum of consecutive numbers in more than one way?"
- "Ohh, I know all odd numbers can be written as a sum of two consecutive numbers. Can we write all even numbers as a sum of consecutive numbers?"
- "Can I write 0 as a sum of consecutive numbers? Maybe I should use negative numbers."
Explore these questions and any others that may occur to you. Discuss them with the class.
Solution
1. Which natural numbers are sums of consecutive naturals?
Every odd number $$2n+1$$ equals $$n + (n+1)$$. For example, $$9 = 4 + 5$$, $$21 = 10 + 11$$.
A little checking shows the only natural numbers that cannot be written as a sum of two or more consecutive naturals are the powers of $$2$$: $$1,\ 2,\ 4,\ 8,\ 16,\ 32,\ \ldots$$ Try any of these — no consecutive sum works. Every other natural number can be written as such a sum.
2. Numbers that can be written in more than one way.
Numbers like $$15,\ 21,\ 45$$ have several representations, e.g. $$15 = 7+8 = 4+5+6 = 1+2+3+4+5$$. Numbers with several odd factors tend to have several representations. Prime odd numbers (like $$7$$, $$11$$, $$13$$) have only one representation ($$n + (n+1)$$).
3. Even numbers as sums of consecutive numbers.
Not every even number works. For instance $$4$$ and $$8$$ cannot be written as a sum of consecutive naturals. But $$6 = 1+2+3$$, $$10 = 1+2+3+4$$, $$12 = 3+4+5$$, $$14 = 2+3+4+5$$, $$18 = 3+4+5+6$$, and so on. So even numbers that are not powers of $$2$$ can always be written as a sum of consecutive naturals.
4. Can $$0$$ be a sum of consecutive numbers (allowing negatives)?
Yes. For example $$0 = (-1) + 0 + 1$$, or $$0 = (-2) + (-1) + 0 + 1 + 2$$. Any symmetric block $$-n, -(n-1), \ldots, -1, 0, 1, \ldots, n$$ adds up to $$0$$.
Key idea: a run of $$k$$ consecutive integers starting at $$a$$ sums to $$\dfrac{k(2a + k - 1)}{2}$$. Choosing $$k$$ and $$a$$ cleverly explains all the observations above.
Answer
2 Take any 4 consecutive numbers. For example, 3, 4, 5, and 6. Place '+' and '$$-$$' signs in between the numbers. How many different possibilities exist? Write all of them.
Solution
There are $$3$$ gaps between the four numbers $$3,\ 4,\ 5,\ 6$$, and each gap can be filled with either $$+$$ or $$-$$. So the number of possibilities is $$2 \times 2 \times 2 = 8$$.
The eight expressions are:
- $$3 + 4 + 5 + 6$$
- $$3 + 4 + 5 - 6$$
- $$3 + 4 - 5 + 6$$
- $$3 + 4 - 5 - 6$$
- $$3 - 4 + 5 + 6$$
- $$3 - 4 + 5 - 6$$
- $$3 - 4 - 5 + 6$$
- $$3 - 4 - 5 - 6$$
Answer
3 Evaluate each expression and write the result next to it. Do you notice anything interesting?
Solution
Using the eight expressions from the previous question with $$3,4,5,6$$:
| Expression | Value |
|---|---|
| $$3+4+5+6$$ | $$18$$ |
| $$3+4+5-6$$ | $$6$$ |
| $$3+4-5+6$$ | $$8$$ |
| $$3+4-5-6$$ | $$-4$$ |
| $$3-4+5+6$$ | $$10$$ |
| $$3-4+5-6$$ | $$-2$$ |
| $$3-4-5+6$$ | $$0$$ |
| $$3-4-5-6$$ | $$-12$$ |
Every result is even. That is the interesting observation.
Answer
4 Now, take four other consecutive numbers. Place the '+' and '$$-$$' signs as you have done before. Find out the results of each expression. What do you observe?
Solution
Take $$7,\ 8,\ 9,\ 10$$. Compute every sign choice:
| Expression | Value |
|---|---|
| $$7+8+9+10$$ | $$34$$ |
| $$7+8+9-10$$ | $$14$$ |
| $$7+8-9+10$$ | $$16$$ |
| $$7+8-9-10$$ | $$-4$$ |
| $$7-8+9+10$$ | $$18$$ |
| $$7-8+9-10$$ | $$-2$$ |
| $$7-8-9+10$$ | $$0$$ |
| $$7-8-9-10$$ | $$-20$$ |
Again every result is even. The parity is the same for all eight expressions.
Answer
5 Repeat this for one more set of 4 consecutive numbers. Share your findings.
Solution
Take $$10, 11, 12, 13$$:
| Expression | Value |
|---|---|
| $$10+11+12+13$$ | $$46$$ |
| $$10+11+12-13$$ | $$20$$ |
| $$10+11-12+13$$ | $$22$$ |
| $$10+11-12-13$$ | $$-4$$ |
| $$10-11+12+13$$ | $$24$$ |
| $$10-11+12-13$$ | $$-2$$ |
| $$10-11-12+13$$ | $$0$$ |
| $$10-11-12-13$$ | $$-26$$ |
Every value is again even. This confirms the pattern: no matter which $$4$$ consecutive numbers we take, all $$8$$ signed sums have the same parity — they are all even.
Answer
6
Do these patterns occur no matter which 4 consecutive numbers are chosen? Is there a way to find out through reasoning?
Hint: Use algebra and describe the 8 expressions in a general form.
Solution
Let the four consecutive numbers be $$n,\ n+1,\ n+2,\ n+3$$. Then the eight signed sums are:
$$n + (n+1) + (n+2) + (n+3) = 4n + 6$$
$$n + (n+1) + (n+2) - (n+3) = 2n$$
$$n + (n+1) - (n+2) + (n+3) = 2n + 2$$
$$n + (n+1) - (n+2) - (n+3) = -4$$
$$n - (n+1) + (n+2) + (n+3) = 2n + 4$$
$$n - (n+1) + (n+2) - (n+3) = -2$$
$$n - (n+1) - (n+2) + (n+3) = 0$$
$$n - (n+1) - (n+2) - (n+3) = -2n - 6$$
Every result is of the form $$2 \times (\text{integer})$$, so every signed sum is even for every integer $$n$$. This confirms the pattern by pure reasoning.
Answer
7
Is there a way to explain why this happens?
Hint: Think of the rules for parity of the sum or difference of two numbers.
Solution
Among any four consecutive numbers, exactly two are even and two are odd. Grouping consecutive pairs, adjacent numbers have opposite parity, so switching the sign of an odd/even pair only changes the answer by an even amount.
More directly: recall the parity rules — $$\text{odd} \pm \text{odd} = \text{even}$$, $$\text{even} \pm \text{even} = \text{even}$$, $$\text{odd} \pm \text{even} = \text{odd}$$. In our four consecutive numbers, the two odd values combine (with whatever signs) to give an even number, and the two even values combine to give an even number. Even + even = even. So the final result is always even, no matter which signs are chosen.
Answer
8 Replace any negative sign in the expression $$a + b - c - d$$ with a positive sign and find the difference between the two numbers.
Solution
Start with $$E_1 = a + b - c - d$$. Say we flip the sign of $$c$$ (a negative becoming positive) to get $$E_2 = a + b + c - d$$.
The difference is
$$E_2 - E_1 = (a + b + c - d) - (a + b - c - d) = 2c.$$
So changing exactly one sign from $$-$$ to $$+$$ (say the sign of the number $$c$$) shifts the value by $$2c$$ — an even number.
Similarly, if we flip the sign of $$d$$ instead, the change is $$2d$$. In every case, flipping any one sign changes the value by twice one of the four numbers — always an even amount.
Answer
9 What do you conclude from this observation?
Solution
Every time we flip one sign in a signed sum, we change the result by twice one of the numbers — an even number. So whatever the value of one signed sum, every other signed sum obtained by flipping signs differs from it by an even amount.
Numbers that differ by an even amount always have the same parity. That is why all $$8$$ expressions must be simultaneously even (or simultaneously odd). Since one of them ($$a+b+c+d$$ for four consecutives) is even, they are all even.
Answer
10 Is the phenomenon of all the expressions having the same parity limited to taking 4 numbers? What do you think?
Solution
No — the argument in the previous question depended only on the fact that flipping one sign changes the value by twice some term (an even number). This is true for a signed sum of any length.
So if we take $$5, 6, 7, \ldots$$ or any fixed collection of numbers $$a_1, a_2, \ldots, a_n$$ and place $$+$$ or $$-$$ signs between them, all the resulting signed sums must share the same parity — even or odd — determined by the parity of $$a_1 + a_2 + \cdots + a_n$$.
Answer
11
Breaking Even. We know how to identify even numbers. Without computing them, find out which of the following arithmetic expressions are even.
$$43 + 37$$, $$672 - 348$$, $$4 \times 347 \times 3$$, $$708 - 477$$, $$809 + 214$$, $$119 \times 303$$, $$543 - 479$$, $$513^{3}$$.
Solution
Use parity rules: $$\text{odd}\pm\text{odd}=\text{even}$$, $$\text{even}\pm\text{even}=\text{even}$$, $$\text{odd}\pm\text{even}=\text{odd}$$, and a product is even iff at least one factor is even.
| Expression | Parity of parts | Result |
|---|---|---|
| $$43 + 37$$ | odd + odd | Even |
| $$672 - 348$$ | even − even | Even |
| $$4 \times 347 \times 3$$ | contains factor $$4$$ (even) | Even |
| $$708 - 477$$ | even − odd | Odd |
| $$809 + 214$$ | odd + even | Odd |
| $$119 \times 303$$ | odd × odd | Odd |
| $$543 - 479$$ | odd − odd | Even |
| $$513^{3} = 513\times 513\times 513$$ | odd × odd × odd | Odd |
Answer
12
Using our understanding of how parity behaves under different operations, identify which of the following algebraic expressions give an even number for any integer values for the letter-numbers.
$$2a + 2b$$, $$3g + 5h$$, $$4m + 2n$$, $$2u - 4v$$, $$13k - 5k$$, $$6m - 3n$$, $$x^{2} + 2$$, $$b^{2} + 1$$, $$4k \times 3j$$.
Solution
An algebraic expression is always even if we can factor a $$2$$ out of it, whatever the letters stand for. Let's check each one:
- $$2a + 2b = 2(a+b)$$ — always even.
- $$3g + 5h$$: if $$g = 1$$, $$h = 0$$ gives $$3$$ (odd); if $$g = 1, h = 1$$ gives $$8$$ (even). Depends on $$g, h$$ — not always.
- $$4m + 2n = 2(2m + n)$$ — always even.
- $$2u - 4v = 2(u - 2v)$$ — always even.
- $$13k - 5k = 8k = 2 \cdot 4k$$ — always even.
- $$6m - 3n = 3(2m - n)$$: parity depends on $$n$$. E.g. $$m=1, n=1$$ gives $$3$$ (odd). Not always even.
- $$x^{2} + 2$$: parity is the parity of $$x^2$$, which matches $$x$$. $$x=1$$ gives $$3$$ (odd). Not always even.
- $$b^{2} + 1$$: $$b=1$$ gives $$2$$ (even), $$b=2$$ gives $$5$$ (odd). Not always even.
- $$4k \times 3j = 12kj = 2(6kj)$$ — always even.
Answer
13 Similarly, determine and explain which of the other expressions always give even numbers. Write a couple of examples and non-examples, as appropriate, for each expression.
Solution
Considering the four expressions from the previous question that are not always even:
$$3g + 5h$$. Try $$g=2, h=2$$: $$3(2)+5(2)=16$$ (even). Try $$g=1, h=2$$: $$3+10=13$$ (odd). So it is sometimes even, sometimes odd — the parity is exactly the parity of $$g+h$$.
$$6m - 3n$$. Try $$m=2, n=2$$: $$12-6 = 6$$ (even). Try $$m=1, n=1$$: $$6-3=3$$ (odd). Parity depends on $$n$$ ($$6m$$ is always even, so the parity of $$6m - 3n$$ is the parity of $$3n$$, i.e. of $$n$$).
$$x^{2} + 2$$. Try $$x=2$$: $$4+2=6$$ (even). Try $$x=3$$: $$9+2=11$$ (odd). Same parity as $$x^2$$, hence same as $$x$$.
$$b^{2} + 1$$. Try $$b=1$$: $$1+1=2$$ (even). Try $$b=2$$: $$4+1=5$$ (odd). Same parity as $$b+1$$: even when $$b$$ is odd, odd when $$b$$ is even.
Answer
14 Write a few algebraic expressions which always give an even number.
Solution
Any expression that has $$2$$ as a factor is always even. Examples for integer letter-values:
- $$2a$$
- $$2a + 2b$$
- $$6a + 4b - 10c$$
- $$4a^{2} + 8b$$
- $$a(a+1)$$ — the product of two consecutive integers is always even, since one of them is even.
- $$a^{2} - a = a(a-1)$$ — again a product of two consecutives.
- $$(a + b)(a - b) + (a + b)(a + b) = 2a(a+b)$$
Answer
15
Pairs to Make Fours. Take a pair of even numbers. Add them. Is the sum divisible by 4?
Try this with different pairs of even numbers. When is the sum a multiple of 4, and when is it not? Is there a general rule or a pattern?
Solution
An even number is either a multiple of $$4$$ (like $$4, 8, 12$$) or two more than a multiple of $$4$$ (like $$2, 6, 10, 14$$). Call these two types 4k and 4k+2.
Try some pairs:
| Pair | Types | Sum | Multiple of 4? |
|---|---|---|---|
| $$4+8$$ | $$4k$$ + $$4k$$ | $$12$$ | Yes |
| $$4+6$$ | $$4k$$ + $$4k+2$$ | $$10$$ | No |
| $$6+10$$ | $$4k+2$$ + $$4k+2$$ | $$16$$ | Yes |
| $$2+8$$ | $$4k+2$$ + $$4k$$ | $$10$$ | No |
Algebraically:
- $$4a + 4b = 4(a+b)$$: multiple of $$4$$.
- $$(4a+2) + (4b+2) = 4(a+b) + 4 = 4(a+b+1)$$: multiple of $$4$$.
- $$4a + (4b+2) = 4(a+b) + 2$$: not a multiple of $$4$$.
So the sum of two even numbers is a multiple of $$4$$ exactly when both are of the same type — either both multiples of $$4$$ or both of the form $$4k+2$$.
Answer
16 When will two even numbers add up to give a multiple of 4?
Solution
From the previous exploration, an even number has two possible 'flavours':
- Type A: multiple of $$4$$, i.e. $$4k$$.
- Type B: two more than a multiple of $$4$$, i.e. $$4k+2$$.
Adding two even numbers:
$$4a + 4b = 4(a+b) \ \ \checkmark$$
$$(4a+2) + (4b+2) = 4(a+b+1) \ \ \checkmark$$
$$4a + (4b+2) = 4(a+b) + 2 \ \ \times$$
Hence the sum is a multiple of $$4$$ iff the two even numbers are of the same type — both are $$4k$$, or both are $$4k+2$$.
Answer
17 Look at the following expressions and the visualisation. Write the corresponding explanation and examples. [Refer to the visualisation of $$4p + (4q + 2) = 4(p + q) + 2$$ on page 118 of the textbook.]
Solution
Picture a multiple of $$4$$ as a rectangle with $$4$$ dots in every row, and a number of the form $$4q+2$$ as a similar rectangle with two extra dots at the top.
Case 1 — both are multiples of $$4$$. Stacking a $$4p$$ rectangle above a $$4q$$ rectangle gives a $$4(p+q)$$ rectangle — again a multiple of $$4$$.
Example: $$8 + 12 = 20 = 4 \times 5$$.
Case 2 — both are of the form $$4k+2$$. Each has $$2$$ extra dots. When stacked, the two extras combine into one full row of $$4$$, so the total is $$4(p+q) + 4 = 4(p+q+1)$$ — a multiple of $$4$$.
Example: $$6 + 10 = 16 = 4 \times 4$$.
Case 3 — one of each type: $$4p + (4q + 2)$$. The two extras cannot fill a row of $$4$$, so the picture is a $$4(p+q)$$ rectangle with $$2$$ dots left over:
$$4p + (4q + 2) = 4(p + q) + 2.$$
The sum leaves remainder $$2$$ when divided by $$4$$.
Example: $$4 + 10 = 14 = 4 \times 3 + 2$$.
Answer
18
Always, Sometimes, or Never — Statement 1.
If 8 exactly divides two numbers separately, it must exactly divide their sum.
Solution
Let the two numbers be $$8a$$ and $$8b$$ (multiples of $$8$$). Their sum is
$$8a + 8b = 8(a+b),$$
which is a multiple of $$8$$.
Example: $$16 + 24 = 40 = 8 \times 5$$.
Answer
19
Statement 2. If a number is divisible by 8, then 8 also divides any two numbers (separately) that add up to the number.
Solution
The number $$16$$ is divisible by $$8$$, and $$16 = 7 + 9$$, but neither $$7$$ nor $$9$$ is divisible by $$8$$.
Yet $$16 = 8 + 8$$ splits into two multiples of $$8$$. So sometimes both summands are multiples of $$8$$ and sometimes they are not — the statement is not always true.
Answer
20
Statement 3. If a number is divisible by 7, then all multiples of that number will be divisible by 7.
Solution
Let the number be $$n = 7k$$. Any multiple of $$n$$ is of the form $$mn$$ for some integer $$m$$. Then
$$mn = m \cdot 7k = 7(mk),$$
which is a multiple of $$7$$.
Example: $$14 = 7\times 2$$ is divisible by $$7$$, and any multiple of $$14$$ — like $$28, 42, 56, 70, \ldots$$ — is also divisible by $$7$$.
Answer
21
Statement 4. If a number is divisible by 12, then the number is also divisible by all the factors of 12.
Solution
Factors of $$12$$ are $$1, 2, 3, 4, 6, 12$$. If $$n = 12k$$, then
$$n = 12k = 2(6k) = 3(4k) = 4(3k) = 6(2k) = 12k,$$
so $$n$$ is divisible by each of $$2, 3, 4, 6, 12$$ (and trivially by $$1$$).
Example: $$60 = 12 \times 5$$ — check $$60$$ is divisible by $$1, 2, 3, 4, 6, 12$$.
Answer
22
Statement 5. If a number is divisible by 7, then it is also divisible by any multiple of 7.
Solution
Take $$n = 7$$. It is divisible by $$7$$ but not by $$14$$ (a multiple of $$7$$). So the statement fails.
However, if we take $$n = 42$$, it is divisible by $$7$$ and also by $$14, 21, 42$$ — so it works for some cases.
Being divisible by $$7$$ does not force divisibility by larger multiples of $$7$$: for that we would additionally need extra factors.
Answer
23
Statement 6. If a number is divisible by both 9 and 4, it must be divisible by 36.
Solution
The numbers $$9 = 3\times 3$$ and $$4 = 2\times 2$$ share no common prime factor (they are coprime). When a number is divisible by two coprime numbers, it is divisible by their product.
Since $$\gcd(9, 4) = 1$$ and $$9 \times 4 = 36$$, any number divisible by both $$9$$ and $$4$$ is also divisible by $$36$$.
Example: $$72$$ is divisible by $$4$$ ($$72 = 4 \times 18$$) and by $$9$$ ($$72 = 9 \times 8$$), and $$72 = 36 \times 2$$ — divisible by $$36$$.
Answer
24
Statement 7. If a number is divisible by both 6 and 4, it must be divisible by 24.
Solution
$$6$$ and $$4$$ share the common factor $$2$$, so they are not coprime; the argument used above does not apply.
Take $$n = 12$$: divisible by $$6$$ ($$12 = 6 \times 2$$) and by $$4$$ ($$12 = 4 \times 3$$), but $$12$$ is not divisible by $$24$$.
The correct conclusion is that $$n$$ is divisible by the LCM, $$\text{lcm}(6,4) = 12$$, not by $$24$$.
Answer
25
Statement 8. When you add an odd number to an even number we get a multiple of 6.
Solution
Odd + even = odd. A multiple of $$6$$ is always even. So the sum can never be a multiple of $$6$$ — with one exception… actually there is no exception, since 'multiple of $$6$$' includes $$0, 6, 12, \ldots$$, all of which are even, and odd + even is always odd.
Even the simplest examples fail: $$1 + 2 = 3$$, $$3 + 4 = 7$$, $$5 + 6 = 11$$ — none are multiples of $$6$$.
Answer
26
What Remains? Find a number that has a remainder of 3 when divided by 5. Write more such numbers.
Solution
A number leaves remainder $$3$$ on division by $$5$$ iff it is $$3$$ more than a multiple of $$5$$. So take any multiple of $$5$$ and add $$3$$:
$$0 + 3 = 3,\quad 5 + 3 = 8,\quad 10 + 3 = 13,\quad 15 + 3 = 18,\quad 20 + 3 = 23,\ldots$$
All such numbers form the list $$3, 8, 13, 18, 23, 28, 33, 38, 43, 48, \ldots$$ — each is $$5$$ more than the previous.
Answer
27
Which algebraic expression(s) capture all such numbers?
(i) $$3k + 5$$ (ii) $$3k - 5$$ (iii) $$\dfrac{3k}{5}$$ (iv) $$5k + 3$$ (v) $$5k - 2$$ (vi) $$5k - 3$$
Solution
We want numbers of the form 'multiple of $$5$$, plus $$3$$'.
- (i) $$3k + 5$$: for $$k=1,2,3$$ gives $$8, 11, 14$$. But $$11$$ leaves remainder $$1$$ on division by $$5$$. Not correct.
- (ii) $$3k - 5$$: same problem — doesn't produce only 'remainder 3' numbers.
- (iii) $$\dfrac{3k}{5}$$: not even always an integer. Not correct.
- (iv) $$5k + 3$$: for $$k = 0, 1, 2, 3, \ldots$$ gives $$3, 8, 13, 18, \ldots$$ — every number is $$3$$ more than a multiple of $$5$$. Correct.
- (v) $$5k - 2$$: for $$k = 1, 2, 3, \ldots$$ gives $$3, 8, 13, 18, \ldots$$ — same list. Since $$5k - 2 = 5(k-1) + 3$$, this captures the same numbers. Correct.
- (vi) $$5k - 3$$: for $$k = 1, 2, 3, \ldots$$ gives $$2, 7, 12, \ldots$$ — these leave remainder $$2$$, not $$3$$. Not correct.
Answer
28 Let us consider another expression, $$5k - 2$$, and see the values it takes for different values of $$k$$.
Solution
Substitute $$k = 1, 2, 3, 4, \ldots$$ into $$5k - 2$$:
| $$k$$ | $$5k - 2$$ | Remainder mod $$5$$ |
|---|---|---|
| $$1$$ | $$3$$ | $$3$$ |
| $$2$$ | $$8$$ | $$3$$ |
| $$3$$ | $$13$$ | $$3$$ |
| $$4$$ | $$18$$ | $$3$$ |
| $$5$$ | $$23$$ | $$3$$ |
The values are exactly $$3, 8, 13, 18, 23, \ldots$$ — every value is $$3$$ more than a multiple of $$5$$. Indeed $$5k - 2 = 5(k - 1) + 3$$, so $$5k - 2$$ generates precisely the same numbers as $$5k + 3$$.
Answer
29 Are there other expressions that generate numbers that are 3 more than a multiple of 5?
Solution
Yes, many. Any expression of the form $$5k + (5m + 3)$$ for a fixed integer $$m$$ produces the same list, because $$5k + (5m+3) = 5(k+m) + 3$$.
Examples:
- $$5k + 8$$ — gives $$13, 18, 23, \ldots$$
- $$5k - 7$$ — gives $$-2, 3, 8, 13, \ldots$$
- $$5k + 13$$ — gives $$18, 23, 28, \ldots$$
In fact every expression $$5k + c$$ where $$c$$ itself leaves remainder $$3$$ when divided by $$5$$ works.
Answer
Figure it Out (Page 122)
1 The sum of four consecutive numbers is 34. What are these numbers?
Solution
Let the four consecutive numbers be $$n,\ n+1,\ n+2,\ n+3$$. Their sum is
$$n + (n+1) + (n+2) + (n+3) = 4n + 6.$$
Set this equal to $$34$$:
$$4n + 6 = 34$$
$$4n = 28$$
$$n = 7.$$
So the four numbers are $$7, 8, 9, 10$$.
Check: $$7 + 8 + 9 + 10 = 34$$. $$\checkmark$$
Answer
2 Suppose $$p$$ is the greatest of five consecutive numbers. Describe the other four numbers in terms of $$p$$.
Solution
If $$p$$ is the greatest of five consecutive numbers, the number just below it is $$p - 1$$, the next $$p - 2$$, and so on. So the five consecutive numbers, from smallest to largest, are:
$$p - 4,\ p - 3,\ p - 2,\ p - 1,\ p.$$
The other four numbers (apart from $$p$$) are $$p-1,\ p-2,\ p-3,\ p-4$$.
Answer
3 For each statement below, determine whether it is always true, sometimes true, or never true. Explain your answer. Mention examples and non-examples as appropriate. Justify your claim using algebra.
(i) The sum of two even numbers is a multiple of 3.
Solution
Let the two even numbers be $$2a$$ and $$2b$$. Their sum is $$2(a + b)$$, which is $$3$$ only when $$a + b$$ is a multiple of $$3$$.
Example that works: $$2 + 4 = 6 = 3 \times 2$$.
Example that fails: $$2 + 6 = 8$$, not a multiple of $$3$$.
So it holds only sometimes.
Answer
(ii) If a number is not divisible by 18, then it is also not divisible by 9.
Solution
Consider $$9$$: it is not divisible by $$18$$, yet $$9$$ is divisible by $$9$$. So the statement fails.
Every multiple of $$18$$ is a multiple of $$9$$, but not every multiple of $$9$$ is a multiple of $$18$$. In fact multiples of $$9$$ are $$9, 18, 27, 36, 45, \ldots$$, and only the alternate ones ($$18, 36, 54, \ldots$$) are also multiples of $$18$$. The others ($$9, 27, 45, \ldots$$) are counter-examples.
Answer
(iii) If two numbers are not divisible by 6, then their sum is not divisible by 6.
Solution
Counter-example: $$1$$ and $$5$$ are not divisible by $$6$$, yet $$1 + 5 = 6$$ is divisible by $$6$$. So the statement is not always true.
Algebraically, two numbers can leave remainders $$r_1$$ and $$r_2$$ on division by $$6$$ (with $$r_1, r_2 \in \{1,2,3,4,5\}$$); their sum leaves remainder $$r_1 + r_2 \pmod 6$$, and this is $$0$$ whenever $$r_1 + r_2 = 6$$ (e.g. $$1+5,\ 2+4,\ 3+3$$).
Answer
(iv) The sum of a multiple of 6 and a multiple of 9 is a multiple of 3.
Solution
Every multiple of $$6$$ is a multiple of $$3$$ (since $$6 = 3 \times 2$$), and every multiple of $$9$$ is a multiple of $$3$$ (since $$9 = 3 \times 3$$). So let the numbers be $$6a = 3(2a)$$ and $$9b = 3(3b)$$. Their sum is
$$6a + 9b = 3(2a + 3b),$$
a multiple of $$3$$.
Example: $$12 + 27 = 39 = 3 \times 13$$.
Answer
(v) The sum of a multiple of 6 and a multiple of 3 is a multiple of 9.
Solution
Let the numbers be $$6a$$ and $$3b$$. Their sum is $$6a + 3b = 3(2a + b)$$. This is a multiple of $$9$$ only when $$2a + b$$ is a multiple of $$3$$ — which does not always happen.
Example that works: $$6 + 3 = 9$$.
Example that fails: $$6 + 6 = 12$$, not a multiple of $$9$$.
Answer
4 Find a few numbers that leave a remainder of 2 when divided by 3 and a remainder of 2 when divided by 4. Write an algebraic expression to describe all such numbers.
Solution
We want a number $$N$$ such that $$N = 3k + 2$$ and $$N = 4m + 2$$ simultaneously. Rearranging, $$N - 2$$ is a multiple of both $$3$$ and $$4$$, so $$N - 2$$ is a multiple of $$\text{lcm}(3, 4) = 12$$.
Hence $$N = 12t + 2$$ for some non-negative integer $$t$$.
Substituting $$t = 0, 1, 2, 3, \ldots$$ gives the numbers
$$2,\ 14,\ 26,\ 38,\ 50,\ 62, \ldots$$
Check ($$N = 14$$): $$14 = 3\times 4 + 2$$ and $$14 = 4\times 3 + 2$$. $$\checkmark$$
Answer
5
"I hold some pebbles, not too many,
When I group them in 3's, one stays with me.
Try pairing them up — it simply won't do,
A stubborn odd pebble remains in my view.
Group them by 5, yet one's still around,
But grouping by seven, perfection is found.
More than one hundred would be far too bold,
Can you tell me the number of pebbles I hold?"
Solution
Let $$N$$ be the number of pebbles. The clues say:
- $$N$$ leaves remainder $$1$$ on division by $$3$$.
- $$N$$ leaves remainder $$1$$ on division by $$2$$.
- $$N$$ leaves remainder $$1$$ on division by $$5$$.
- $$N$$ is divisible by $$7$$ (no remainder).
- $$N \le 100$$.
The first three conditions say $$N - 1$$ is a multiple of $$2$$, $$3$$, and $$5$$, i.e. a multiple of $$\text{lcm}(2,3,5) = 30$$.
So $$N = 30k + 1$$ for some integer $$k$$. The candidates below $$100$$ are:
$$1,\ 31,\ 61,\ 91.$$
Now use the last condition — $$N$$ must be divisible by $$7$$:
- $$1 \div 7$$: remainder $$1$$. No.
- $$31 \div 7$$: remainder $$3$$. No.
- $$61 \div 7$$: remainder $$5$$. No.
- $$91 \div 7 = 13$$. Yes.
So $$N = 91$$.
Verify: $$91 = 3\cdot 30 + 1$$, so remainder $$1$$ on $$\div 3, \div 5, \div 2$$; and $$91 = 7\times 13$$ divides evenly. And $$91 < 100$$. $$\checkmark$$
Answer
6 Tathagat has written several numbers that leave a remainder of 2 when divided by 6. He claims, "If you add any three such numbers, the sum will always be a multiple of 6." Is Tathagat's claim true?
Solution
Let three numbers of this form be $$6a + 2,\ 6b + 2,\ 6c + 2$$. Add them:
$$(6a + 2) + (6b + 2) + (6c + 2) = 6a + 6b + 6c + 6 = 6(a + b + c + 1).$$
This is a multiple of $$6$$.
Example: $$2 + 8 + 14 = 24 = 6 \times 4$$.
Another: $$8 + 20 + 26 = 54 = 6 \times 9$$.
So Tathagat is right — the sum of any three such numbers is always a multiple of $$6$$.
Answer
7 When divided by 7, the number 661 leaves a remainder of 3, and 4779 leaves a remainder of 5. Without calculating, can you say what remainders the following expressions will leave when divided by 7? Show the solution both algebraically and visually.
(i) $$4779 + 661$$
Solution
We know $$4779 = 7q_1 + 5$$ and $$661 = 7q_2 + 3$$ for some integers $$q_1, q_2$$. Adding,
$$4779 + 661 = 7q_1 + 7q_2 + 5 + 3 = 7(q_1 + q_2) + 8.$$
Now $$8 = 7 + 1$$, so
$$4779 + 661 = 7(q_1 + q_2 + 1) + 1.$$
The remainder is $$\boxed{1}$$.
Visually: stack a $$7q_1 + 5$$ 'ribbon' on top of a $$7q_2 + 3$$ ribbon. The two leftover pieces of $$5$$ and $$3$$ combine to $$8$$, which fills one more group of $$7$$ and leaves $$1$$ extra.
Verify: $$4779 + 661 = 5440$$, and $$5440 \div 7 = 777$$ remainder $$1$$. $$\checkmark$$
Answer
(ii) $$4779 - 661$$
Solution
Write $$4779 = 7q_1 + 5$$ and $$661 = 7q_2 + 3$$. Subtracting:
$$4779 - 661 = 7(q_1 - q_2) + (5 - 3) = 7(q_1 - q_2) + 2.$$
The remainder is $$\boxed{2}$$.
Visually: a $$7q_1 + 5$$ ribbon minus a $$7q_2 + 3$$ ribbon leaves $$5 - 3 = 2$$ extra beyond the whole groups of $$7$$.
Verify: $$4779 - 661 = 4118$$, and $$4118 \div 7 = 588$$ remainder $$2$$. $$\checkmark$$
Answer
8 Find a number that leaves a remainder of 2 when divided by 3, a remainder of 3 when divided by 4, and a remainder of 4 when divided by 5. What is the smallest such number? Can you give a simple explanation of why it is the smallest?
Solution
Observe a nice pattern: in each condition, the remainder is exactly $$1$$ less than the divisor.
- Remainder $$2$$ on division by $$3$$ means $$N + 1$$ is a multiple of $$3$$.
- Remainder $$3$$ on division by $$4$$ means $$N + 1$$ is a multiple of $$4$$.
- Remainder $$4$$ on division by $$5$$ means $$N + 1$$ is a multiple of $$5$$.
So $$N + 1$$ is a common multiple of $$3, 4, 5$$, i.e. a multiple of $$\text{lcm}(3, 4, 5) = 60$$.
The smallest positive such $$N$$ comes from the smallest positive multiple of $$60$$, namely $$N + 1 = 60$$, giving
$$N = 59.$$
Verify: $$59 = 3\times 19 + 2$$; $$59 = 4\times 14 + 3$$; $$59 = 5\times 11 + 4$$. $$\checkmark$$
Why smallest? Because $$N + 1$$ must be a common multiple of $$3, 4, 5$$, and the smallest positive common multiple is their LCM, $$60$$. Any smaller $$N + 1$$ would miss one of the divisibilities.
Answer
Intext Questions (Section 5.2 — up to Figure it Out on Page 126)
30 Similarly, explain using algebra why the divisibility shortcuts for 5, 2, 4, and 8 work.
Solution
Any natural number can be written by separating its last few digits. For example, a $$4$$-digit number $$\overline{abcd}$$ is
$$\overline{abcd} = 1000a + 100b + 10c + d.$$
Divisibility by 2. $$1000a + 100b + 10c$$ is a multiple of $$2$$ (each term has factor $$10$$, hence $$2$$). So $$\overline{abcd}$$ is a multiple of $$2$$ iff $$d$$ is a multiple of $$2$$, i.e. the last digit is even.
Divisibility by 5. Similarly $$1000a + 100b + 10c$$ is a multiple of $$5$$. So $$\overline{abcd}$$ is a multiple of $$5$$ iff $$d \in \{0, 5\}$$.
Divisibility by 4. $$100b, 1000a$$ are multiples of $$4$$ (since $$100 = 4 \times 25$$ and $$1000 = 4 \times 250$$). So $$\overline{abcd} = (\text{multiple of }4) + 10c + d.$$ The number is divisible by $$4$$ iff the number formed by the last two digits, $$10c + d$$, is divisible by $$4$$.
Divisibility by 8. $$1000 = 8 \times 125$$, so $$1000a$$ is a multiple of $$8$$. Hence $$\overline{abcd} = 1000a + (100b + 10c + d)$$ is divisible by $$8$$ iff the number formed by the last three digits, $$100b + 10c + d$$, is divisible by $$8$$.
Answer
31 Can you say, without actually calculating, which of these numbers are divisible by 9: 999, 909, 900, 90, 990?
Solution
Use the shortcut: a number is divisible by $$9$$ iff the sum of its digits is divisible by $$9$$.
| Number | Digit sum | Divisible by $$9$$? |
|---|---|---|
| $$999$$ | $$9+9+9=27$$ | Yes |
| $$909$$ | $$9+0+9=18$$ | Yes |
| $$900$$ | $$9+0+0=9$$ | Yes |
| $$90$$ | $$9+0=9$$ | Yes |
| $$990$$ | $$9+9+0=18$$ | Yes |
All five numbers are divisible by $$9$$.
Answer
32 Can we say that any number made up of only the digits '0' and '9', in any order, will always be divisible by 9?
Solution
Yes. If a number uses only the digits $$0$$ and $$9$$, the sum of its digits is $$9 \times (\text{number of } 9\text{s})$$, which is always a multiple of $$9$$. By the divisibility rule for $$9$$, the number itself is a multiple of $$9$$.
Examples: $$9009,\ 90000,\ 99900909,\ 909090$$ — each has a digit sum that is $$0, 9, 18, 27, \ldots$$, always a multiple of $$9$$.
Answer
33 Is 10 divisible by 9? If not, what is the remainder?
Solution
$$10 = 9 \times 1 + 1$$, so $$10$$ is not divisible by $$9$$; the remainder is $$1$$.
Answer
34 Similarly, look at the remainder when the multiples of 100 (100, 200, 300, ...) are divided by 9. What do you notice?
Solution
Since $$100 = 99 + 1 = 9 \times 11 + 1$$, $$100$$ leaves remainder $$1$$ on division by $$9$$.
For any multiple of $$100$$, $$100k = 9(11k) + k$$, so $$100k$$ leaves the same remainder as $$k$$ does on division by $$9$$. In particular:
| Number | Remainder $$\div 9$$ |
|---|---|
| $$100$$ | $$1$$ |
| $$200$$ | $$2$$ |
| $$300$$ | $$3$$ |
| $$400$$ | $$4$$ |
| $$500$$ | $$5$$ |
| $$600$$ | $$6$$ |
| $$700$$ | $$7$$ |
| $$800$$ | $$8$$ |
| $$900$$ | $$0$$ |
Pattern: $$100k$$ leaves remainder $$k$$ (mod $$9$$) when divided by $$9$$.
Answer
35 Using this observation, find the remainder when 427 is divided by 9.
Solution
Split $$427 = 400 + 20 + 7$$.
- $$400 = 9 \times 44 + 4$$, remainder $$4$$.
- $$20 = 9 \times 2 + 2$$, remainder $$2$$.
- $$7$$ leaves remainder $$7$$.
Adding remainders: $$4 + 2 + 7 = 13$$, and $$13 = 9 + 4$$, so the total remainder is $$4$$.
Equivalently, the digit sum $$4 + 2 + 7 = 13$$ leaves remainder $$4$$ on division by $$9$$.
Verify: $$427 = 9 \times 47 + 4$$. $$\checkmark$$
Answer
36 Will this work with bigger numbers?
Solution
Yes. Every power of $$10$$ leaves remainder $$1$$ on division by $$9$$:
$$10 = 9 + 1$$
$$100 = 99 + 1$$
$$1000 = 999 + 1$$
$$10000 = 9999 + 1$$
So for a general number $$\overline{a_n a_{n-1} \ldots a_1 a_0}$$ the place values $$10^k a_k$$ contribute a remainder of $$a_k$$ each. Adding all these remainders gives the digit sum $$a_0 + a_1 + \cdots + a_n$$. The full number and its digit sum have the same remainder when divided by $$9$$.
Example: $$54321$$ has digit sum $$5+4+3+2+1 = 15$$, which leaves remainder $$6$$ (since $$15 = 9 + 6$$). Indeed $$54321 = 9 \times 6035 + 6$$.
Answer
37
Look at each of the following statements. Which are correct and why?
- If a number is divisible by 9, then the sum of its digits is divisible by 9.
- If the sum of the digits of a number is divisible by 9, then the number is divisible by 9.
- If a number is not divisible by 9, then the sum of its digits is not divisible by 9.
- If the sum of the digits of a number is not divisible by 9, then the number is not divisible by 9.
Solution
From the digit-sum rule we have proved: a number and the sum of its digits leave the same remainder on division by $$9$$. This gives an if-and-only-if:
$$9 \mid N \iff 9 \mid (\text{digit sum of }N).$$
- Correct. If $$9 \mid N$$ then $$9 \mid$$ digit sum.
- Correct. If $$9 \mid$$ digit sum then $$9 \mid N$$.
- Correct. This is the contrapositive of (2): if $$9 \nmid N$$, then $$9 \nmid$$ digit sum.
- Correct. This is the contrapositive of (1): if $$9 \nmid$$ digit sum, then $$9 \nmid N$$.
All four statements are correct. They are just the four equivalent forms (P⇒Q, Q⇒P, ¬P⇒¬Q, ¬Q⇒¬P) of the same biconditional.
Answer
Figure it Out (Page 126)
1 Find, without dividing, whether the following numbers are divisible by 9.
(i) 123
Solution
Sum of digits: $$1 + 2 + 3 = 6$$. Since $$6$$ is not a multiple of $$9$$, $$123$$ is not divisible by $$9$$.
Answer
(ii) 405
Solution
Sum of digits: $$4 + 0 + 5 = 9$$. Since $$9$$ is a multiple of $$9$$, $$405$$ is divisible by $$9$$.
Check: $$405 = 9 \times 45$$. $$\checkmark$$
Answer
(iii) 8888
Solution
Sum of digits: $$8 + 8 + 8 + 8 = 32$$. Since $$32 = 27 + 5$$, it is not a multiple of $$9$$. So $$8888$$ is not divisible by $$9$$.
Answer
(iv) 93547
Solution
Sum of digits: $$9 + 3 + 5 + 4 + 7 = 28$$. Since $$28 = 27 + 1$$, it is not a multiple of $$9$$. So $$93547$$ is not divisible by $$9$$.
Answer
(v) 358095
Solution
Sum of digits: $$3 + 5 + 8 + 0 + 9 + 5 = 30$$. Since $$30 = 27 + 3$$, it leaves remainder $$3$$, so it is not a multiple of $$9$$. Hence $$358095$$ is not divisible by $$9$$.
Answer
2 Find the smallest multiple of 9 with no odd digits.
Solution
We need a multiple of $$9$$ whose digits are all from $$\{0, 2, 4, 6, 8\}$$.
One-digit multiples of $$9$$: $$9$$ — odd digit. No good.
Two-digit multiples of $$9$$: $$18, 27, 36, 45, 54, 63, 72, 81, 90, 99$$. Each contains at least one odd digit ($$1, 3, 5, 7, 9$$). None work.
Three-digit multiples of $$9$$: we need digits from $$\{0, 2, 4, 6, 8\}$$ with digit sum a multiple of $$9$$. Try to make the smallest such number.
To be smallest, use the smallest possible number of digits and the smallest leading digits. With $$3$$ digits, we want digit sum $$9$$ or $$18$$. But $$9$$ is odd — we cannot get an odd sum from only even digits! So we need the digit sum $$= 18$$.
Now we want the smallest $$3$$-digit number using only even digits summing to $$18$$. To minimize the hundreds digit, try hundreds $$= 2$$: then remaining two digits sum to $$16$$ from $$\{0,2,4,6,8\}$$ — smallest option is $$88$$. Gives $$288$$. Check: $$2+8+8=18$$ ✓, and $$288 = 9\times 32$$. All digits even ✓.
Could hundreds be $$0$$? No — then it isn't a $$3$$-digit number. So $$288$$ is the smallest three-digit candidate. (Any $$2$$-digit candidate is impossible, as shown above.)
Answer
3 Find the multiple of 9 that is closest to the number 6000.
Solution
Divide $$6000$$ by $$9$$: $$6000 = 9 \times 666 + 6$$, so the nearest multiples of $$9$$ are
$$9 \times 666 = 5994 \quad \text{and} \quad 9 \times 667 = 6003.$$
Distances: $$6000 - 5994 = 6$$ and $$6003 - 6000 = 3$$. Since $$3 < 6$$, the closer one is $$6003$$.
Verify with digit sums: $$5994: 5+9+9+4 = 27$$ ✓; $$6003: 6+0+0+3 = 9$$ ✓.
Answer
4 How many multiples of 9 are there between the numbers 4300 and 4400?
Solution
Find the smallest multiple of $$9$$ that is $$\ge 4300$$. Since $$4300 \div 9 = 477.\overline{7}$$, the smallest multiple $$\ge 4300$$ is $$9 \times 478 = 4302$$.
Find the largest multiple of $$9$$ that is $$\le 4400$$. Since $$4400 \div 9 = 488.\overline{8}$$, the largest multiple $$\le 4400$$ is $$9 \times 488 = 4392$$.
So the multiples of $$9$$ in the range are $$9 \times 478, 9 \times 479, \ldots, 9 \times 488$$. The count is
$$488 - 478 + 1 = 11.$$
So there are $$11$$ multiples of $$9$$ between $$4300$$ and $$4400$$ (both inclusive).
Answer
Intext Questions (Section 5.2 — between Figure it Out on Pages 126 and 131)
38
A Shortcut for Divisibility by 3. The shortcut to find the divisibility by 3 is similar to the method for 9. A number is divisible by 3 if the sum of its digits is divisible by 3. Explore the remainders when powers of 10 are divided by 3. Explain why this method works.
Solution
Compute the remainders of powers of $$10$$ modulo $$3$$:
$$10 = 3\times 3 + 1$$ (remainder $$1$$)
$$100 = 3\times 33 + 1$$ (remainder $$1$$)
$$1000 = 3\times 333 + 1$$ (remainder $$1$$)
and in general $$10^k = 3 \cdot \underbrace{33\cdots 3}_{k} + 1$$, remainder $$1$$.
So every power of $$10$$ leaves remainder $$1$$ when divided by $$3$$. A number $$N = a_n \cdot 10^n + \cdots + a_1 \cdot 10 + a_0$$ therefore leaves the same remainder as $$a_n + \cdots + a_1 + a_0$$, its digit sum, on division by $$3$$. In particular, $$3 \mid N$$ iff $$3 \mid (\text{digit sum})$$.
Example: for $$471$$, digit sum $$= 12$$, divisible by $$3$$; check $$471 = 3 \times 157$$ ✓.
Answer
39 Using these observations, can you tell whether the number 462 is divisible by 11?
Solution
Powers of $$10$$ mod $$11$$:
$$10 = 11\times 1 - 1$$ (remainder $$-1$$, i.e. $$10$$).
$$100 = 11\times 9 + 1$$ (remainder $$1$$).
$$1000 = 11\times 91 - 1$$ (remainder $$-1$$).
So $$10^k$$ alternates between $$+1$$ and $$-1$$ (mod $$11$$).
For $$462 = 4\cdot 100 + 6\cdot 10 + 2$$, the remainder is $$4\cdot 1 + 6\cdot(-1) + 2\cdot 1 = 4 - 6 + 2 = 0$$. Hence $$462$$ is divisible by $$11$$.
Check: $$462 = 11 \times 42$$. $$\checkmark$$
Answer
40 What could be a general method or shortcut to check divisibility by 11?
Solution
Take the digits of the number starting from the units place. Alternately assign them $$+$$ and $$-$$ signs (units $$+$$, tens $$-$$, hundreds $$+$$, …) and add. Call this the alternating digit sum. The number is divisible by $$11$$ iff the alternating digit sum is divisible by $$11$$ (including $$0$$).
Equivalently: subtract the sum of digits in odd positions (from the right) from the sum of digits in even positions (from the right), and check whether the difference is a multiple of $$11$$.
Example: for $$9152$$, going from the units, alternating sum $$= 2 - 5 + 1 - 9 = -11$$, which is a multiple of $$11$$, so $$9152$$ is divisible by $$11$$ ($$9152 = 11 \times 832$$).
Answer
41 If this difference is 11 or a multiple of 11, what does that say about the remainder obtained when the number is divisible by 11?
Solution
Because $$10^k$$ mod $$11$$ is $$(-1)^k$$, the number itself leaves the same remainder as its alternating digit sum when divided by $$11$$.
So if the alternating digit sum is $$0$$ or a (positive or negative) multiple of $$11$$, the number leaves remainder $$0$$ — i.e. it is exactly divisible by $$11$$.
If the alternating digit sum is some value $$d$$ with $$-10 \le d \le 10$$, the remainder on division by $$11$$ is $$d$$ if $$d \ge 0$$, or $$d + 11$$ if $$d < 0$$.
Answer
42 Using this shortcut, find out whether the following numbers are divisible by 11. Further, find the remainder if the number is not divisible by 11.
(i) 158
Solution
Alternating digit sum (from units): $$8 - 5 + 1 = 4$$.
$$4$$ is not a multiple of $$11$$, so $$158$$ is not divisible by $$11$$.
Since $$0 \le 4 \le 10$$, the remainder is $$4$$. (Check: $$158 = 11\times 14 + 4$$.)
Answer
(ii) 841
Solution
Alternating digit sum (from units): $$1 - 4 + 8 = 5$$.
$$5$$ is not a multiple of $$11$$, so $$841$$ is not divisible by $$11$$; remainder $$5$$.
(Check: $$841 = 11\times 76 + 5$$.)
Answer
(iii) 481
Solution
Alternating digit sum (from units): $$1 - 8 + 4 = -3$$.
$$-3$$ is not a multiple of $$11$$. To find the remainder mod $$11$$: since $$-3 < 0$$, remainder $$= -3 + 11 = 8$$.
(Check: $$481 = 11 \times 43 + 8$$.)
Answer
(iv) 5529
Solution
Alternating digit sum (from units): $$9 - 2 + 5 - 5 = 7$$.
$$7$$ is not a multiple of $$11$$; remainder $$7$$.
(Check: $$5529 = 11 \times 502 + 7$$.)
Answer
(v) 90904
Solution
Alternating digit sum (from units): $$4 - 0 + 9 - 0 + 9 = 22$$.
$$22 = 11 \times 2$$, a multiple of $$11$$. So $$90904$$ is divisible by $$11$$.
(Check: $$90904 = 11 \times 8264$$.)
Answer
(vi) 857076
Solution
Alternating digit sum (from units): $$6 - 7 + 0 - 7 + 5 - 8 = -11$$.
$$-11$$ is a multiple of $$11$$, so $$857076$$ is divisible by $$11$$.
(Check: $$857076 = 11 \times 77916$$.)
Answer
43 Is this method similar to or different from the method we saw just before?
Solution
Similar in spirit but different in detail.
- For $$3$$ and $$9$$, every power of $$10$$ leaves remainder $$1$$, so the shortcut is 'add all digits'.
- For $$11$$, powers of $$10$$ leave remainders that alternate between $$+1$$ and $$-1$$, so the shortcut is 'alternately add and subtract the digits' — the alternating digit sum.
In both cases, we replace each digit by the remainder of its place-value on division by the target, then check that combined value.
Answer
44
Fill in the following table. Find a quick way to do this?
| Number | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 |
|---|---|---|---|---|---|---|---|---|---|
| 128 | Yes | No | No | No | No | Yes | No | No | No |
| 990 | |||||||||
| 1586 | |||||||||
| 275 | |||||||||
| 6686 | |||||||||
| 639210 | |||||||||
| 429714 | |||||||||
| 2856 | |||||||||
| 3060 | |||||||||
| 406839 |
Solution
Quick recipe: for each number check the shortcut once — last digit (for $$2, 5, 10$$), last two digits (for $$4$$), last three digits (for $$8$$), digit sum (for $$3, 9$$), both $$2$$ and $$3$$ (for $$6$$), alternating digit sum from the units (for $$11$$).
For instance, for $$275$$: last digit $$5$$ ⇒ divisible by $$5$$, not $$2$$; digit sum $$14$$ ⇒ not divisible by $$3$$ or $$9$$; last two $$75$$ ⇒ not divisible by $$4$$; alt. sum $$5 - 7 + 2 = 0$$ ⇒ divisible by $$11$$.
| Number | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 |
|---|---|---|---|---|---|---|---|---|---|
| $$128$$ | Yes | No | Yes | No | No | Yes | No | No | No |
| $$990$$ | Yes | Yes | No | Yes | Yes | No | Yes | Yes | Yes |
| $$1586$$ | Yes | No | No | No | No | No | No | No | No |
| $$275$$ | No | No | No | Yes | No | No | No | No | Yes |
| $$6686$$ | Yes | No | No | No | No | No | No | No | No |
| $$639210$$ | Yes | Yes | No | Yes | Yes | No | No | Yes | Yes |
| $$429714$$ | Yes | Yes | No | No | Yes | No | Yes | No | No |
| $$2856$$ | Yes | Yes | Yes | No | Yes | Yes | No | No | No |
| $$3060$$ | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | No |
| $$406839$$ | No | Yes | No | No | No | No | No | No | No |
Note. The example in the textbook shows $$128$$ as 'No' under $$4$$; that is a slip — since $$128 = 4 \times 32$$, the correct entry is 'Yes'.
Answer
45 How can we find out if a number is divisible by 6?
Solution
$$6 = 2 \times 3$$, and $$2$$ and $$3$$ are coprime, so a number is divisible by $$6$$ iff it is divisible by both $$2$$ and $$3$$.
Rule: a number is divisible by $$6$$ iff its last digit is even and the sum of its digits is divisible by $$3$$.
Answer
46 Will checking its divisibility by its factors 2 and 3 work? Use the shortcuts for 2 and 3 on these numbers and divide each number by 6 to verify — 38, 225, 186, 64.
Solution
Since $$\gcd(2, 3) = 1$$, a number is divisible by $$6$$ iff divisible by both $$2$$ and $$3$$. Let's test each:
| Number | Div by $$2$$? | Digit sum | Div by $$3$$? | Prediction: div by $$6$$? | Actual $$\div 6$$ |
|---|---|---|---|---|---|
| $$38$$ | Yes (last $$8$$) | $$11$$ | No | No | $$38 = 6\times 6 + 2$$: No ✓ |
| $$225$$ | No (last $$5$$) | $$9$$ | Yes | No | $$225 = 6\times 37 + 3$$: No ✓ |
| $$186$$ | Yes | $$15$$ | Yes | Yes | $$186 = 6 \times 31$$: Yes ✓ |
| $$64$$ | Yes | $$10$$ | No | No | $$64 = 6\times 10 + 4$$: No ✓ |
Every prediction matches the actual division, so the '$$2$$ and $$3$$' shortcut correctly detects divisibility by $$6$$.
Answer
47 How about checking divisibility by 24? Will checking the divisibility by its factors, 4 and 6, work? Why or why not?
Solution
$$24 = 4 \times 6$$, but $$\gcd(4, 6) = 2 \ne 1$$, so $$4$$ and $$6$$ are not coprime. A number can be divisible by both $$4$$ and $$6$$ yet fail to be divisible by $$24$$.
Counter-example: $$12$$ is divisible by $$4$$ ($$12 = 4 \times 3$$) and by $$6$$ ($$12 = 6 \times 2$$), but $$12$$ is not divisible by $$24$$. Another: $$36$$ is divisible by $$4$$ and $$6$$ but $$36 = 24 \times 1 + 12$$, not divisible by $$24$$.
The correct choice: write $$24 = 8 \times 3$$ with $$\gcd(8, 3) = 1$$. So $$n$$ is divisible by $$24$$ iff it is divisible by both $$8$$ and $$3$$.
Answer
48 What property do you think this digital root will have? Recall that we did this while finding the divisibility shortcut for 9.
Solution
The digital root is obtained by repeatedly adding the digits until we reach a single-digit number ($$1$$–$$9$$). At each step the digit sum has the same remainder as the original number, when divided by $$9$$. So the digital root is congruent to the original number modulo $$9$$.
Property: the digital root of a positive integer $$N$$ equals the remainder $$N$$ leaves on division by $$9$$, with the sole exception that a remainder of $$0$$ corresponds to a digital root of $$9$$.
Consequence: a number is divisible by $$9$$ iff its digital root is $$9$$; a number is divisible by $$3$$ iff its digital root is one of $$3, 6, 9$$.
Answer
49 Between the numbers 600 and 700, which numbers have the digital root: (i) 5, (ii) 7, (iii) 3?
Solution
A number's digital root cycles through $$1, 2, \ldots, 9$$ as the number increases by $$1$$ each time. So we compute the digital root of $$600$$ and step forward.
Digital root of $$600$$: digit sum $$6+0+0 = 6$$. So $$600 \to 6$$. Then $$601 \to 7,\ 602 \to 8,\ 603 \to 9,\ 604 \to 1,\ 605 \to 2,\ 606 \to 3,\ 607 \to 4,\ 608 \to 5,\ 609 \to 6, \ldots$$, and every $$9$$th number has the same digital root.
(i) Digital root $$5$$. First candidate is $$608$$. Adding $$9$$ each time (up to $$700$$):
$$608,\ 617,\ 626,\ 635,\ 644,\ 653,\ 662,\ 671,\ 680,\ 689,\ 698.$$
(ii) Digital root $$7$$. First candidate is $$601$$. Then
$$601,\ 610,\ 619,\ 628,\ 637,\ 646,\ 655,\ 664,\ 673,\ 682,\ 691.$$
(iii) Digital root $$3$$. First candidate is $$606$$. Then
$$606,\ 615,\ 624,\ 633,\ 642,\ 651,\ 660,\ 669,\ 678,\ 687,\ 696.$$
Answer
50 Write the digital roots of any 12 consecutive numbers. What do you observe?
Solution
Take the $$12$$ consecutive numbers $$34, 35, 36, \ldots, 45$$. Their digital roots:
| $$n$$ | Digit sum | Digital root |
|---|---|---|
| $$34$$ | $$7$$ | $$7$$ |
| $$35$$ | $$8$$ | $$8$$ |
| $$36$$ | $$9$$ | $$9$$ |
| $$37$$ | $$10 \to 1$$ | $$1$$ |
| $$38$$ | $$11 \to 2$$ | $$2$$ |
| $$39$$ | $$12 \to 3$$ | $$3$$ |
| $$40$$ | $$4$$ | $$4$$ |
| $$41$$ | $$5$$ | $$5$$ |
| $$42$$ | $$6$$ | $$6$$ |
| $$43$$ | $$7$$ | $$7$$ |
| $$44$$ | $$8$$ | $$8$$ |
| $$45$$ | $$9$$ | $$9$$ |
Observation: Digital roots cycle through $$1, 2, \ldots, 9$$ repeatedly. In $$12$$ consecutive numbers we go through one full cycle of $$9$$ and then start again — so exactly $$3$$ of the digital roots must appear twice (here, $$7, 8, 9$$).
Answer
51 Now, find the digital roots of some consecutive multiples of (i) 3, (ii) 4, and (iii) 6.
Solution
(i) Multiples of $$3$$. The digital roots of $$3, 6, 9, 12, 15, 18, 21, 24, 27, 30, \ldots$$ are $$3, 6, 9, 3, 6, 9, 3, 6, 9, 3, \ldots$$ — a repeating cycle $$(3, 6, 9)$$.
(ii) Multiples of $$4$$. The digital roots of $$4, 8, 12, 16, 20, 24, 28, 32, 36, 40, \ldots$$ are $$4, 8, 3, 7, 2, 6, 1, 5, 9, 4, \ldots$$ — a repeating cycle of length $$9$$ hitting every digit $$1$$ through $$9$$.
(iii) Multiples of $$6$$. The digital roots of $$6, 12, 18, 24, 30, 36, 42, \ldots$$ are $$6, 3, 9, 6, 3, 9, 6, \ldots$$ — a cycle $$(6, 3, 9)$$, same three digits as multiples of $$3$$.
Pattern: the digital roots of multiples of $$k$$ form a cycle whose length is $$\dfrac{9}{\gcd(k, 9)}$$. For $$k = 3, 6$$: cycle length $$3$$. For $$k = 4$$: cycle length $$9$$.
Answer
52 What are the digital roots of numbers that are 1 more than a multiple of 6? What do you notice? Try to explain the patterns noticed.
Solution
Numbers $$1$$ more than a multiple of $$6$$: $$7, 13, 19, 25, 31, 37, 43, 49, 55, 61, \ldots$$
Digital roots: $$7, 4, 1, 7, 4, 1, 7, 4, 1, 7, \ldots$$ — cycle $$(7, 4, 1)$$.
Why? Numbers of the form $$6k + 1$$ increase by $$6$$ each time, so their remainders mod $$9$$ increase by $$6$$ each step (mod $$9$$). Starting from digital root of $$7$$ ($$= 7$$), we get $$7, 7+6=13 \to 4, 4+6=10 \to 1, 1+6=7$$ and cycle back.
So the cycle has length $$3$$, exactly $$\dfrac{9}{\gcd(6, 9)} = \dfrac{9}{3} = 3$$ steps, same as the cycle length for multiples of $$6$$.
Answer
53
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?
Solution
Decode the clues:
- 'Each digit tiniest and odd' — the tiniest odd digit is $$1$$, so every digit of the number is $$1$$.
- 'The largest odd single-digit I proudly claim' — the largest odd single-digit is $$9$$; this is what the digital root equals.
- 'My digits count, their sum, my root … All point to one bold number' — the count of digits, the sum of the digits, and the digital root are all $$9$$.
If every digit is $$1$$ and there are $$9$$ digits, then the sum of digits is $$1 \times 9 = 9$$, and the digital root is $$9$$. That fits every clue.
So the number is
$$\boxed{111\,111\,111}$$
— 'nine ones'.
Answer
Figure it Out (Page 131)
1 The digital root of an 8-digit number is 5. What will be the digital root of 10 more than that number?
Solution
Adding $$1$$ to a number increases its digital root by $$1$$ (wrapping $$9 \to 1$$). Adding $$10 = 9 + 1$$ increases the digital root by $$1$$, because adding $$9$$ doesn't change it and adding $$1$$ increases it by $$1$$.
Since the original digital root is $$5$$, the digital root of $$N + 10$$ is $$5 + 1 = 6$$.
Answer
2 Write any number. Generate a sequence of numbers by repeatedly adding 11. What would be the digital roots of this sequence of numbers? Share your observations.
Solution
Adding $$11 = 9 + 2$$ increases the digital root by $$2$$ (mod $$9$$), because adding $$9$$ leaves the digital root unchanged.
Start with, say, $$5$$. Then the sequence $$5, 16, 27, 38, 49, 60, 71, 82, 93, 104, \ldots$$ has digital roots
$$5, 7, 9, 2, 4, 6, 8, 1, 3, 5, 7, \ldots$$
The digital roots go up by $$2$$ each time (wrapping past $$9$$). After $$9$$ steps the cycle repeats. Since $$\gcd(2, 9) = 1$$, the digital roots hit every digit $$1$$–$$9$$ exactly once before the pattern repeats.
Answer
3 What will be the digital root of the number $$9a + 36b + 13$$?
Solution
The digital root of $$N$$ equals $$N$$ mod $$9$$ (with $$0$$ shown as $$9$$).
Now $$9a$$ is a multiple of $$9$$ ⇒ remainder $$0$$ mod $$9$$. $$36b = 9\cdot 4b$$ is also a multiple of $$9$$ ⇒ remainder $$0$$ mod $$9$$. So
$$9a + 36b + 13 \equiv 13 \equiv 4 \pmod 9.$$
Hence the digital root of $$9a + 36b + 13$$ is $$4$$ (independent of $$a$$ and $$b$$).
Answer
4 Make conjectures by examining if there are any patterns or relations between
(i) the parity of a number and its digital root.
Solution
Parity of $$N$$ and parity of its digital root are not reliably related. For instance:
- $$11$$ is odd, digital root $$2$$ (even).
- $$12$$ is even, digital root $$3$$ (odd).
- $$27$$ is odd, digital root $$9$$ (odd).
- $$36$$ is even, digital root $$9$$ (odd).
So an even number can have an even or odd digital root, and an odd number can have either too. Conjecture: no direct relation.
Answer
(ii) the digital root of a number and the remainder obtained when the number is divided by 3 or 9.
Solution
Mod 9: The digital root of a positive integer $$N$$ equals its remainder mod $$9$$, with the sole convention that a remainder of $$0$$ is represented by digital root $$9$$.
| Digital root | Remainder mod $$9$$ |
|---|---|
| $$1, 2, 3, 4, 5, 6, 7, 8$$ | $$1, 2, 3, 4, 5, 6, 7, 8$$ |
| $$9$$ | $$0$$ |
Mod 3: Since $$9 = 3\times 3$$, the remainder mod $$3$$ is simply the digital root reduced mod $$3$$:
| Digital root | Remainder mod $$3$$ |
|---|---|
| $$3, 6, 9$$ | $$0$$ |
| $$1, 4, 7$$ | $$1$$ |
| $$2, 5, 8$$ | $$2$$ |
So the digital root completely determines both remainders.
Answer
Intext Questions (Section 5.3 — Digits in Disguise)
54
Solve the cryptarithms given below.
(i) $$\begin{array}{r} A1 \\ +\ 1B \\ \hline B0 \end{array}$$ (ii) $$\begin{array}{r} AB \\ +\ 37 \\ \hline 6A \end{array}$$ (iii) $$\begin{array}{r} ON \\ ON \\ +\ ON \\ \hline PO \end{array}$$ (iv) $$\begin{array}{r} QR \\ QR \\ +\ QR \\ \hline PRR \end{array}$$
Solution
(i) $$A1 + 1B = B0$$. Units: $$1 + B$$ ends in $$0$$ ⇒ $$B = 9$$ with carry $$1$$. Tens: $$A + 1 + 1 = B = 9$$ ⇒ $$A = 7$$. Check: $$71 + 19 = 90$$ ✓.
(ii) $$AB + 37 = 6A$$. Units: $$B + 7$$ ends in $$A$$; so $$A = B + 7$$ (if no carry) or $$A = B - 3$$ (if carry $$1$$). Tens: $$A + 3 + c = 6$$, i.e. $$A + c = 3$$ where $$c \in \{0,1\}$$. Case $$c = 0$$: $$A = 3$$, so $$B + 7 = 3$$ — impossible. Case $$c = 1$$: $$A = 2$$, and $$B + 7 = 12$$ ⇒ $$B = 5$$. Check: $$25 + 37 = 62$$ ✓.
(iii) $$ON + ON + ON = PO$$, i.e. $$3 \times \overline{ON} = \overline{PO}$$. Since $$\overline{PO}$$ is two-digit, $$3 \cdot \overline{ON} \le 99$$, so $$\overline{ON} \le 33$$. Also $$\overline{ON} \ge 10$$. The units of $$3N$$ must equal $$O$$: $$3N \equiv O \pmod{10}$$. And the tens digit of $$\overline{PO}$$ is $$P$$.
Try small $$\overline{ON}$$ with tens digit $$O$$: for $$\overline{ON} = 15$$, $$3\times 15 = 45$$, so $$O = 4, P = 4$$? But $$O = 1$$ originally — no. Instead we need the tens digit of $$\overline{ON}$$ to match the units digit of $$3 \cdot \overline{ON}$$.
Enumerate $$O \in \{1, 2, 3\}$$:
- $$O = 1$$: need $$3N$$ end in $$1$$ ⇒ $$N = 7$$. Then $$\overline{ON} = 17$$, $$3 \times 17 = 51 = \overline{PO}$$ ⇒ $$P = 5, O = 1$$ ✓.
- $$O = 2$$: need $$3N$$ end in $$2$$ ⇒ $$N = 4$$. Then $$\overline{ON} = 24$$, $$3 \times 24 = 72 = \overline{PO}$$ ⇒ $$O = 2, P = 7$$ ✓.
- $$O = 3$$: need $$3N$$ end in $$3$$ ⇒ $$N = 1$$. Then $$\overline{ON} = 31$$, $$3 \times 31 = 93 = \overline{PO}$$ ⇒ $$O = 3, P = 9$$ ✓.
All three assignments work: $$(O, N, P) = (1, 7, 5), (2, 4, 7), (3, 1, 9)$$.
(iv) $$3 \times \overline{QR} = \overline{PRR}$$. Units: $$3R$$ ends in $$R$$ ⇒ $$2R \equiv 0 \pmod{10}$$ ⇒ $$R \in \{0, 5\}$$.
- $$R = 0$$: $$3 \times \overline{Q0} = \overline{P00}$$. Then $$30Q = 100P$$, i.e. $$3Q = 10P$$. No integer solution with $$P \ne 0$$ and digits.
- $$R = 5$$: $$3 \times \overline{Q5} = \overline{P55}$$. Now $$3 \times \overline{Q5} \ge 100$$ ⇒ $$\overline{Q5} \ge 34$$, and $$\overline{Q5} \le 333$$, so $$Q \in \{4, 5, 6, 7, 8, 9\}$$. Check each: $$3\times 45 = 135$$ (ends $$35$$, no); $$3 \times 55 = 165$$ (no); $$3\times 65 = 195$$ (no); $$3\times 75 = 225$$ (no); $$3 \times 85 = 255$$ — ends in $$55$$, so $$P = 2, R = 5, Q = 8$$ ✓; $$3 \times 95 = 285$$ (no).
Solution: $$Q = 8, R = 5, P = 2$$; check $$85 + 85 + 85 = 255$$ ✓.
Answer
55 (v) $$PQ \times 8 = RS$$.
Solution
$$\overline{PQ}$$ is a two-digit number, so $$10 \le \overline{PQ} \le 99$$. The product $$\overline{RS}$$ must also be two-digit, so $$\overline{PQ} \times 8 \le 99$$, giving $$\overline{PQ} \le 12$$.
Also since different letters denote different digits, $$P \ne Q$$. The candidates are:
- $$\overline{PQ} = 10$$: $$10 \times 8 = 80$$. Then $$Q = 0$$ and $$S = 0$$ — same digit for different letters. Rejected.
- $$\overline{PQ} = 11$$: $$P = Q = 1$$. Rejected.
- $$\overline{PQ} = 12$$: $$12 \times 8 = 96$$. So $$P = 1, Q = 2, R = 9, S = 6$$ — all distinct ✓.
So $$\overline{PQ} = 12$$ and $$\overline{RS} = 96$$.
Answer
56 (vi) Try this now: $$GH \times H = 9K$$.
Solution
Let $$\overline{GH} \times H = \overline{9K}$$. Expanding, $$(10G + H) \cdot H = 90 + K$$, so $$10GH + H^2 = 90 + K$$. The product is between $$90$$ and $$99$$, so we scan each $$H$$.
- $$H = 1$$: $$\overline{G1}\cdot 1 = \overline{G1}$$, need $$G = 9$$ ⇒ $$K = 1 = H$$. Rejected.
- $$H = 2$$: $$20G + 4 \in [90,99]$$ has no integer solution.
- $$H = 3$$: $$30G + 9 \in [90,99]$$ ⇒ $$G = 3$$ ⇒ $$G = H$$. Rejected.
- $$H = 4$$: $$40G + 16 \in [90,99]$$ ⇒ $$G = 2$$, product $$96$$, so $$K = 6$$. Distinct ✓.
- $$H = 5$$: $$50G + 25 \in [90,99]$$ — no integer solution.
- $$H = 6$$: $$60G + 36 \in [90,99]$$ ⇒ $$G = 1$$, product $$96$$, $$K = 6 = H$$. Rejected.
- $$H \ge 7$$: no integer solutions with $$G \ge 1$$.
Unique valid solution: $$G = 2,\ H = 4,\ K = 6$$, i.e. $$24 \times 4 = 96$$.
Answer
57 (vii) Here is one more: $$BYE \times 6 = RAY$$. Anshu says, "Since the product is a 3-digit number, B can't be 2 or more. If B = 2, i.e., 2 hundreds, the product will be more than 1200. So, B = 1."
Solution
Anshu's reasoning is right. If $$B \ge 2$$, then $$\overline{BYE} \ge 200$$, and $$6 \times 200 = 1200$$ — a $$4$$-digit number, not a $$3$$-digit $$\overline{RAY}$$. So $$B = 1$$.
Also $$B \ne 0$$, because $$\overline{BYE}$$ has to be a genuine $$3$$-digit number.
So the puzzle becomes $$\overline{1YE} \times 6 = \overline{RAY}$$, with $$\overline{1YE} \le 166$$ (to keep the product below $$1000$$).
Answer
58 What can you say about 'Y'? What digits are possible/not possible?
Solution
Two things constrain $$Y$$:
- $$Y$$ is the tens digit of $$\overline{1YE}$$ and must satisfy $$\overline{1YE} \le 166$$. So $$Y \in \{0, 1, 2, 3, 4, 5, 6\}$$.
- $$Y$$ is also the units digit of $$\overline{RAY} = 6 \times \overline{1YE}$$, so $$Y \equiv 6E \pmod{10}$$, i.e. $$Y$$ equals the units digit of $$6E$$.
Since $$Y \ne 1 (=B)$$, and looking at the units of $$6E$$ for $$E = 0,1,\ldots,9$$: units are $$0, 6, 2, 8, 4, 0, 6, 2, 8, 4$$. So $$Y \in \{0, 2, 4, 6, 8\}$$ — $$Y$$ is always even.
Combining with $$Y \le 6$$: $$Y \in \{0, 2, 4, 6\}$$. Odd digits and $$8, 9$$ are impossible.
Systematically checking each valid $$E$$ (with distinct digits for all letters) narrows to the unique solution $$E = 5,\ Y = 0,\ 1YE = 105,\ 105 \times 6 = 630$$, giving $$R = 6, A = 3$$.
Verify: $$105 \times 6 = 630$$. Letters $$B=1, Y=0, E=5, R=6, A=3$$ — all distinct ✓.
Answer
59 Solve the following:
(i) $$UT \times 3 = PUT$$
Solution
Let $$\overline{UT} = 10U + T$$. Then $$\overline{PUT} = 100P + 10U + T$$. Equate:
$$3(10U + T) = 100P + 10U + T$$
$$30U + 3T = 100P + 10U + T$$
$$20U + 2T = 100P$$
$$10U + T = 50P.$$
So $$\overline{UT} = 50P$$. Since $$\overline{UT}$$ is $$2$$-digit, $$P = 1$$, giving $$\overline{UT} = 50$$, so $$U = 5, T = 0$$.
Check: $$50 \times 3 = 150$$; letters $$P=1, U=5, T=0$$, all distinct ✓.
Answer
(ii) $$AB \times 5 = BC$$
Solution
$$(10A + B) \times 5 = 10B + C$$, so $$50A + 5B = 10B + C$$, i.e. $$50A = 5B + C.$$
Since $$5B + C \le 5\cdot 9 + 9 = 54$$, we need $$50A \le 54$$, hence $$A = 1$$.
Then $$5B + C = 50$$. With $$0 \le C \le 9$$, $$B$$ must satisfy $$5B \ge 41$$, i.e. $$B = 9$$ (giving $$C = 5$$) or $$B = 10$$ (invalid).
So $$A = 1, B = 9, C = 5$$. Check: $$19 \times 5 = 95$$ ✓.
Answer
(iii) $$L2N \times 2 = 2NP$$
Solution
$$\overline{L2N} = 100L + 20 + N$$ and $$\overline{2NP} = 200 + 10N + P$$. Equate:
$$2(100L + 20 + N) = 200 + 10N + P$$
$$200L + 40 + 2N = 200 + 10N + P$$
$$200L - 160 = 8N + P.$$
Since $$0 \le 8N + P \le 8\cdot 9 + 9 = 81$$, we need $$L = 1$$, giving $$8N + P = 40$$.
Try $$N = 4$$: $$32 + P = 40 \Rightarrow P = 8$$; check $$124 \times 2 = 248$$ ✓.
Try $$N = 5$$: $$40 + P = 40 \Rightarrow P = 0$$; check $$125 \times 2 = 250$$ ✓.
Other $$N$$: $$N = 3$$ gives $$P = 16$$ (invalid).
Both give valid cryptarithm solutions.
Answer
(iv) $$XY \times 4 = ZX$$
Solution
$$(10X + Y) \times 4 = 10Z + X$$ ⇒ $$40X + 4Y = 10Z + X$$ ⇒ $$39X + 4Y = 10Z.$$
The RHS is a $$2$$-digit multiple of $$10$$, so $$10 \le 10Z \le 90$$. Also $$\overline{ZX}$$ is $$2$$-digit, so $$\overline{XY} \le 24$$, i.e. $$X \in \{1, 2\}$$.
- $$X = 1$$: $$39 + 4Y = 10Z$$. Need $$4Y \equiv 1 \pmod{10}$$ — but $$4Y$$ is always even. No solution.
- $$X = 2$$: $$78 + 4Y = 10Z$$. Need $$4Y \equiv 2 \pmod{10}$$, so units of $$4Y$$ is $$2$$: $$Y \in \{3, 8\}$$. With $$\overline{XY} \le 24$$ we need $$Y \le 4$$, so $$Y = 3$$. Then $$78 + 12 = 90 = 10Z$$ ⇒ $$Z = 9$$.
Solution: $$X = 2, Y = 3, Z = 9$$. Check: $$23 \times 4 = 92$$ ✓.
Answer
(v) $$PP \times QQ = PRP$$
Solution
$$\overline{PP} = 11P$$ and $$\overline{QQ} = 11Q$$, so the product is $$121 PQ$$. This equals $$\overline{PRP} = 101P + 10R$$.
Since $$\overline{PRP}$$ is a $$3$$-digit number, $$121 PQ \le 999$$, giving $$PQ \le 8$$.
The hundreds and units digits of the product must both equal $$P$$. Setting $$Q = 1$$ (so the product is $$121P$$):
- $$P = 1$$: $$121$$, need $$P=1$$ for hundreds/units ✓, so $$R = 2$$. But $$P = Q = 1$$ — same digit for different letters. Rejected.
- $$P = 2$$: $$242$$; hundreds $$= 2$$, units $$= 2$$ ✓, so $$R = 4$$. Distinct ✓.
- $$P = 3$$: $$363$$; $$R = 6$$. Distinct ✓.
- $$P = 4$$: $$484$$; $$R = 8$$. Distinct ✓.
- $$P = 5$$: $$605$$; hundreds $$6 \ne 5$$. Rejected.
For $$Q \ge 2$$, $$P Q \ge 2P$$, and the product doesn't fit the $$P\_P$$ pattern.
Three valid answers: $$(P, Q, R) = (2, 1, 4),\ (3, 1, 6),\ (4, 1, 8)$$.
Answer
(vi) $$JK \times 6 = KKK$$
Solution
$$\overline{KKK} = 111K$$. So $$(10J + K) \times 6 = 111K$$, giving
$$60J + 6K = 111K$$
$$60J = 105K$$
$$4J = 7K.$$
Since $$J$$ and $$K$$ are digits ($$0$$–$$9$$) and $$\gcd(4, 7) = 1$$, we need $$J$$ to be a multiple of $$7$$ and $$K$$ to be a multiple of $$4$$: $$J = 7,\ K = 4$$ (the only pair of single-digit multiples that work).
Check: $$74 \times 6 = 444$$ ✓.
Answer
Figure it Out (Page 132)
1 If $$31z5$$ is a multiple of 9, where $$z$$ is a digit, what is the value of $$z$$? Explain why there are two answers to this problem.
Solution
Digit sum of $$\overline{31z5}$$ is $$3 + 1 + z + 5 = 9 + z$$. For divisibility by $$9$$, we need $$9 + z$$ to be a multiple of $$9$$, so $$z \in \{0, 9\}$$.
Both fit since $$z$$ is a single digit.
Verify: $$3105 = 9 \times 345$$ ✓ and $$3195 = 9 \times 355$$ ✓.
Why two answers? Divisibility by $$9$$ only fixes the digit sum modulo $$9$$. Two single digits, $$0$$ and $$9$$, are congruent to $$0$$ mod $$9$$, so both make the digit sum a multiple of $$9$$.
Answer
2 "I take a number that leaves a remainder of 8 when divided by 12. I take another number which is 4 short of a multiple of 12. Their sum will always be a multiple of 8", claims Snehal. Examine his claim and justify your conclusion.
Solution
Let the first number be $$N_1 = 12a + 8$$ and the second be $$N_2 = 12b - 4$$. Their sum:
$$N_1 + N_2 = 12a + 8 + 12b - 4 = 12(a + b) + 4.$$
For divisibility by $$8$$: $$12(a+b) + 4 = 4[\,3(a+b) + 1\,]$$. This is a multiple of $$8$$ iff $$3(a+b) + 1$$ is even iff $$3(a+b)$$ is odd iff $$a + b$$ is odd.
Test examples:
- $$N_1 = 8$$ (so $$a = 0$$), $$N_2 = 8$$ (so $$b = 1$$): $$a + b = 1$$ odd. Sum $$= 16 = 8 \times 2$$ ✓.
- $$N_1 = 20$$ (so $$a = 1$$), $$N_2 = 8$$ (so $$b = 1$$): $$a + b = 2$$ even. Sum $$= 28$$, and $$28 = 8 \times 3 + 4$$ — not a multiple of $$8$$.
So Snehal's claim is not always true — it holds only when $$a + b$$ is odd.
Answer
3 When is the sum of two multiples of 3, a multiple of 6 and when is it not? Explain the different possible cases, and generalise the pattern.
Solution
A multiple of $$3$$ is either a multiple of $$6$$ (even) or of the form $$6k + 3$$ (odd). So a multiple of $$3$$ has two 'flavours':
- Type E (even): $$3m$$ with $$m$$ even, i.e. $$6k$$.
- Type O (odd): $$3m$$ with $$m$$ odd, i.e. $$6k + 3$$.
Adding two multiples of $$3$$:
- Even + Even: $$6a + 6b = 6(a+b)$$. Multiple of $$6$$. ✓
- Odd + Odd: $$(6a + 3) + (6b + 3) = 6(a + b) + 6 = 6(a + b + 1)$$. Multiple of $$6$$. ✓
- Even + Odd: $$6a + (6b + 3) = 6(a + b) + 3$$. Not a multiple of $$6$$.
Generalisation: the sum of two multiples of $$3$$ is a multiple of $$6$$ iff both are of the same parity (either both even multiples or both odd multiples of $$3$$). Otherwise the sum is only a multiple of $$3$$, not of $$6$$.
Examples: $$6 + 12 = 18$$ (both even, div by $$6$$) ✓; $$3 + 9 = 12$$ (both odd, div by $$6$$) ✓; $$3 + 6 = 9$$ (mixed, not div by $$6$$).
Answer
4 Sreelatha says, "I have a number that is divisible by 9. If I reverse its digits, it will still be divisible by 9".
(i) Examine if her conjecture is true for any multiple of 9.
Solution
Reversing the digits of a number does not change its digit sum — the digits are the same, just in a different order. Since $$9 \mid N$$ iff $$9 \mid (\text{digit sum of }N)$$, and reversing keeps the digit sum unchanged, the reversed number is also divisible by $$9$$.
Examples:
- $$18 \to 81 = 9 \times 9$$ ✓.
- $$153 \to 351 = 9 \times 39$$ ✓.
- $$7263 \to 3627 = 9 \times 403$$ ✓.
So Sreelatha's conjecture is always true — the reversal of any multiple of $$9$$ is a multiple of $$9$$.
Answer
(ii) Are any other digit shuffles possible such that the number formed is still a multiple of 9?
Solution
Yes — any rearrangement of the digits keeps the digit sum the same. Since divisibility by $$9$$ depends only on the digit sum, every rearrangement of the digits of a multiple of $$9$$ is also a multiple of $$9$$.
Example: from $$1728 = 9 \times 192$$, any permutation of $$\{1, 7, 2, 8\}$$ gives a multiple of $$9$$, e.g. $$8712 = 9 \times 968$$, $$2718 = 9 \times 302$$, $$7281 = 9 \times 809$$, and so on (subject to no leading zero).
Answer
5 If $$48a23b$$ is a multiple of 18, list all possible pairs of values for $$a$$ and $$b$$.
Solution
$$18 = 2 \times 9$$ with $$\gcd(2, 9) = 1$$, so $$18 \mid N$$ iff $$2 \mid N$$ and $$9 \mid N$$.
Divisibility by 2: the last digit $$b$$ must be even, so $$b \in \{0, 2, 4, 6, 8\}$$.
Divisibility by 9: the digit sum $$4 + 8 + a + 2 + 3 + b = 17 + a + b$$ must be a multiple of $$9$$. Since $$a + b \le 18$$, we need $$a + b \in \{1, 10\}$$ (so that $$17 + a + b$$ is $$18$$ or $$27$$).
Combine both conditions:
| $$b$$ | Need $$a$$ with $$a+b \in \{1, 10\}$$ | Valid $$a$$ |
|---|---|---|
| $$0$$ | $$a \in \{1, 10\}$$ | $$1$$ |
| $$2$$ | $$a \in \{-1, 8\}$$ | $$8$$ |
| $$4$$ | $$a \in \{-3, 6\}$$ | $$6$$ |
| $$6$$ | $$a \in \{-5, 4\}$$ | $$4$$ |
| $$8$$ | $$a \in \{-7, 2\}$$ | $$2$$ |
So the pairs are $$(a, b) = (1, 0), (8, 2), (6, 4), (4, 6), (2, 8)$$ — five pairs in all.
Answer
6 If $$3p7q8$$ is divisible by 44, list all possible pairs of values for $$p$$ and $$q$$.
Solution
$$44 = 4 \times 11$$ with $$\gcd(4, 11) = 1$$, so $$44 \mid N$$ iff $$4 \mid N$$ and $$11 \mid N$$.
Divisibility by 4: last two digits $$\overline{q8} = 10q + 8$$ must be a multiple of $$4$$. Testing $$q = 0, 1, \ldots, 9$$: $$08, 28, 48, 68, 88$$ are multiples of $$4$$. So $$q \in \{0, 2, 4, 6, 8\}$$.
Divisibility by 11: alternating digit sum from units of $$\overline{3p7q8}$$ is $$8 - q + 7 - p + 3 = 18 - p - q$$. Since $$p + q \in [0, 18]$$, this alternating sum lies in $$[0, 18]$$. Multiples of $$11$$ in this range: $$0$$ and $$11$$. So $$p + q \in \{7, 18\}$$.
Combine:
| $$q$$ | $$p + q = 7$$ gives $$p$$ | $$p + q = 18$$ gives $$p$$ |
|---|---|---|
| $$0$$ | $$7$$ ✓ | $$18$$ (invalid) |
| $$2$$ | $$5$$ ✓ | $$16$$ (invalid) |
| $$4$$ | $$3$$ ✓ | $$14$$ (invalid) |
| $$6$$ | $$1$$ ✓ | $$12$$ (invalid) |
| $$8$$ | $$-1$$ (invalid) | $$10$$ (invalid) |
So the valid pairs are $$(p, q) = (7, 0),\ (5, 2),\ (3, 4),\ (1, 6)$$.
Verify one: $$37708 = 44 \times 857$$ ✓.
Answer
7 Find three consecutive numbers such that the first number is a multiple of 2, the second number is a multiple of 3, and the third number is a multiple of 4. Are there more such numbers? How often do they occur?
Solution
Let the three consecutive numbers be $$n,\ n+1,\ n+2$$. The conditions are:
$$n \equiv 0 \pmod 2,\quad n+1 \equiv 0 \pmod 3,\quad n+2 \equiv 0 \pmod 4.$$
Rewriting: $$n \equiv 0 \pmod 2$$, $$n \equiv 2 \pmod 3$$, $$n \equiv 2 \pmod 4$$.
The last one ($$n \equiv 2 \pmod 4$$) is stronger than $$n \equiv 0 \pmod 2$$ — it already forces $$n$$ to be even, in fact of the form $$4k + 2$$. Combined with $$n \equiv 2 \pmod 3$$ and $$\gcd(4, 3) = 1$$, the Chinese Remainder Theorem gives
$$n \equiv 2 \pmod{12}.$$
Simplest example: $$n = 2$$ gives the triple $$(2, 3, 4)$$.
Next examples: $$n = 14, 26, 38, 50, \ldots$$ give $$(14, 15, 16), (26, 27, 28), (38, 39, 40), (50, 51, 52), \ldots$$
They occur once every $$12$$ integers.
Answer
8 Write five multiples of 36 between 45,000 and 47,000. Share your approach with the class.
Solution
Approach. Find the smallest multiple of $$36$$ at least $$45\,000$$, then repeatedly add $$36$$.
Divide $$45\,000 \div 36 = 1250$$ exactly, so $$45\,000 = 36 \times 1250$$ is itself a multiple of $$36$$. Now add $$36$$ five times:
$$45\,036,\ 45\,072,\ 45\,108,\ 45\,144,\ 45\,180.$$
All of these are between $$45\,000$$ and $$47\,000$$, and each is a multiple of $$36$$.
Verify one: $$45\,108 = 36 \times 1253$$; digit sum $$4+5+1+0+8 = 18$$ (div by $$9$$), and last two digits $$08$$ div by $$4$$ — so div by $$36$$ ✓.
Answer
9 The middle number in the sequence of 5 consecutive even numbers is $$5p$$. Express the other four numbers in sequence in terms of $$p$$.
Solution
Consecutive even numbers differ by $$2$$. If the middle one is $$5p$$, then subtracting $$2$$s from the left and adding $$2$$s to the right gives the sequence:
$$5p - 4,\ 5p - 2,\ 5p,\ 5p + 2,\ 5p + 4.$$
The other four (excluding the middle) are $$5p - 4,\ 5p - 2,\ 5p + 2,\ 5p + 4$$.
Answer
10 Write a 6-digit number that is divisible by 15, such that when the digits are reversed, it is divisible by 6.
Solution
Set up the conditions. Let the number be $$\overline{a_5 a_4 a_3 a_2 a_1 a_0}$$.
- Divisible by $$15 = 3 \times 5$$: last digit $$a_0 \in \{0, 5\}$$ and digit sum divisible by $$3$$.
- Reversed number $$\overline{a_0 a_1 a_2 a_3 a_4 a_5}$$ divisible by $$6 = 2 \times 3$$: its last digit $$a_5$$ must be even, and digit sum divisible by $$3$$ (same as original).
Since the reversed number should be a valid $$6$$-digit number, $$a_0 \ne 0$$; so $$a_0 = 5$$. And $$a_5$$ (the leading digit of the original) must be even and non-zero: $$a_5 \in \{2, 4, 6, 8\}$$. Finally the digit sum must be divisible by $$3$$.
Pick one: $$a_5 = 2, a_4 = 1, a_3 = 0, a_2 = 0, a_1 = 1, a_0 = 5$$ gives
$$N = 210015.$$
Digit sum $$= 2+1+0+0+1+5 = 9$$, divisible by $$3$$. Last digit $$5$$ — divisible by $$5$$. So $$N$$ is divisible by $$15$$ ($$210015 = 15 \times 14001$$).
Reversal: $$510012$$. Last digit $$2$$ (even), digit sum $$9$$ (divisible by $$3$$). So the reversal is divisible by $$6$$ ($$510012 = 6 \times 85002$$) ✓.
Answer
11 Deepak claims, "There are some multiples of 11 which, when doubled, are still multiples of 11. But other multiples of 11 don't remain multiples of 11 when doubled". Examine if his conjecture is true; explain your conclusion.
Solution
If $$N$$ is a multiple of $$11$$, write $$N = 11k$$. Then
$$2N = 2 \times 11k = 11 \times (2k),$$
which is again a multiple of $$11$$. So every multiple of $$11$$, when doubled, stays a multiple of $$11$$.
Examples: $$11 \to 22,\ 22 \to 44,\ 33 \to 66,\ 121 \to 242, \ldots$$ — each doubled result is $$11 \times$$(even integer).
Deepak's conjecture is false — no multiple of $$11$$ 'loses' its divisibility when doubled.
Answer
12 Determine whether the statements below are 'Always True', 'Sometimes True', or 'Never True'. Explain your reasoning.
(i) The product of a multiple of 6 and a multiple of 3 is a multiple of 9.
Solution
Let the two numbers be $$6a$$ and $$3b$$. Their product is
$$6a \times 3b = 18ab = 9 \times 2ab.$$
Since $$9 \mid 18ab$$, the product is always a multiple of $$9$$.
Example: $$6 \times 3 = 18 = 9 \times 2$$ ✓; $$12 \times 9 = 108 = 9 \times 12$$ ✓.
Answer
(ii) The sum of three consecutive even numbers will be divisible by 6.
Solution
Let the three consecutive even numbers be $$2k,\ 2k+2,\ 2k+4$$. Sum:
$$2k + (2k+2) + (2k+4) = 6k + 6 = 6(k + 1),$$
always a multiple of $$6$$.
Example: $$4+6+8 = 18 = 6\times 3$$ ✓; $$10 + 12 + 14 = 36 = 6\times 6$$ ✓.
Answer
(iii) If $$abcdef$$ is a multiple of 6, then $$badcef$$ will be a multiple of 6.
Solution
Divisibility by $$6 = 2 \times 3$$ depends only on (a) the last digit being even and (b) the digit sum being divisible by $$3$$.
Compare $$\overline{abcdef}$$ and $$\overline{badcef}$$:
- Both have last digit $$f$$ — same divisibility by $$2$$.
- Both have digit sum $$a + b + c + d + e + f$$ — same divisibility by $$3$$.
So $$6 \mid \overline{abcdef} \iff 6 \mid \overline{badcef}$$. The statement is always true.
Example: $$132456 = 6 \times 22076$$ and $$312456 = 6 \times 52076$$ — both divisible by $$6$$.
Answer
(iv) $$8(7b - 3) - 4(11b + 1)$$ is a multiple of 12.
Solution
Expand:
$$8(7b - 3) - 4(11b + 1) = 56b - 24 - 44b - 4 = 12b - 28.$$
For this to be a multiple of $$12$$, we'd need $$28$$ to be a multiple of $$12$$, but $$28 = 12 \times 2 + 4$$. So $$12b - 28 \equiv -28 \equiv 8 \pmod{12}$$ — the expression always leaves remainder $$8$$ on division by $$12$$.
Test with $$b = 1$$: $$12 - 28 = -16$$, and $$-16 = 12 \times (-2) + 8$$, remainder $$8$$. Test with $$b = 3$$: $$36 - 28 = 8$$, remainder $$8$$. Neither is a multiple of $$12$$.
So the statement is never true.
Answer
13 Choose any 3 numbers. When is their sum divisible by 3? Explore all possible cases and generalise.
Solution
Every integer leaves one of the remainders $$0, 1$$, or $$2$$ on division by $$3$$. So write the three numbers as $$a = 3p + r_1,\ b = 3q + r_2,\ c = 3s + r_3$$ with $$r_1, r_2, r_3 \in \{0, 1, 2\}$$.
Their sum is $$a + b + c = 3(p + q + s) + (r_1 + r_2 + r_3)$$, so $$3 \mid (a + b + c)$$ iff $$3 \mid (r_1 + r_2 + r_3)$$.
Check every unordered combination of remainders:
| Remainders $$(r_1, r_2, r_3)$$ | Sum of remainders | Mod $$3$$ |
|---|---|---|
| $$(0,0,0)$$ | $$0$$ | $$0$$ ✓ |
| $$(0,0,1)$$ | $$1$$ | $$1$$ |
| $$(0,0,2)$$ | $$2$$ | $$2$$ |
| $$(0,1,1)$$ | $$2$$ | $$2$$ |
| $$(0,1,2)$$ | $$3$$ | $$0$$ ✓ |
| $$(0,2,2)$$ | $$4$$ | $$1$$ |
| $$(1,1,1)$$ | $$3$$ | $$0$$ ✓ |
| $$(1,1,2)$$ | $$4$$ | $$1$$ |
| $$(1,2,2)$$ | $$5$$ | $$2$$ |
| $$(2,2,2)$$ | $$6$$ | $$0$$ ✓ |
Generalisation. The sum of three integers is divisible by $$3$$ iff either
- all three leave the same remainder on division by $$3$$ (all in $$3\mathbb Z$$, all in $$3\mathbb Z + 1$$, or all in $$3\mathbb Z + 2$$), or
- the three remainders are exactly $$0, 1, 2$$ (one of each).
Answer
14 Is the product of two consecutive integers always multiple of 2? Why? What about the product of three consecutive integers? Is it always a multiple of 6? Why or why not? What can you say about the product of 4 consecutive integers? What about the product of five consecutive integers?
Solution
Two consecutive integers. Of $$n$$ and $$n+1$$, exactly one is even. Their product $$n(n+1)$$ therefore has a factor of $$2$$ — always a multiple of $$2$$.
Three consecutive. $$n(n+1)(n+2)$$. Among three consecutive integers, at least one is a multiple of $$2$$ and exactly one is a multiple of $$3$$. So the product is a multiple of $$2 \times 3 = 6$$. Examples: $$1\cdot 2\cdot 3 = 6$$; $$4 \cdot 5 \cdot 6 = 120 = 6 \times 20$$.
Four consecutive. $$n(n+1)(n+2)(n+3)$$. Among $$4$$ consecutive integers there are exactly $$2$$ even numbers, and one of the two evens is a multiple of $$4$$. So the product has at least $$4 \times 2 = 8$$ as a factor. Plus, one of the four is a multiple of $$3$$. So the product is a multiple of $$8 \times 3 = 24$$. Examples: $$1\cdot 2\cdot 3\cdot 4 = 24$$; $$2\cdot 3\cdot 4\cdot 5 = 120 = 24 \times 5$$.
Five consecutive. Extending the reasoning: among $$5$$ consecutive integers there is at least one multiple of $$5$$, one multiple of $$3$$, and (as with $$4$$ consecutive) at least two evens with one of them a multiple of $$4$$. So the product is a multiple of $$5 \times 3 \times 8 = 120$$. Example: $$1\cdot 2\cdot 3\cdot 4\cdot 5 = 120$$; $$3\cdot 4\cdot 5\cdot 6\cdot 7 = 2520 = 120 \times 21$$.
General pattern: the product of $$k$$ consecutive integers is always a multiple of $$k! = 1 \cdot 2 \cdot 3 \cdots k$$.
Answer
15 Solve the cryptarithms —
(i) $$EF \times E = GGG$$
Solution
$$\overline{GGG} = 111G = 3 \times 37 \times G$$. So $$(10E + F) \cdot E = 111 G$$.
For each $$G \in \{1, \ldots, 9\}$$, try to factor $$111G$$ as (single-digit $$E$$) $$\times$$ (two-digit $$\overline{EF}$$ starting with digit $$E$$).
- $$G = 1$$: $$111 = 3 \times 37$$. Take $$E = 3$$, then $$\overline{EF} = 37$$, so $$F = 7$$. Check: $$37 \times 3 = 111$$ ✓. All digits distinct ✓.
- $$G = 2$$: $$222 = 6 \times 37 = 3 \times 74$$. For $$E = 3$$: need $$\overline{EF} = 74$$ starting with $$3$$ — no. For $$E = 6$$: need $$\overline{EF} = 37$$ starting with $$6$$ — no. Fails.
- Similarly for $$G = 3, 4, \ldots, 9$$: the only sensible factorisations are $$G \cdot 111$$ or $$3G \cdot 37$$, and $$\overline{EF}$$ never starts with the correct digit.
Unique solution: $$E = 3,\ F = 7,\ G = 1$$, giving $$37 \times 3 = 111$$.
Answer
(ii) $$WOW \times 5 = MEOW$$
Solution
$$\overline{WOW}$$ has both hundreds and units digit equal to $$W$$. Since $$\overline{WOW} \times 5 = \overline{MEOW}$$ is a $$4$$-digit number, $$\overline{WOW} \ge 200$$, so $$W \ge 2$$.
Units digit. The units digit of $$\overline{MEOW}$$ is also $$W$$. So the units of $$5 \times W$$ must equal $$W$$: $$5W \equiv W \pmod{10}$$, i.e. $$4W \equiv 0 \pmod{10}$$. Solutions: $$W = 0$$ or $$W = 5$$. Since $$W \ge 2$$, $$W = 5$$.
So $$\overline{WOW} = \overline{5O5} = 505 + 10O$$, and
$$\overline{MEOW} = 5 \cdot (505 + 10O) = 2525 + 50O.$$
Thus $$\overline{MEOW}$$ lies in $$[2525, 2975]$$, so $$M = 2$$ and $$E \in \{5, 6, 7, 8, 9\}$$.
Set up equations. $$\overline{MEOW} = 1000M + 100E + 10O + W = 2000 + 100E + 10O + 5.$$ Equate to $$2525 + 50O$$:
$$2000 + 100E + 10O + 5 = 2525 + 50O$$
$$100E = 520 + 40O$$
$$10E = 52 + 4O.$$
For $$10E$$ to end in $$0$$, $$4O$$ must end in $$8$$: $$O = 2$$ or $$O = 7$$.
- $$O = 2$$: $$10E = 60$$, $$E = 6$$. But $$M = O = 2$$ — same digit for different letters. Rejected.
- $$O = 7$$: $$10E = 80$$, $$E = 8$$. Then $$W = 5, O = 7, E = 8, M = 2$$ — all distinct ✓.
Solution: $$\overline{WOW} = 575$$, $$\overline{MEOW} = 2875$$. Check: $$575 \times 5 = 2875$$ ✓.
Answer
16
Which of the following Venn diagrams captures the relationship between the multiples of 4, 8, and 32?
(i) Three partially overlapping circles labelled — Multiples of 4, Multiples of 8, Multiples of 32.
(ii) Two partially overlapping circles labelled — Multiples of 4, Multiples of 8 — with a third circle labelled Multiples of 32 attached alongside.
(iii) Three nested circles with the outermost labelled Multiples of 32, middle labelled Multiples of 8, innermost labelled Multiples of 4.
(iv) Three nested circles with the outermost labelled Multiples of 4, middle labelled Multiples of 8, innermost labelled Multiples of 32.
Solution
Every multiple of $$32$$ is $$32k = 8 \times (4k)$$, so it's a multiple of $$8$$. Every multiple of $$8$$ is $$8m = 4 \times (2m)$$, so it's a multiple of $$4$$.
The reverse inclusions fail: $$4$$ is a multiple of $$4$$ but not of $$8$$; $$8$$ is a multiple of $$8$$ but not of $$32$$.
So $$\{\text{multiples of }32\} \subset \{\text{multiples of }8\} \subset \{\text{multiples of }4\}$$ — the smaller set is contained strictly inside the larger.
This is captured by three nested circles with Multiples of $$4$$ outermost, Multiples of $$8$$ in the middle, and Multiples of $$32$$ innermost — option (iv).
Option (iii) has the nesting backwards, and options (i) and (ii) show only partial overlaps or a disjoint circle, which don't match the actual containment.
Answer