Divisibility and Multiples | IT

Question 27

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 (ii) 841 (iii) 481 (iv) 5529 (v) 90904 (vi) 857076

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • To check if a number is divisible by 1111, find the difference between the sum of the digits at odd places (1st, 3rd, 5th, ...) and the sum of the digits at even places (2nd, 4th, 6th, ...), counting from the right: Difference=(Sum of odd-place digits)(Sum of even-place digits)\text{Difference} = (\text{Sum of odd-place digits}) - (\text{Sum of even-place digits})
  • If this difference is 00 or a multiple of 1111 (e.g., ±11,±22,\pm 11, \pm 22, \dots), then the number is divisible by 11 (remainder =0= 0).
  • If the difference is not a multiple of 1111:
    • If positive, the difference gives the remainder (or difference modulo 1111).
    • If negative, add 1111 to the negative difference to find the positive remainder.

(i) 158

Step 1 · Check divisibility and find remainder

Sum of digits at odd places (from right):

Sum of odd place digits=8+1=9\begin{aligned} \text{Sum of odd place digits} &= 8 + 1 \\ &= 9 \end{aligned}

Sum of digits at even places (from right): Sum of even place digits=5\text{Sum of even place digits} = 5

Difference:

Difference=Sum of odd place digitsSum of even place digits=95=4\begin{aligned} \text{Difference} &= \text{Sum of odd place digits} - \text{Sum of even place digits} \\ &= 9 - 5 \\ &= 4 \end{aligned}

Since 44 is not 00 or a multiple of 1111, 158158 is not divisible by 1111. Remainder=4\text{Remainder} = 4

Answer

(i) Not divisible by 1111; Remainder =4= 4

(ii) 841

Step 1 · Check divisibility and find remainder

Sum of digits at odd places (from right):

Sum of odd place digits=1+8=9\begin{aligned} \text{Sum of odd place digits} &= 1 + 8 \\ &= 9 \end{aligned}

Sum of digits at even places (from right): Sum of even place digits=4\text{Sum of even place digits} = 4

Difference:

Difference=94=5\begin{aligned} \text{Difference} &= 9 - 4 \\ &= 5 \end{aligned}

Since 55 is not 00 or a multiple of 1111, 841841 is not divisible by 1111. Remainder=5\text{Remainder} = 5

Answer

(ii) Not divisible by 1111; Remainder =5= 5

(iii) 481

Step 1 · Check divisibility and find remainder

Sum of digits at odd places (from right):

Sum of odd place digits=1+4=5\begin{aligned} \text{Sum of odd place digits} &= 1 + 4 \\ &= 5 \end{aligned}

Sum of digits at even places (from right): Sum of even place digits=8\text{Sum of even place digits} = 8

Difference:

Difference=58=3\begin{aligned} \text{Difference} &= 5 - 8 \\ &= -3 \end{aligned}

Since 3-3 is not 00 or a multiple of 1111, 481481 is not divisible by 1111.

To find the remainder from a negative difference, add 1111:

Remainder=3+11=8\begin{aligned} \text{Remainder} &= -3 + 11 \\ &= 8 \end{aligned}
Answer

(iii) Not divisible by 1111; Remainder =8= 8

(iv) 5529

Step 1 · Check divisibility and find remainder

Sum of digits at odd places (from right):

Sum of odd place digits=9+5=14\begin{aligned} \text{Sum of odd place digits} &= 9 + 5 \\ &= 14 \end{aligned}

Sum of digits at even places (from right):

Sum of even place digits=2+5=7\begin{aligned} \text{Sum of even place digits} &= 2 + 5 \\ &= 7 \end{aligned}

Difference:

Difference=147=7\begin{aligned} \text{Difference} &= 14 - 7 \\ &= 7 \end{aligned}

Since 77 is not 00 or a multiple of 1111, 55295529 is not divisible by 1111. Remainder=7\text{Remainder} = 7

Answer

(iv) Not divisible by 1111; Remainder =7= 7

(v) 90904

Step 1 · Check divisibility and find remainder

Sum of digits at odd places (from right):

Sum of odd place digits=4+9+9=22\begin{aligned} \text{Sum of odd place digits} &= 4 + 9 + 9 \\ &= 22 \end{aligned}

Sum of digits at even places (from right):

Sum of even place digits=0+0=0\begin{aligned} \text{Sum of even place digits} &= 0 + 0 \\ &= 0 \end{aligned}

Difference:

Difference=220=22\begin{aligned} \text{Difference} &= 22 - 0 \\ &= 22 \end{aligned}

Since 2222 is a multiple of 1111 (22=2×1122 = 2 \times 11), 9090490904 is divisible by 1111. Remainder=0\text{Remainder} = 0

Answer

(v) Divisible by 1111; Remainder =0= 0

(vi) 857076

Step 1 · Check divisibility and find remainder

Sum of digits at odd places (from right):

Sum of odd place digits=6+0+5=11\begin{aligned} \text{Sum of odd place digits} &= 6 + 0 + 5 \\ &= 11 \end{aligned}

Sum of digits at even places (from right):

Sum of even place digits=7+7+8=22\begin{aligned} \text{Sum of even place digits} &= 7 + 7 + 8 \\ &= 22 \end{aligned}

Difference:

Difference=1122=11\begin{aligned} \text{Difference} &= 11 - 22 \\ &= -11 \end{aligned}

Since 11-11 is a multiple of 1111 (11=1×11-11 = -1 \times 11), 857076857076 is divisible by 1111. Remainder=0\text{Remainder} = 0

Answer

(vi) Divisible by 1111; Remainder =0= 0

Common Mistakes
  • Counting Positions from the Left Instead of Right: Always start numbering digits from the rightmost unit digit (position 11) as odd, position 22 as even, etc.
  • Negative Difference Remainder: If (odd sumeven sum)(\text{odd sum} - \text{even sum}) is negative (like 3-3), the remainder is not 3-3. Add 1111 to convert it to the positive remainder (3+11=8-3 + 11 = 8).
  • Multiples vs. Non-Zero: A difference of ±11\pm 11 or ±22\pm 22 is a multiple of 1111, meaning the number is perfectly divisible (remainder is 00, not 1111 or 2222).

More questions in IT

Q1

Evaluate each expression and write the result next to it. Do you notice anything interesting?

Q2

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?

Q3

Repeat this for one more set of 4 consecutive numbers. Share your findings.

Q4

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.

Q5

Now take any 4 numbers, place '+' and '-' signs in the eight different ways, and evaluate the resulting expression. What do you observe about their parities?

Repeat this with other sets of 4 numbers.

Q6

Is there a way to explain why this happens?

Hint: Think of the rules for parity of the sum or difference of two numbers.

Q7

Context: Now, let us see what happens when a negative sign is switched to a positive sign.

Q. Replace any negative sign in the expression a+bcda + b - c - d with a positive sign and find the difference between the two numbers.

Q8

Context: Replace any negative sign in the expression a+bcda + b - c - d with a positive sign and find the difference between the two numbers.

Q. What do you conclude from this observation?

Q9

Is the phenomenon of all the expressions having the same parity limited to taking 4 numbers? What do you think?

Q10

Breaking Even

We know how to identify even numbers. Without computing them, find out which of the following arithmetic expressions are even.

Q11

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.

Q12

Context: The algebraic expressions from the previous page are:

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

Q13

Write a few algebraic expressions which always give an even number.

Q14

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?

Q15

When will two even numbers add up to give a multiple of 4?

This problem is similar to the question of identifying when adding two numbers will result in an even number. Can you see this?

There are three cases to examine:

Q16

Look at the following expressions and the visualisation. Write the corresponding explanation and examples.

Q17

Always, Sometimes, or Never

We examine different statements about factors and multiples and determine whether a statement is 'Always True', 'Sometimes True', or 'Never True'.

We know that the sum of any two multiples of 2 is also a multiple of 2.

  1. If 8 exactly divides two numbers separately, it must exactly divide their sum.

Statement 1 is always true. Determine if it is true with subtraction.

Q18

Examine each of the following statements, and determine whether it is 'Always true', 'Sometimes true', 'Never true'.

  1. If a number is divisible by both 9 and 4, it must be divisible by 36.

  2. If a number is divisible by both 6 and 4, it must be divisible by 24.

Q20

Context: Let us consider another expression, 5k25k - 2, and see the values it takes for different values of kk.

Numbers that leave a remainder of 33 when divided by 55 can also be seen as 22 less than multiples of 55; 5k25k - 2, where k1k \ge 1.

Q. Are there other expressions that generate numbers that are 33 more than a multiple of 55?

Q21

Similarly, explain using algebra why the divisibility shortcuts for 5, 2, 4, and 8 work.

Q22

Look at each of the following statements. Which are correct and why?

(i) If a number is divisible by 9, then the sum of its digits is divisible by 9.

(ii) If the sum of the digits of a number is divisible by 9, then the number is divisible by 9.

(iii) If a number is not divisible by 9, then the sum of its digits is not divisible by 9.

(iv) If the sum of the digits of a number is not divisible by 9, then the number is not divisible by 9.

Q23

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.

Q24

Using these observations, can you tell whether the number 462 is divisible by 11?

Q25

Context: This alternating pattern of one more than 11 and one less than 11 continues for higher place values. Since 400 contains 4 hundreds, 400 is 4 more than a multiple of 11 (396+4396 + 4). Since 60 contains 6 tens, 60 is 6 less than a multiple of 11 (66666 - 6). Since 2 contains 2 units, 2 is 2 more than a multiple of 11, i.e., 2=(0+2)2 = (0 + 2). Using these observations, can you tell whether the number 462 is divisible by 11?

Q. What could be a general method or shortcut to check divisibility by 11?

Q26

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?

Q27

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 (ii) 841 (iii) 481 (iv) 5529 (v) 90904 (vi) 857076

Q28

Is this method similar to or different from the method we saw just before?

Q29

Fill in the following table. Find a quick way to do this?

Q30

More on Divisibility Shortcuts

Divisibility Shortcuts for Other Numbers

How can we find out if a number is divisible by 6?

Q31

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.

Q32

How about checking divisibility by 24? Will checking the divisibility by its factors, 4 and 6, work? Why or why not?

Q33

What property do you think this digital root will have? Recall that we did this while finding the divisibility shortcut for 9.

Q34

Between the numbers 600 and 700, which numbers have the digital root: (i) 5, (ii) 7, (iii) 3?

Q35

Write the digital roots of any 12 consecutive numbers. What do you observe?

Q36

Now, find the digital roots of some consecutive multiples of (i) 3, (ii) 4, and (iii) 6.

Q37

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.

Q38

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?

Q39

Solve the cryptarithms given below:

Q40

Try this now: GH×H=9K\text{GH} \times \text{H} = 9\text{K}.

This means a 2-digit number multiplied by a 1-digit number gives another 2-digit number in the 90s. Observe the letters corresponding to the units digits in this cryptarithm. Pick the solution to this question from the options given below: 11×9=9911 \times 9 = 99, 12×8=9612 \times 8 = 96, 46×2=9246 \times 2 = 92, 24×4=9624 \times 4 = 96, 47×2=9447 \times 2 = 94, 31×3=9331 \times 3 = 93, 16×6=9616 \times 6 = 96.

Q41

Solve the following:

(i) UT×3=PUT\text{UT} \times 3 = \text{PUT}

(ii) AB×5=BC\text{AB} \times 5 = \text{BC}

(iii) L2N×2=2NP\text{L2N} \times 2 = \text{2NP}

(iv) XY×4=ZX\text{XY} \times 4 = \text{ZX}

(v) PP×QQ=PRP\text{PP} \times \text{QQ} = \text{PRP}

(vi) JK×6=KKK\text{JK} \times 6 = \text{KKK}

← Back to Divisibility and Multiples