| A | B |
| 1 | Every integer is divisible by this. |
| 2 | Is it even? (Does it end in 2,4,6,8, or 0) |
| 3 | Do the sum of the digits add up to a number divisible by 3? |
| 4 | Can you divide the last 2 digits by 4? |
| 5 | Does it end in 5 or 0? |
| 6 | Is it divisible by 2 and 3? |
| 8 | Are the last 3 digits divisible by 8? |
| 9 | Do the sum of the digits add up to a number divisible by 9? |
| 10 | Does it end in 0? |
| 15 | Is it divisible by 3 and 5? |