Divisibility by 8

This is the seventh post in the Divisibility Rules Series.  In this post, we will discuss divisibility  by 8.

A number is divisible by 8 if the last three digits is divisible by 8. For example, 25816 is divisible by 8 since 816 is divisible by 8. On the other hand, 5780 is not divisible by 8 since 780 is not divisible by 8. Why is this so?

Let us start with 25 816. First, we know that 1000 is divisible by 8. Therefore, 2000, 3000, 4000, and all multiples of 1000 are divisible by 8. Since 25 816 = 25000 + 816 and 25 000 is divisible by 8, we just have examine the last three digits. Notice that this is similar to 5780. Since 5780 = 5000 + 780, and 5000 is divisible by 8, we are sure that it is not divisible by 8 since the last three digits is not divisible by 8.

This observation can be generalized because all numbers greater than 1000 can be expressed as multiple of 1000 + three-digit number (the hundreds, tens, and ones). Since all multiples of 1000 are divisible by 8, we just have to examine the divisibility of the last three digit number.

divisibility by 8

Of course this observation is also similar with negative numbers. All negative numbers less than -1000 can can be expressed as multiple of -1000 + three-digit negative number.

Divisibility by 7 and Its Proof

This is the 6th post in the Divisibility Rules Series.  In this post, we discuss divisibility by 7.

Simple steps are needed to check if a number is divisible by 7. First, multiply the rightmost (unit) digit by 2, and then subtract the product from the remaining digits. If the difference is divisible by 7, then the number is divisible by 7.

Example 1: Is 623 divisible by 7?

3 x 2 = 6
626 = 56
56 is divisible by 7, so 623 is divisible by 7.

If after the process above, the number is still large, and it is difficult if to know if it is divisible by 7, the steps can be repeated. We take the difference as the new number, we multiply the rightmost digit by 2, and then subtract from the remaining digits.

Example 2:  Is 3423 divisible by 7?

3 x 2 =
3426 = 336

We repeat the process for 336. We multiply 6 by 2 and then subtract it from 33

6 x 2 = 12
3312 = 21
21 is divisible by 7, so 3423 is divisible by 7.

Note that if the number is still large, this process can be repeated over and over again, until it is possible to determine if the remaining digits is divisible by 7. » Read more

Divisibility by 5 and 10

This is the third post in the Divisibility Rules Series.  The first was about divisibility by 2 and the second was about divisibility by 4.  In this post, we discuss divisibility by 5 and 10.

If we skip count by 10, we will immediately realize that the numbers always end in zero: 10, 20, 30, 40, and so on. It is clear that all multiples of 10 end in 0; therefore,  a number is divisible by 10 if the ones digit is 0.

On the other hand, if we skip count by 5, then we have 5, 10, 15, 20, 25, 30 and so on. Notice that if we add 5 to a number whose ones digit is 5, the ones digit of the sum is 0. Similarly, any number whose ones digit is 0 added to 5, the ones digit of the sum is always 5.  Hence, we conclude that a number is divisible by 5, if the ones digit is either 5 or 0.

From here, we can see clearly that all numbers that are divisible by 10 are also divisible by 5.

1 2