Divisibility and Multiples | FIO

Question 29

Choose any 3 numbers. When is their sum divisible by 3? Explore all possible cases and generalise.

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

The sum of three numbers is divisible by 3 if the sum of their remainders when divided by 3 is also divisible by 3.

Step 1 — Representing Numbers with Remainders

Let us understand how numbers behave when divided by 3. Any whole number can be written in one of three forms. These forms are 3k3k, 3k+13k+1, or 3k+23k+2. Here, kk is a whole number. 3k3k means the remainder is 0. 3k+13k+1 means the remainder is 1. 3k+23k+2 means the remainder is 2. Let our three numbers be AA, BB, and CC. We can write them using their remainders. A=3k1+r1A = 3k_1 + r_1 B=3k2+r2B = 3k_2 + r_2 C=3k3+r3C = 3k_3 + r_3 Here, r1r_1, r2r_2, r3r_3 are their remainders. Each rir_i can be 0, 1, or 2. Let us find the sum of these three numbers. A+B+C=(3k1+r1)+(3k2+r2)+(3k3+r3)A + B + C = (3k_1 + r_1) + (3k_2 + r_2) + (3k_3 + r_3) =3k1+3k2+3k3+r1+r2+r3= 3k_1 + 3k_2 + 3k_3 + r_1 + r_2 + r_3 =3(k1+k2+k3)+(r1+r2+r3)= 3(k_1 + k_2 + k_3) + (r_1 + r_2 + r_3) Let K=k1+k2+k3K = k_1 + k_2 + k_3. This KK is also a whole number. The term 3K3K is always divisible by 3. The sum A+B+CA+B+C is divisible by 3. This happens if r1+r2+r3r_1+r_2+r_3 is divisible by 3.

Sum of numbers is divisible by 3 if sum of remainders is divisible by 3.\boxed{\text{Sum of numbers is divisible by 3 if sum of remainders is divisible by 3.}}

Diagram 1

Step 2 — Possible Sums of Remainders

We need to find when r1+r2+r3r_1 + r_2 + r_3 is divisible by 3. Each remainder rir_i can be 0, 1, or 2. Let us find the smallest possible sum of remainders. 0+0+0=00+0+0 = \mathbf{0} Let us find the largest possible sum of remainders. 2+2+2=62+2+2 = \mathbf{6} So, the sum of remainders can be 0, 1, 2, 3, 4, 5, or 6. We are looking for sums that are divisible by 3. These sums are 0, 3, and 6.

The sum of remainders must be 0, 3, or 6.\boxed{\text{The sum of remainders must be 0, 3, or 6.}}

Step 3 — Exploring Cases for Divisibility

Let us explore the cases where the sum of remainders is 0, 3, or 6.

Case 1: Sum of remainders is 0. This happens only if all three remainders are 0. So, r1=0r_1=0, r2=0r_2=0, r3=0r_3=0. This means all three numbers are divisible by 3. Let us choose three numbers: 3, 6, 9. Their remainders are: 3÷3    remainder 03 \div 3 \implies \text{remainder } \mathbf{0} 6÷3    remainder 06 \div 3 \implies \text{remainder } \mathbf{0} 9÷3    remainder 09 \div 3 \implies \text{remainder } \mathbf{0} The sum of remainders is: 0+0+0=00+0+0 = \mathbf{0} The sum of the numbers is: 3+6+9=183+6+9 = \mathbf{18} Since 18 is divisible by 3, this case works.

Case 2: Sum of remainders is 3. This can happen in two ways. (a) One remainder is 0, one is 1, and one is 2. For example, r1=0,r2=1,r3=2r_1=0, r_2=1, r_3=2. Let us choose three numbers: 3, 4, 5. Their remainders are: 3÷3    remainder 03 \div 3 \implies \text{remainder } \mathbf{0} 4÷3    remainder 14 \div 3 \implies \text{remainder } \mathbf{1} 5÷3    remainder 25 \div 3 \implies \text{remainder } \mathbf{2} The sum of remainders is: 0+1+2=30+1+2 = \mathbf{3} The sum of the numbers is: 3+4+5=123+4+5 = \mathbf{12} Since 12 is divisible by 3, this case works.

(b) All three remainders are 1. For example, r1=1,r2=1,r3=1r_1=1, r_2=1, r_3=1. Let us choose three numbers: 1, 4, 7. Their remainders are: 1÷3    remainder 11 \div 3 \implies \text{remainder } \mathbf{1} 4÷3    remainder 14 \div 3 \implies \text{remainder } \mathbf{1} 7÷3    remainder 17 \div 3 \implies \text{remainder } \mathbf{1} The sum of remainders is: 1+1+1=31+1+1 = \mathbf{3} The sum of the numbers is: 1+4+7=121+4+7 = \mathbf{12} Since 12 is divisible by 3, this case works.

Case 3: Sum of remainders is 6. This happens only if all three remainders are 2. So, r1=2r_1=2, r2=2r_2=2, r3=2r_3=2. This means all three numbers have a remainder of 2. Let us choose three numbers: 2, 5, 8. Their remainders are: 2÷3    remainder 22 \div 3 \implies \text{remainder } \mathbf{2} 5÷3    remainder 25 \div 3 \implies \text{remainder } \mathbf{2} 8÷3    remainder 28 \div 3 \implies \text{remainder } \mathbf{2} The sum of remainders is: 2+2+2=62+2+2 = \mathbf{6} The sum of the numbers is: 2+5+8=152+5+8 = \mathbf{15} Since 15 is divisible by 3, this case works.

The sum of three numbers is divisible by 3 in these cases.\boxed{\text{The sum of three numbers is divisible by 3 in these cases.}}

Step 4 — Generalisation

We have explored all possible combinations of remainders. The sum of three numbers is divisible by 3 in specific situations. This happens when the sum of their individual remainders is divisible by 3. This occurs in two main scenarios. Scenario 1: All three numbers have the same remainder when divided by 3. This means all three remainders are 0, or all are 1, or all are 2. Scenario 2: The three numbers have different remainders when divided by 3. This means one number has remainder 0, one has remainder 1, and one has remainder 2.

Answer

The sum of three numbers is divisible by 3 if: (i) All three numbers have the same remainder when divided by 3 (all 0, all 1, or all 2). (ii) The three numbers have different remainders when divided by 3 (one 0, one 1, and one 2).

More questions in FIO

Q1

The sum of four consecutive numbers is 34. What are these numbers?

Q2

Suppose pp is the greatest of five consecutive numbers. Describe the other four numbers in terms of pp.

Q3

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.

(ii) If a number is not divisible by 18, then it is also not divisible by 9.

(iii) If two numbers are not divisible by 6, then their sum is not divisible by 6.

(iv) The sum of a multiple of 6 and a multiple of 9 is a multiple of 3.

(v) The sum of a multiple of 6 and a multiple of 3 is a multiple of 9.

Q4

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.

Q5

“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?”

Q6

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?

Q7

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

(ii) 4779 - 661

Q8

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?

Q9

Find, without dividing, whether the following numbers are divisible by 9.

(i) 123 (ii) 405 (iii) 8888 (iv) 93547 (v) 358095

Q10

Find the smallest multiple of 9 with no odd digits.

Q11

Find the multiple of 9 that is closest to the number 6000.

Q12

How many multiples of 9 are there between the numbers 4300 and 4400?

Q13

The digital root of an 8-digit number is 5. What will be the digital root of 10 more than that number?

Q14

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.

Q15

What will be the digital root of the number 9a+36b+139a + 36b + 13?

Q16

Make conjectures by examining if there are any patterns or relations between (i) the parity of a number and its digital root. (ii) the digital root of a number and the remainder obtained when the number is divided by 3 or 9.

Q17

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.

Q18

"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.

Q19

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.

Q20

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.

(ii) Are any other digit shuffles possible such that the number formed is still a multiple of 9?

Q21

If 48a23b is a multiple of 18, list all possible pairs of values for a and b.

Q22

If 3p7q83p7q8 is divisible by 44, list all possible pairs of values for pp and qq.

Q23

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?

Q24

Write five multiples of 36 between 45,000 and 47,000. Share your approach with the class.

Q25

The middle number in the sequence of 5 consecutive even numbers is 5p5p. Express the other four numbers in sequence in terms of pp.

Q26

Write a 6-digit number that it is divisible by 15, such that when the digits are reversed, it is divisible by 6.

Q27

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.

Q28

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. (ii) The sum of three consecutive even numbers will be divisible by 6. (iii) If abcdefabcdef is a multiple of 6, then badcefbadcef will be a multiple of 6. (iv) 8(7b3)4(11b+1)8 (7b - 3) - 4 (11b + 1) is a multiple of 12.

Q29

Choose any 3 numbers. When is their sum divisible by 3? Explore all possible cases and generalise.

Q30

Is the product of two consecutive integers always multiple of 2? Why? What about the product of these 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?

Q31

Solve the cryptarithms —

(i) EF×E=GGG\text{EF} \times \text{E} = \text{GGG} (ii) WOW×5=MEOW\text{WOW} \times 5 = \text{MEOW}

Q32

Which of the following Venn diagrams captures the relationship between the multiples of 4, 8, and 32?

← Back to Divisibility and Multiples