s1.4.2
Finding a Remainder when Dividing by 3, 9, etc...
1,000 questions
To find the remainder of a number when divided by 3 or 9, you can use the sum of its digits. The remainder of the number is the same as the remainder of the sum of its digits when divided by 3 or 9.
For example, to find the remainder of :
Sum the digits: .
Find the remainder of the sum: gives a remainder of 2. So, the remainder of is 2.
For very large numbers, you can use modular techniques by finding the remainder of each digit individually (or groups of digits) and summing them. For example, when dividing by 3, any 3, 6, or 9 can be treated as 0.