Divisibility Rules for Prime Numbers
Divisibility rules help you guess possible factors accurately.
| Number is Divisible By | If… | Example |
|---|---|---|
| 2 | If the last digit is even (0,2,4,6, or 8), the number is divisible by 2. | 216 Last digit: Is 6 even? Yes: 2 is a factor of 216. |
| 3 | If the sum of the digits is divisible by 3, the number is divisible by 3. | 216 Sum of the digits: Is 9 divisible by 3 with no remainder? Yes: 3 is a factor of 216. |
| 5 | If the last digit is a 5 or a 0, the number is divisible by 5. | 216 Last digit: Is 6 a 5 or 0? No: 5 is not a factor of 216. |
| 7 | Multiply the last digit by 2. Subtract the doubled last digit from the rest of the number. If the answer is divisible by 7 (including 0), then so is the original number. |
216 Last digit: Double the last digit: Subtract doubled last digit from 'rest of the number': Is 9 divisible by 7 with no remainder? No. 7 is not a factor of 216. |
| 11 | Add the 1st, 3rd, 5th, 7th, (etc.) digits. |
825767855 Add 1st, 3rd, 5th, etc.: Add 2nd, 4th, 6th, etc: Is the difference divisible by 11 with no remainder? Yes: 11 is a factor of 825767855. |
| 13 | Multiply the last digit times 9. |
216 Last digit: Multiply last digit by 9: Subtract the product from the 'rest of the number': Is -33 divisble by 13 with no remainder? No. 13 is not a factor of 216. |