A number is exactly divisible by another when the remainder is 0. Knowing divisibility rules helps you divide quickly.
Quick Divisibility Rules:
- Divisible by 2: last digit is 0,2,4,6,8
- Divisible by 5: last digit is 0 or 5
- Divisible by 9: sum of digits is divisible by 9
- Divisible by 10: last digit is 0
The relationship between division and multiplication: if A / B = C, then B x C = A.