an integer n is divisible by 3 if and only if the sum of digits of n is divisible by 3. In other words, if n= a0+ 10 a1 +102 a2 +…+ 10k ak, then n is divisible by 3 if and only if a0+a1+a2+…+ak is divisible by 3. Example: 12765312 is divisible by 3 because 1+2+7+6+5+3+1+2=27 is divisible by 3; indeed, 12765312 / 3 = 4255104.

 

in Geometry Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

10=9+1; 100=99+1, 1000=999+1, and so on.

3 goes into (10^k)-1, where k is a positive integer.

n=a0+9a1+a1+99a2+a2+...

So, if we divide by 3 we can ignore (10^k)-1 because we know they are all divisible by 3.

That leaves us with a0+a1+a2+... which is simply the sum of the digits. If this sum is divisible by 3 then so is n.

by Top Rated User (1.2m points)

Related questions

Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,285 answers
2,420 comments
734,800 users