In base 10, an integer is divisible by 3 if the sum of its digits is divisible by 3. Why is this true?
I've been giving it some thought, and I figure that it's because the remainder of 10 divided by 3 is 1, which acts as a sort of counting mechanism. Along these lines, I suspect that an integer is divisible by a prime digit p if the sum of its digits (as expressed in base b) is divisible by p, AND if the base b is one more than some multiple of p.
But it's been an awfully long time since I've done this sort of thing, and I'd love to know if I'm on the right track here (and why).
2006-12-12
05:47:29
·
3 answers
·
asked by
sylvar
2
in
Science & Mathematics
➔ Mathematics