How to tell if a number is divisible by 10

This is the shortest rule in the set, and the one that makes place value click: the last digit of a number is exactly what is left over after taking out all the tens.

The rule

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

How to check it

  1. Look at the last digit.
  2. If it is 0, the number divides by 10.
  3. Any other digit is the remainder: 4627 leaves 7.

Worked examples

Is 4620 divisible by 10?

4620 ends in 0

Yes. 4620 = 10 × 462.

Is 1155 divisible by 10?

1155 ends in 5

No. It divides by 5 but not by 10.

Is 900 000 divisible by 10?

ends in 0

Yes, and by 100, and by 1000, for the same reason.

Why the last digit is the whole answer

Count in 10s and watch the last digit: it is 0 every time, however far you go. A multiple of 10 can never end in anything else.

The reason is in how we write numbers: 4620 means 462 tens and 0 units, and those 462 tens are already a whole number of 10s.

So the only thing that can be left over is the units digit, and the only units digit that is itself a whole number of 10s is 0.

The same argument explains the remainder: whatever the last digit is, that is exactly what is left after dividing by 10.

Where it goes wrong

Questions people ask

Does a multiple of 10 always divide by 2 and 5?

Yes. 10 = 2 × 5, so anything ending in 0 passes all three tests.

How do I check for 100?

The same idea one place along: it has to end in two zeros. For 1000, three.

Related rules