Divisibility tests
We have learned what are factors and how are they used to
categorize numbers as either prime or composite. Now the next step is to learn, to find the factors of a number.
We learned that a number (let's call it as 'A') is
a factor of a given number (let's call it as 'B') if B is divisible
by A i.e. if B ÷ A, remainder = 0.
In the very first post we found the factors of the numbers like 6, 15 etc.
Now the question is how to figure out if the number B is divisible by A. Are there any rules/tests which help us to figure this out?
In the very first post we found the factors of the numbers like 6, 15 etc.
Now the question is how to figure out if the number B is divisible by A. Are there any rules/tests which help us to figure this out?
The answer is ‘Yes’! There are divisibility tests for
certain numbers. In this post we will learn about the divisibility tests of
various numbers.
What is meant by divisibility of a number N?
It tells us if a given number is divisible by the number
‘N’.
Let's start exploring divisibility tests of various numbers.
Let's start exploring divisibility tests of various numbers.
Divisibility of 2
For a given number, if its unit’s place digit is 0, 2, 4, 6
or 8, then the given number is divisible by 2.
e.g. The numbers 12,
34, 26, 48 and 60 are divisible by 2.
Divisibility of 3
For a given number, add all its digits. If the number so
formed is a multiple of 3, then the original number is divisible by 3.
e.g. 321
Sum of its digits = 3 + 2 + 1 = 6
6 is a multiple of 3; hence the number 321 is divisible by
3.
Divisibility of 4
For a given number, check the number formed by its last two
digits. If the number formed is a multiple of 4, then the original number is
divisible by 4.
e.g. 936
The number formed by last 2 digits is 36, which is a
multiple of 4; hence the number 936 is divisible by 4.
Divisibility of 5
For a given number, if its unit’s place digit is either 5 or
0, then the given number is
divisible by 5.
e.g. The numbers 15,
30, 45 and 60 are divisible by 5.
Divisibility of 6
If a given number is divisible by both 2 and 3, then it is
divisible by 6.
e.g. The numbers 114 and 324 are both divisible by 2 and 3;
hence they are divisible by 6.
Divisibility of 8
For a given number, check the number formed by its last three
digits. If the number formed is a multiple of 8, then the original number is
divisible by 8.
e.g. 1128
The number formed by last 3 digits is 128, which is a
multiple of 8; hence the number 1128 is divisible by 8.
Divisibility of 9
For a given number, add all its digits. If the number so
formed is a multiple of 9, then the original number is divisible by 9.
e.g. 369
Sum of its digits = 3 + 6 + 9 = 18
18 is a multiple of 9; hence the number 369 is divisible by 9.
Divisibility of 10
Can you think, what it can be?
Divisibility of 11
For a given number, add alternate digits. You will get two such
results. Subtract the result1 from the result2, if the difference is a multiple
of 11, then the original number is divisible by 11.
e.g. 1452
result1 = 2 + 4 = 6
result2 = 5 + 1 = 6
result2 – result1 = 6 – 6 = 0
0 is divisible by 11; hence the number 1452 is divisible by
11.
Divisibility of 12
If a given number is divisible by both 3 and 4, then it is
divisible by 12.
e.g. The numbers 144 and 324 are both divisible by 3 and 4;
hence they are divisible by 12.
Did you notice
that we haven’t discussed the divisibility test of 7? Was it missed?
No, we will
take it up at the later stage of our learning.
Quiz Time:
- If a number is divisible by 9, will it be divisible 3 as well?
- If a number is divisible by 3, will it also be divisible by 9?
- If a number is divisible by 4, will it be divisible by 2 as well?
- If a number is divisible by 2, will it be divisible by 4 as well?
- If a number is divisible by both 2 and 4, will it always be divisible by 8?
- Can you think of divisibility tests of 14 and 15?