SpecEnvoy
EN·中文

Divisible by 2, 3 or 5?
Spot it in seconds

You don't need to do the whole division. There are quick tricks that tell you straight away whether a number splits up evenly. Here are the three easiest ones.

A number is divisible by another when it splits into equal groups with nothing left over. Think of sharing 12 sweets between 3 friends — everyone gets 4, none left over, so 12 is divisible by 3. Share 13 sweets and one is left over — so 13 is not.

Dividing by 2

This is the one you already know: even numbers. You only have to look at the last digit. If it ends in 0, 2, 4, 6 or 8, the whole number divides by 2.

NumberLast digitDivisible by 2?
344Yes ✓
577No ✗
1300Yes ✓
9 9999No ✗

Why only the last digit? Because 10, 100, 1000… are all divisible by 2. So the tens, hundreds and thousands always split evenly on their own — only the units digit can leave anything behind.

Dividing by 5

Same idea, just as easy: look at the last digit. The multiples of 5 are 5, 10, 15, 20, 25… — notice they always end in 5 or 0. So if a number ends in 0 or 5, it divides by 5.

NumberLast digitDivisible by 5?
455Yes ✓
900Yes ✓
722No ✗
1 0055Yes ✓

Dividing by 3 — the digit trick

Three is sneakier: the last digit won't help you. Instead, add up all the digits. If that total divides by 3, then so does the whole number.

NumberAdd the digitsTotal ÷ 3?Divisible by 3?
272 + 7 = 9YesYes ✓
414 + 1 = 5NoNo ✗
1231 + 2 + 3 = 6YesYes ✓
5 2815 + 2 + 8 + 1 = 16NoNo ✗

If the total is still big and you're not sure, just do the trick again on that total:

12 345 → 1 + 2 + 3 + 4 + 5 = 15 → 1 + 5 = 6 → 6 divides by 3, so 12 345 divides by 3

Quick recap

Divides byWhat to look atIt works when…
2the last digitit's 0, 2, 4, 6 or 8
5the last digitit's 0 or 5
3the sum of all digitsthat sum divides by 3
Want to get fast at the division itself? Practise in the Arithmetic Trainer — pick the ÷ button and test yourself.

For the curious: why does the digit trick for 3 work?

This part is for older kids (or anyone who likes to know why). The trick isn't magic — it falls straight out of how our number system is built.

Every place value — 10, 100, 1000 — is just one more than a string of 9s:

10 = 9 + 1    100 = 99 + 1    1000 = 999 + 1    …

And 9, 99, 999 … are all divisible by 3. Now let's break a number apart using that. Take 471:

471 = 4×100 + 7×10 + 1
    = 4×(99+1) + 7×(9+1) + 1
    = (4×99 + 7×9) + (4 + 7 + 1)
    = a multiple of 3 + the digit sum (12)

The first bracket is always a multiple of 3 (because 99 and 9 are). So the only part that decides whether 471 divides by 3 is the digit sum, 4 + 7 + 1 = 12. Since 12 divides by 3, so does 471.

This works for any number: split each digit into "(a bunch of 9s) + 1", and the bunches of 9s always vanish into a multiple of 3, leaving just the sum of the digits. That's the whole secret.

Bonus: the exact same proof works for 9 — because 9, 99, 999… are all multiples of 9 too. So if the digits add up to a multiple of 9, the number divides by 9 as well!