How can you tell if a large number is divisible by 9?
The large number is divisible by 9 if and only if the sum of the digits is also a number divisible by 9. For example, take the larger number 6561. 6+5+6+1 = 18, which is divisible by 9, so this must mean 6561 is divisible by 9.