Dividing By Nine
The trick for determining if a number is divisible by nine is well-known: If the sum of the digits of a number is divisible by nine, then the number itself is as well. This is a special case of the general rule, made easy because no base conversion is necessary since 9 + 1 = 10, and we already use base 10.
Example: Is 2,340 divisible by 9?
- a=9
- b=2,340
- x=a+1=10
- y=b (base-10)=2,340
- z=2+3+4+0=9
- z/a=9/9=1, a natural number
2,340 is divisible by 9.
Read more about this topic: Base Conversion Divisibility Test
Famous quotes containing the word dividing:
“When a man and a woman have an overwhelming passion for each other, it seems to me, in spite of such obstacles dividing them as parents or husband, that they belong to each other in the name of Nature, and are lovers by Divine right, in spite of human convention or the laws.”
—Sébastien-Roch Nicolas De Chamfort (17411794)