Is the number N divisible by.... 2? 3? 5?
Everyone knows the first trick:
N is divisible by 2 if its last digit is 0, 2, 4, 6, or 8 (that is, last digit is even).
Most people know the next trick:
N is divisible by 3 if the sum of the digits is also divisible by 3.
You can repeat this rule too.
For example: Is the number 93,225 is divisible by 3? Well...
Click to read the rest of this entry...Everyone knows the first trick:
N is divisible by 2 if its last digit is 0, 2, 4, 6, or 8 (that is, last digit is even).
Most people know the next trick:
N is divisible by 3 if the sum of the digits is also divisible by 3.
You can repeat this rule too.
For example: Is the number 93,225 is divisible by 3? Well...
9+3+2+2+5 = 21
And, 21 is divisible by 3, hence 93,225 is divisible by 3.



Subscribe!