3 or 9Rule: Remainder when a number is divided by 3 or 9 is the remainder of the sum of digits of the number divided by 3 or 9.
Explanation
10=9+1
9 is divisible by 3 and 9.
Rem(310n)=Rem(3(9+1)n)=Rem(31n)=1
Rem(910n)=Rem(9(9+1))=Rem(91n)=1
If n≥0, when 10n is divided by 3 or 9, the remainder is always 1. The following example shows the extension of this concept for the sum of digits rule.
Example 4
What is the remainder when 34585 is divided by 3?
Solution
34585=(3×104)+(4×103)+(5×102)+(8×101)+(5×100)
Let the remainder be x.
x=Rem(334585)
=Rem(3(3×104)+(4×103)+(5×102)+(8×101)+(5×100))
As Rem(310n)=1,
x=Rem(3(3×1)+(4×1)(5×1)(8×1)(5×1))
=Rem(33+4+5+8+5)=Rem(325)=Rem(32+5)
=Rem(37)=1
Answer: 1
The above example was to explain the rationale for the sum of digits rule. Going forward, successive digit sums. should be used to obtain the remainder. The following will help to improve your speed.
1) Keep adding the digits till you're left with a single digit number.
2) Remove all 9s from the digits or sum of digits.
Example 5
What is the remainder when 45678349 is divided by 9?
Solution
We can add 2 digits at a time and then add the digits of the results. This is a relatively faster way to find the remainder.
(4+5)+(6+7)+(8+3)+4+(9)
=9+13+11+4+9
'9's can be removed and rest of the digits can be added again.
1+3+1+1+4=10
Once again we apply digit sum.
1+0=1
Answer: 1
2.4 Divisor is
11Rule: Remainder when a number is divided by 11 equals the remainder when the sum of alternating digits starting from the units' place is subtracted from the sum of the remaining digits and then divided by 11.