nickimonckom
What is the fastest way to divide by 2 or 3 numbers as in 1360 / 16 ?
Divisibility Rules
2 - If the last digit is even, the number is divisible by 2.
3 - If the sum of the digits is divisible by 3, the number is also.
4 - If the last two digits form a number divisible by 4, the number is also.
5 - If the last digit is a 5 or a 0, the number is divisible by 5.
6 - If the number is divisible by both 3 and 2, it is also divisible by 6.
7 - Take the last digit, double it, and subtract it from the rest of the number, if the answer is divisible by 7 (including 0), then the number is divisible by 7.
8 - If the last three digits of a number are divisible by 8, then so is the whole number.
9 - If the sum of the digits is divisible by 9, so is the number.
10 - If the number ends in 0, it is divisible by 10.
11 - If you sum every second digit and then subtract all other digits and the answer is: 0, or is divisible by 11, then the number is divisible by 11.
Example: to see whether 9,488,699 is divisible by 11, sum every second digit: 4+8+9=21, then subtract the sum of other digits: 21-(9+8+6+9)=-11, -11 is divisible by 11, hence 9,488,699 is divisible by 11.
12 - If the number is divisible by both 3 and 4, it is also divisible by 12.
25 - Numbers ending with 00, 25, 50, or 75 represent numbers divisible by 25.
Check for more here:
math-number-theory-88376.html