Thread Closed

Why if the sum of a number's digits is divisible by 3, that no. is divisible by 3?

 
Share Thread Thread Tools
Jan7-10, 06:39 PM   #1
 

Why if the sum of a number's digits is divisible by 3, that no. is divisible by 3?


Two questions:

1. We add the digits of any number. If the sum is divisible by 3, then that number is divisible by 3. Why?

2. Does this work for a number of more than 2 digits?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Jan7-10, 06:45 PM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Juwane View Post
2. Does this work for a number of more than 2 digits?
Yes.

Quote by Juwane View Post
1. We add the digits of any number. If the sum is divisible by 3, then that number is divisible by 3. Why?
Because 10 = 1 (mod 9).

Consider doing long division on a number:

__________
9) abcde...

Your first step will be to see if 9 goes into a. If it does, then the number is
abcde... = 9000... + bcde...
which is divisible by 9 exactly if bcde... is. Otherwise, see how many times 9 goes into ab (that is, 10a + b). Clearly at least a times, right? Then you'll write a above the bar and subtract 9a from 10a + b, which is a + b. But now you're just adding the digits up. You can continue this process, getting (a + b + c)de..., (a + b + c + d)e..., and so on. It's 'easy to see' that this works. A formal proof is by induction.
 
Jan8-10, 05:17 AM   #3
 
First prove by induction that every number of the form [tex]10^{n}-1[/tex] is divisible by 3. Then Notice that every number can be written via decimal representation:

[tex]x=\sum^{N}_{i=0}x_{i}10^{i}=\sum^{N}_{i=0}x_{i}+\sum^{N}_{i=0}x_{i}(10^ {i}-1)[/tex]

The second sum is a number divisible by three (you've proven it), so the only remaining condition for x to be divisible by three is that the first sum is. But that's just saying the sum of the digits is divisible by three.
 
Thread Closed
Thread Tools


Similar Threads for: Why if the sum of a number's digits is divisible by 3, that no. is divisible by 3?
Thread Forum Replies
infinitely divisible vs finitely divisible time General Physics 8
Numbers divisible by 3 Precalculus Mathematics Homework 8
[(2*(n^2)+1] MUST be divisible by 3 Linear & Abstract Algebra 12
Divisible by a square Linear & Abstract Algebra 27
(n-1)! is divisible by n Linear & Abstract Algebra 7