Technique explanation
Teaching Explanation
Division by 9 has a special property. To find the answer:
- The first digit of the number is the first digit of your quotient.
- Add that to the next digit of the number to get the next digit of your quotient.
- Keep adding until you reach the last digit. The final sum you get is the remainder.
If the remainder is 9 or more, you can take another 9 out of it and add 1 to your quotient.
Method Condition
Specifically for division by 9.
Standard Fallback
Standard short division or long division.
Misconception & Correction
- Misconception: Treating the final sum as part of the quotient instead of the remainder.
- Correction: The very last addition step always produces the remainder, not another digit of the quotient.
Module
Worked examples
Worked Examples
Example: 121 ÷ 9
- First Digit: 1. (Quotient starts with 1)
- Next Step: 1 + 2 = 3. (Quotient becomes 13)
- Last Step (Remainder): 3 + 1 = 4.
- Result: 13 Remainder 4.
- Independent Check: 13 × 9 = 117; 117 + 4 = 121. (Matches)
Example: 2102 ÷ 9
- First Digit: 2. (Quotient starts with 2)
- Next Step: 2 + 1 = 3. (Quotient becomes 23)
- Next Step: 3 + 0 = 3. (Quotient becomes 233)
- Last Step (Remainder): 3 + 2 = 5.
- Result: 233 Remainder 5.
- Independent Check: 233 × 9 = 2097; 2097 + 5 = 2102. (Matches)
Academy Course