How to tell if a number is divisible by 8
The textbook rule for 8 is the last three digits, which on a four-digit number leaves you asking almost the same question you started with. Halving is the one a child can actually run.
A number is divisible by 8 when you can halve it three times and still have a whole number.
How to check it
- Halve the number. If it is odd, halving it leaves a half rather than a whole number, so stop: it does not divide by 8.
- Halve the result. Stop if it turns odd.
- Halve once more. If all three halvings landed on whole numbers, the number divides by 8.
Worked examples
Is 4620 divisible by 8?
4620 → 2310 → 1155 → 1155 is odd
Halving 1155 would give 577.5, not a whole number, so no.
Is 616 divisible by 8?
616 → 308 → 154 → 77
Three halvings, all whole. Yes: 616 = 8 × 77.
Is 9000 divisible by 8?
9000 → 4500 → 2250 → 1125
Yes. 9000 = 8 × 1125.
The other way: the last three digits
Every thousand is 8 × 125, so thousands and everything above them are already whole numbers of 8s. Only the last three digits can decide the question.
For 109 816, look at 816: it is 8 × 102, so the whole number divides by 8.
This is the rule most textbooks print, and it is genuinely useful on long numbers. On a four-digit number it only removes one digit, and you are left asking whether 620 is a multiple of 8, which is no easier than the original question. That is why halving is the better first method.
Why halving three times works
8 = 2 × 2 × 2. Dividing by 8 is the same as dividing by 2 three times over, so if every one of those halvings lands on a whole number, the original divided by 8.
It also stops early and tells you why: the moment a halving turns odd, you know there were not enough 2s inside the number.
Where it goes wrong
- Halving twice and calling it done. Two halvings test 4, not 8.
- Rounding a half. 1155 ÷ 2 is 577.5, not 577, and a half means the answer is no. Getting stuck is the answer, not an inconvenience.
- Assuming an even number divides by 8. Only one even number in four does.
Questions people ask
Is every multiple of 8 also a multiple of 4 and 2?
Yes. 8 contains both, so passing the 8 test guarantees the other two.
Which rule do schools teach?
Usually the last three digits, often in Year 3 or 4 alongside the 8 times table. Halving is a good companion because it explains why 8 behaves like 2 three times over.