askvity

What if the sum of the digits is divisible by 9?

Published in Number Divisibility Rules 2 mins read

If the sum of the digits of a number is divisible by 9, then the number itself is also divisible by 9. This is a fundamental rule of divisibility in mathematics.

Understanding Divisibility by 9

The rule for divisibility by 9 is similar to the rule for divisibility by 3, except the sum of the digits must be divisible by 9, not 3.

  • The Rule: If the sum of a number's digits is divisible by 9, then the number is divisible by 9.
  • Example (Divisible by 9): Consider the number 819. The sum of its digits (8 + 1 + 9) is 18, which is divisible by 9. Therefore, 819 is divisible by 9 (819 / 9 = 91).
  • Example (Not Divisible by 9): Consider the number 78532. The sum of its digits (7+8+5+3+2) is 25, which is not divisible by 9. Therefore, 78532 is not divisible by 9.

Why does this work?

The reason this rule works comes from the base-10 nature of our number system. Each digit's place value is a power of 10 (ones, tens, hundreds, etc.). If we break down a number into its digits multiplied by their place values, and consider the remainder when each power of 10 is divided by 9, we always get 1 (e.g., 10 mod 9 = 1, 100 mod 9 = 1, 1000 mod 9 = 1, etc.). This means that the remainder of the whole number when divided by 9 is the same as the remainder of the sum of its digits when divided by 9.

Practical Implications

Here are some practical insights into the rule of divisibility by 9:

  • Checking Calculations: This rule can be used to check calculations quickly. If you're dividing by 9 and your result isn’t a whole number, then check if the sum of digits of the dividend is a multiple of 9.
  • Mental Math: You can use this rule to do calculations mentally. If you need to find whether a large number is divisible by 9, summing up the digits is much faster than dividing by 9.

Table Summary

Condition Result Example Number Sum of Digits Divisible by 9
Sum of digits is divisible by 9 Number is divisible by 9 198 18 Yes
Sum of digits is not divisible by 9 Number is not divisible by 9 457 16 No

Related Articles