When learning about multiples and divisors, there are several rules of divisibility that a student may encounter. Below, we list some famous rules of divisibility:
2: The last digit is even.
3: The sum of digits is a multiple of 3.
4: The last 2 numbers are a multiple of 4.
5: The last digit is either 0 or 5.
6: Multiple of 2 and 3
8: The last 3 digits are a multiple of 8.
9: The sum of digits is a multiple of 9.
10: The last digit is 0.
11: The alternating sum of digits is a multiple of 11.
We will show the proofs of rules of 8 and 11. The rest follow in a similar manner.
Proof: When a number is divisible by 8, the last 3 digits are a multiple of 8.
Let the number be , where are digits and is a non-negative integer.
Clearly, is a multiple of 8, since . Hence, is a multiple of 8 if and only if is a multiple of 8.
Proof: When a number is divisible by 11, the alternating sum of digits is a multiple of 11.
From Factorization , we know that
is always a multiple of 11.
Hence, if , then
Since the terms in the square brackets consist of multiples of 11, it follows that is a multiple of 11 if and only if the alternating sum is a multiple of 11.
Find all possible values of such that the number is a multiple of 3.
From the rules of divisibility, the number is a multiple of 3 if and only if the sum of the digits is a multiple of 3. Since , this implies that are all the possible values.
Show that if the last 3 digits of a number are , then is a multiple of 8 if and only if is a multiple of 8.
This follows because . Hence, by the divisibility rule of 8, is a multiple of 8 if and only if is a multiple of 8 if and only if is a multiple of 8.
Divisibility rule of 7: Break up the number into blocks of 6, starting from the right. Add up all these blocks, and the resultant number has to be a multiple of 7.
This follows because , so is a multiple of 7 if and only if is a multiple of 7. If we use , we get the result as stated.
Show that the 6 digit number is a multiple of 7 if and only if is a multiple of 7.
Solution: This follows because
Hence is a multiple of 7 if and only if is a multiple of 7.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
For eight, I just like to use the fact that a number ...abc is a multiple of eight if
(1) a is odd, and bc is a multiple of four, but NOT eight, (bc≡4(mod8)
OR
(2) when a is even, and bc is a multiple of eight.
This can be proved relatively simply using mod math. I find it very useful, because you need only to remember 2-digit multiples of 8 instead of 3-digit ones!
Log in to reply
No!not at all.You have to only look at the last 3 digits. I don't know how did you found that you have to only look at the last 2 digits.
Log in to reply
I'm sorry but did you even read what I wrote 0_0
My method tells you if the last three digits are a multiple of eight, but without having to memorize all three digit multiples of 8. If you read it more carefully, it should make sense, because it indeed does make sense.
Log in to reply
Log in to reply
Here is a proof I wrote.
Divisibility by 3: given a number in base 10 can be rewritten as:
(an10n)+(an−110n−1)+(an−210n−2)+...+a1
We know that 10≡1(mod3) So if we want to see if the above integer is divisible by 3, we can rewrite the integer reduced by modulo 3:
(an10n)+(an−110n−1)+(an−210n−2)+...+a1≡((an)+(an−1)+(an−2)+...+a1)(mod3)
So we will have to find the sum of the digits. QED
Also, I would like to add that if a number is divisible by 11 then the alternating sum of its digits is itself divisible by 11. E.g 92818..... 9-2+8-1+8 = 22 and 11|22. Also, for 7 you take off the last digit of a number and subtract twice that number from the original. If the result is divisible by 7 then the original number is also divisible by 7 E.g. 259... 25 - 2(9) = 7 & 7|7
Thanks for this