Divisibility checker
Check if a number is divisible by another (remainder = 0). Shows the quotient and remainder.
Isdivisible by?
Divisibility rules
By 2: Last digit is even. By 3: Digit sum divisible by 3. By 4: Last two digits divisible by 4. By 5: Ends in 0 or 5. By 6: Divisible by both 2 and 3. By 9: Digit sum divisible by 9. By 10: Ends in 0.
Related calculators