All topics

s1.4.6

Dividing by 9 Trick

1,000 questions

This trick extends the remainder rule for 9 to find the full quotient. When dividing a number abcdabcd by 9, you can find the digits of the answer sequentially.

  • Hundreds digit: aa
  • Tens digit: a+ba+b (carry if sum > 9)
  • Ones digit: a+b+ca+b+c (carry if sum > 9)
  • Remainder: a+b+c+da+b+c+d (find remainder when this sum is divided by 9)

For 3211÷93211 \div 9: Hundreds is 3. Tens is 3+2=53+2=5. Ones is 3+2+1=63+2+1=6. Remainder is 3+2+1+1=73+2+1+1=7. Answer: 35679356\frac{7}{9}.

Practise this