Difference between revisions of "Divisibility rules"
m (→Proof) |
m (→Proof) |
||
Line 42: | Line 42: | ||
That is, <math>N</math> differs from the sum of its digits by a multiple of <math>9</math>. It follows, then, that <math>N</math> is a multiple of <math>9</math> if and only if the sum of its digits is a multiple of <math>9</math>. | That is, <math>N</math> differs from the sum of its digits by a multiple of <math>9</math>. It follows, then, that <math>N</math> is a multiple of <math>9</math> if and only if the sum of its digits is a multiple of <math>9</math>. | ||
− | Since we also have <math>10 \equiv 1 \pmod 3</math>, the same proof also gives the divisibility rule for 3. The proof fails for 27 because <math>10 \not\equiv 1 \pmod 27</math>. | + | Since we also have <math>10 \equiv 1 \pmod 3</math>, the same proof also gives the divisibility rule for 3. The proof fails for 27 because <math>10 \not\equiv 1 \pmod{27}</math>. |
== Divisibility Rule for 11 == | == Divisibility Rule for 11 == |
Revision as of 09:36, 19 July 2006
These divisibility rules help determine when integers are divisible by particular other integers.
Contents
Divisibility Rule for 2 and Powers of 2
A number is divisible by if the last digits of the number are divisible by .
Divisibility Rule for 3 and 9
A number is divisible by 3 or 9 if the sum of its digits is divisible by 3 or 9, respectively. Note that this does not work for higher powers of 3. For instance, the sum of the digits of 1899 is divisible by 27, but 1899 is not itself divisible by 27.
Divisibility Rule for 5 and Powers of 5
A number is divisible by if the last n digits are divisible by that power of 5.
Proof
An understanding of basic modular arithmetic is necessary for this proof.
Consider, for example, the test for divisibility by :
Let be a positive integer. Then is divisible by if and only if the sum of the base-ten digits of is divisible by .
Arithmetic mod can be used to give an easy proof of this criterion:
Suppose that the base-ten representation of is
,
where is a digit for each . Then the numerical value of is given by
.
Now we know that, since , we have (mod ). So by the "exponentiation" property above, we have (mod ) for every .
Therefore, by repeated uses of the "addition" and "multiplication" properties, we can write
(mod ).
Therefore, we have
(mod ).
That is, differs from the sum of its digits by a multiple of . It follows, then, that is a multiple of if and only if the sum of its digits is a multiple of .
Since we also have , the same proof also gives the divisibility rule for 3. The proof fails for 27 because .
Divisibility Rule for 11
A number is divisible by 11 if the alternating sum of the digits is divisible by 11.
Divisibility Rule for 7
Rule 1: Partition into 3 digit numbers from the right (). If the alternating sum () is divisible by 7, then the number is divisible by 7.
Rule 2: Truncate the last digit of , and subtract twice that digit from the remaining number. If the result is divisible by 7, then the number is divisible by 7. This process can be repeated for large numbers.
Divisibility Rule for 13
See rule 1 for divisibility by 7. A number is divisible by 13 if the same specified sum is divisible by 13.
More general note
For every prime number other than 2 and 5, there exists a rule similar to rule 2 for divisibility by 7. For a general prime , there exists some number such that an integer is divisible by if and only if truncating the last digit, multiplying it by and subtracting it from the remaining number gives us a result divisible by . Divisibility rule 2 for 7 says that for , . The divisibility rule for 11 is equivalent to choosing . The divisibility rule for 3 is equivalent to choosing . These rules can also be found under the appropriate conditions in number bases other than 10.
Example Problems
Resources
Books
- The AoPS Introduction to Number Theory by Mathew Crawford.
Classes