What's the best way to find if a large number, with all non-zero digits, in the real numbers is divisible by 3 or 6?
Interested in this because of how hard it seems to find if a large number with all non-zero digits is divisible by 3 or not. I mean I could be wrong but from my first examination, it seems like for very large numbers (I'm talking more than 9 digits certainly), when trying to use the method of summing the digits and testing their divisibility by 3, you could easily wind up with a chain of sums that has to be resolved continually into smaller and smaller numbers until you find one which you can see has a sum divisible by 3.
Any easier test or formula we could use for very large numbers?