Divisibility and Multiples | FIO

Question 23

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?

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

We will use algebra to represent the numbers and their divisibility conditions.

Step 1 — Representing the numbers

Let the first number be nn. The three consecutive numbers are nn, n+1n+1, and n+2n+2.

The first number is a multiple of 2. This means nn divided by 2 leaves a remainder of 0. n0(mod2)n \equiv 0 \pmod{2}

The second number is a multiple of 3. This means n+1n+1 divided by 3 leaves a remainder of 0. n+10(mod3)n+1 \equiv 0 \pmod{3} Subtracting 1 from both sides, we get: n1(mod3)n \equiv -1 \pmod{3} Since 1-1 is the same as 22 when dividing by 3: n2(mod3)n \equiv 2 \pmod{3}

The third number is a multiple of 4. This means n+2n+2 divided by 4 leaves a remainder of 0. n+20(mod4)n+2 \equiv 0 \pmod{4} Subtracting 2 from both sides, we get: n2(mod4)n \equiv -2 \pmod{4} Since 2-2 is the same as 22 when dividing by 4: n2(mod4)n \equiv 2 \pmod{4}

We need to find a number nn that satisfies all these conditions: n0(mod2)n \equiv 0 \pmod{2} n2(mod3)n \equiv 2 \pmod{3} n2(mod4)n \equiv 2 \pmod{4}

Step 2 — Finding the first set

Let us look at the conditions for nn. The condition n2(mod4)n \equiv 2 \pmod{4} means nn must be an even number. For example, numbers like 2, 6, 10, 14, and so on. This automatically satisfies the condition n0(mod2)n \equiv 0 \pmod{2}.

So, we only need to satisfy these two conditions: n2(mod3)n \equiv 2 \pmod{3} n2(mod4)n \equiv 2 \pmod{4}

This means that n2n-2 must be a multiple of 3. It also means that n2n-2 must be a multiple of 4. If a number is a multiple of both 3 and 4, it must be a multiple of their Least Common Multiple (LCM). The LCM of 3 and 4 is 12. So, n2n-2 must be a multiple of 12. We can write this as: n2=12kfor some integer kn-2 = 12k \quad \text{for some integer } k

Now, we can find the value of nn: n=12k+2n = 12k + 2

To find the smallest positive first number, we choose k=0k=0. n=12(0)+2n = 12(0) + 2 n=2n = 2

The first number is 2. The three consecutive numbers are nn, n+1n+1, and n+2n+2. They are 2, 2+12+1, and 2+22+2. The numbers are 2, 3, 4.

Let us check these numbers: The first number, 2, is a multiple of 2. (Correct) The second number, 3, is a multiple of 3. (Correct) The third number, 4, is a multiple of 4. (Correct)

The three consecutive numbers are 2, 3, 4.\boxed{\text{The three consecutive numbers are 2, 3, 4.}}

Step 3 — General solution and frequency

We found that the first number nn must be of the form 12k+212k+2. Let us check if any set of numbers of this form works. The three consecutive numbers are 12k+212k+2, 12k+312k+3, and 12k+412k+4.

  1. Is 12k+212k+2 a multiple of 2? 12k+2=2(6k+1)12k+2 = 2(6k+1) Yes, it is always a multiple of 2.

  2. Is 12k+312k+3 a multiple of 3? 12k+3=3(4k+1)12k+3 = 3(4k+1) Yes, it is always a multiple of 3.

  3. Is 12k+412k+4 a multiple of 4? 12k+4=4(3k+1)12k+4 = 4(3k+1) Yes, it is always a multiple of 4.

Since these conditions hold for any integer value of kk, there are many such sets of numbers. For example, if k=1k=1, the first number is 12(1)+2=1412(1)+2 = 14. The numbers are 14, 15, 16. 14 is a multiple of 2. 15 is a multiple of 3. 16 is a multiple of 4.

The first number in each set is 12k+212k+2. The values for nn are 2, 14, 26, 38, and so on. The difference between consecutive first numbers is 12. This means these sets of numbers occur regularly.

They occur every 12 numbers.\boxed{\text{They occur every 12 numbers.}}

Answer

(i) The three consecutive numbers are 2, 3, 4. (ii) Yes, there are more such numbers. (iii) They occur every 12 numbers.

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