| Divisible
by: |
Rule: |
| 2 |
If the last digit is
an even number. |
| 3 |
If the sum of all
digits in the
dividend is divisible by 3. |
| 4 |
If the last two
digits form
a number divisible by 4. |
| 5 |
If the last digit is
a "0" or a "5" |
| 6 |
If the dividend is
divisible by 2 and 3 |
| 9 |
If the sum of all
digits in the
dividend is divisible by 9. |
| 10 |
If the dividend is in
a "0" |