A number is divisible by 2 if its last digit is also (i.e. 0,2,4,6 or 8).
A number is divisible by 3 if the sum of its digits is also. Example: 726: 7+2+6= 15, so 726 is divisible by 3.
A number is divisible by 4 if the last two digits are divisible by 4. Example : 19716. 16 is divisible by 4, so the given no is divisible by 4.
A number is divisible by 5 if the last digit is 5 or 0.
A number is by divisible by 7. Double the last digit and subtract it from the remaining leading truncated number. If the result is divisible by 7, then so was the original number. Example :
672 (Double 2 is 4, 67-4=63, and 63÷7=9) Yes
905 (Double 5 is 10, 90-10=80, and 80÷7=11 3/7) No
A number is divisble by 8 if the last 3 digits of the number are divisble by 8. Example: 127104. 104/8= 13. So 127104 is divisble by 8.
A number is divisble by 9 if the sum of the digits is divisible by 9. Example: 288 = 2 + 8 + 8 = 18 (is divisible by 9). 288/9 = 32.
Test for divisibility by 11. Subtract the last digit from the remaining leading truncated number. If the result is 0 or divisible by 11, then so was the first number. Apply this rule over and over again as necessary. Example:
9009–> 900-9 = 891 –>89-1=88 –>8-8=11, so yes, 9009 is divisible by 11
132–> 13 -2 =11. So 132 is divisible by 11
OR
If you sum every second digit and then subtract all other digits and the answer is 0 or divisible by 11. Example:
1364 ((3+4) – (1+6) = 0) Yes
3729 ((7+9) – (3+2) = 11) Yes
25176 ((5+7) – (2+1+6) = 3) No
Test for divisibility by 13. Add four times the last digit to the remaining leading truncated number. If the result is divisible by 13, then so was the first number. Apply this rule over and over again as necessary.
Example: 50661–>5066+4=5070–>507+0=507–>50+28=78 and 78 is 6*13, so 50661 is divisible by 13.
Test for divisibility by 17. Subtract five times the last digit from the remaining leading truncated number. If the result is divisible by 17, then so was the first number. Apply this rule over and over again as necessary.
Example: 3978–>397-5*8=357–>35-5*7=0. So 3978 is divisible by 17.
Test for divisibility by 19. Add two times the last digit to the remaining leading truncated number. If the result is divisible by 19, then so was the first number. Apply this rule over and over again as necessary.
Example: 101156–>10115+2*6=10127–>1012+2*7=1026–>102+2*6=114 and 114=6*19, so 101156 is divisible by 19.
If you enjoyed this post, make sure you subscribe to my RSS feed!
supervipul on June 27th 2009 in MBA CAT preps