What is Divisibilty test of 3?|What is Divisibilty test of 4?|
Divisibility Tests
The following are some shortcuts for deciding whether a given integer is divisible by .
Divisibility by
An integer is divisible by if its last digit or . (In other words, if it's even.)
Example: 24,424,5286,19578......
Divisibility by
An integer is divisible by if the sum of its digits is divisible by .
Example: 81 as 8+1 =9 and 9 is divisible by 3
Divisibility by 4
An integer is divisible by
if the last two digits are divisible by 4
Example: 524 as 24 is divisible by 4
796 as 96 is divisible by 4
796 as 96 is divisible by 4
Divisibility by 5
An integer is divisible by 5 if the last digit is either or .
Example: 75,100,125,1350,19255,56780...
Divisibility by 6
An integer is divisible by if it is divisible by divisible by .
Example: 12 as 12 is divisible by 2 as well as 3.
Divisibility by
Remove the last digit, double it, subtract it from the truncated original number and continue doing this until only one digit remains. If this is 0 or 7, then the original number is divisible by 7.
Example:1603 -> 160-2(3)=154 -> 15-2(4)=7, so 1603 is divisible by 7.
Divisibility by 8
An integer is divisible by 8 if the last three digits are divisible by .
Example: 1848 as last 3 digits are divisible by 8
Divisibility by
An integer is divisible by if the sum of the digits is divisible by .
Example: 765 as 7+6+5 = 18 which is divisible by 18
Divisibility by 10
An integer is divisible by if the last digit is 0
Example: 10000,25400,87650,9765430...
No comments:
Post a Comment