AoPSWiki
Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams?
Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk.
Personal tools

Divisibility rules/Rule for 3 and 9 proof

From AoPSWiki

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.

Proof

An understanding of basic modular arithmetic is necessary for this proof.

Arithmetic mod can be used to give an easy proof of this criterion:

Suppose that the base-ten representation of is

N = a_k a_{k-1} \cdots a_2 a_1 a_0,

where is a digit for each . Then the numerical value of is given by

N = a_k \cdot 10^k + a_{k-1} \cdot 10^{k-1} + \cdots + a_1 \cdot 10^1 + a_0 \cdot 10^0.

Now we know that, since , we have (mod ) and so we have 10^{j}\equiv 1^{j}\equiv 1 \pmod{9} for every .

Therefore, we can write

a_k \cdot 10^k + a_{k-1} \cdot 10^{k-1} + \cdots + a_1 \cdot 10^1 + a_0 \cdot 10^0 \equiv a_k \cdot 1 + a_{k-1} \cdot 1 + \cdots + a_1 \cdot 1 + a_0 \cdot 1 \pmod{9}.

Therefore, we have

N \equiv a_k + a_{k-1} + \cdots + a_1 + a_0 \pmod{9}.

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 .

See also

Add a glimpse of the Art of Problem Solving Forum to your own site!
Click here for details!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us