1/15
00:00

H.1 Understanding divisibility rules

Loading questions...

What are divisibility rules?

Divisibility rules are shortcuts that help you quickly tell if one number can be divided evenly by another, without having to actually do the division.

Example:
  • To check if 24 is divisible by 2, look at the last digit. Since it is even (4), 24 Γ· 2 = 12 with no remainder.
Note

β€œDivisible” means the number divides evenly with no remainder.

Divisibility rule for 2

A number is divisible by 2 if its last digit is even (0, 2, 4, 6, or 8).

Examples:
  • 36 β†’ last digit is 6, so 36 Γ· 2 = 18 (divisible)
  • 57 β†’ last digit is 7, not even, so not divisible by 2
Note

Even numbers are always divisible by 2.

Divisibility rule for 3

A number is divisible by 3 if the sum of its digits is divisible by 3.

Examples:
  • 123 β†’ 1 + 2 + 3 = 6, which is divisible by 3 β†’ 123 Γ· 3 = 41
  • 124 β†’ 1 + 2 + 4 = 7, not divisible by 3 β†’ not divisible
Note

If you get a large sum, you can repeat the rule until the sum is small enough.

Divisibility rule for 4

A number is divisible by 4 if the last two digits form a number divisible by 4.

Examples:
  • 316 β†’ last two digits 16, divisible by 4 β†’ 316 Γ· 4 = 79
  • 318 β†’ last two digits 18, not divisible by 4 β†’ not divisible
Note

Only the last two digits matter for this rule.

Divisibility rule for 5

A number is divisible by 5 if its last digit is 0 or 5.

Examples:
  • 85 β†’ ends in 5 β†’ divisible by 5
  • 82 β†’ ends in 2 β†’ not divisible by 5
Note

Numbers ending in 0 or 5 are multiples of 5.

Divisibility rule for 6

A number is divisible by 6 if it is divisible by both 2 and 3.

Examples:
  • 132 β†’ even (divisible by 2) and digit sum is 6 (divisible by 3) β†’ divisible by 6
  • 135 β†’ digit sum is 9 (divisible by 3), but not even β†’ not divisible by 6
Note

You must check both rules: 2 and 3.

Divisibility rule for 8

A number is divisible by 8 if the last three digits form a number divisible by 8.

Examples:
  • 2,416 β†’ last three digits 416 β†’ divisible by 8 β†’ 2,416 Γ· 8 = 302
  • 2,414 β†’ last three digits 414 β†’ not divisible by 8 β†’ not divisible
Note

For small numbers, you can just check directly. For larger numbers, use the last three digits rule.

Divisibility rule for 9

A number is divisible by 9 if the sum of its digits is divisible by 9.

Examples:
  • 729 β†’ 7 + 2 + 9 = 18, divisible by 9 β†’ 729 Γ· 9 = 81
  • 731 β†’ 7 + 3 + 1 = 11, not divisible by 9 β†’ not divisible
Note

This rule is similar to the divisibility rule for 3, but only works when the sum is a multiple of 9.

Divisibility rule for 10

A number is divisible by 10 if its last digit is 0.

Examples:
  • 120 β†’ ends in 0 β†’ divisible by 10
  • 125 β†’ ends in 5 β†’ not divisible by 10
Note

All multiples of 10 end with a 0.