Divisibility Checker – Test Divisibility Rules Instantly
Check if any number is divisible by another with our free online divisibility checker. Displays the relevant divisibility rule and provides instant yes or no results with quotient and remainder.
Understanding Divisibility
Divisibility is one of the most fundamental concepts in arithmetic. When we say "a is divisible by b," we mean that a can be divided by b with no remainder. In other words, b goes into a an exact whole number of times. This simple idea underlies much of number theory and has practical applications everywhere from simplifying fractions to cryptography.
The divisibility rule for a number is a shortcut that lets you determine divisibility without doing the full division. Some rules are trivial (check if the last digit is even for divisibility by 2). Others are surprisingly clever (for 7, double the last digit and subtract from the rest). This calculator shows both the result and the applicable rule.
Division Terminology
Key Terms
Division Formula
Also written as: a = bq + r, where 0 ≤ r < b
Worked Examples
Example 1: 144 ÷ 12
Dividend: 144
Divisor: 12
Result: Yes, divisible
Quotient: 12, Remainder: 0
Rule: Divisible by both 3 and 4
144 is 12², so it's perfectly divisible by 12. This is a perfect square.
Example 2: 1000 ÷ 8
Dividend: 1000
Divisor: 8
Result: Yes, divisible
Quotient: 125, Remainder: 0
Rule: Last three digits (000) form a number divisible by 8
1000 = 10³ = 2³ × 5³ = 8 × 125. Powers of 10 are divisible by 8.
Example 3: 2025 ÷ 9
Dividend: 2025
Divisor: 9
Result: Yes, divisible
Quotient: 225, Remainder: 0
Rule: Sum of digits (2+0+2+5=9) is divisible by 9
2025 = 45². The digit sum is 9, so it's divisible by 9.
Example 4: 1001 ÷ 7
Dividend: 1001
Divisor: 7
Result: Yes, divisible
Quotient: 143, Remainder: 0
Rule: 100 - 2(1) = 98, which is divisible by 7
1001 = 7 × 11 × 13. This product of three consecutive primes appears often in math puzzles.
Example 5: 555 ÷ 15
Dividend: 555
Divisor: 15
Result: Yes, divisible
Quotient: 37, Remainder: 0
Rule: Divisible by both 3 and 5
555 ends in 5 (divisible by 5) and digit sum is 15 (divisible by 3), so divisible by 15.
Example 6: 123456 ÷ 11
Dividend: 123456
Divisor: 11
Result: Not divisible
Quotient: 11223, Remainder: 3
Rule: Alternating sum (1-2+3-4+5-6=-3) not divisible by 11
For 11, add and subtract digits alternately. If the result is divisible by 11, so is the original.
Quick Fact
The divisibility rule for 11 is based on alternating sums. Add the first digit, subtract the second, add the third, and so on. If the result is divisible by 11 (including 0), the original number is divisible by 11. For example, 121: 1 - 2 + 1 = 0, so 121 is divisible by 11 (121 = 11 × 11).
Frequently Asked Questions
What does it mean if remainder is 0?
A remainder of 0 means the division is exact – the divisor goes into the dividend a whole number of times with nothing left over. We say the dividend is "divisible by" the divisor.
Can the remainder be larger than the divisor?
No. By definition, the remainder must be less than the divisor. If you get a remainder equal to or larger than the divisor, you haven't finished dividing – the divisor can go in at least one more time.
Why can't we divide by zero?
Division by zero is undefined because it leads to contradictions. If 10 ÷ 0 = x, then 0 × x = 10, but 0 times anything is 0, not 10. There's no number that satisfies this equation.
How do I check divisibility for large divisors?
For divisors without simple rules (like 17, 19, 23), just do the division and check if the remainder is 0. The divisibility rules become more complex for larger primes and aren't worth memorizing.
What's the difference between quotient and result?
The quotient is the whole number part of the division result. The full result includes any remainder or decimal. For 17 ÷ 5: quotient is 3, remainder is 2, decimal result is 3.4.
Is 0 divisible by any number?
Yes, 0 is divisible by every non-zero integer. 0 ÷ n = 0 with remainder 0 for any n ≠ 0. However, 0 cannot be a divisor (you can't divide by 0).
Other Free Tools
Divisibility Check 2–20 – Test Divisibility for All Numbers
Check divisibility by all integers from 2 to 20 with a single input using our free online divisibility tool. Displays divisibility results with the rules used for each.
Factor Calculator – Find All Factors of Any Integer
Find all factors of any integer instantly with our free online factor calculator. Lists every factor in ascending order – perfect for simplifying fractions and solving number theory problems.
GCD / HCF Calculator – Find Greatest Common Divisor Online
Calculate the GCD or HCF of two or more numbers instantly with our free online calculator. Uses the Euclidean algorithm to find the greatest common divisor with step-by-step solutions.
Modulo Calculator – Find the Remainder of Division
Calculate the modulo or remainder of any division instantly with our free online modulo calculator. Essential for programming, number theory, and cryptography applications.
Prime Number Checker – Is It Prime? Find Out Instantly
Check if any number is prime or composite instantly with our free online prime number checker. Fast, accurate prime testing for any positive integer with a clear explanation.
Prime Factorization Calculator – Find Prime Factors Instantly
Find the prime factorization of any number with our free online calculator. Displays all prime factors in exponential form and as a factor tree for easy understanding.
Factors List Generator – Find All Factors of a Number
Generate a complete sorted list of all factors of any number instantly with our free online factors calculator. Ideal for math homework, LCM/GCD problems, and number theory.
Modular Arithmetic Calculator – Compute mod n Operations
Perform modular arithmetic operations including addition, subtraction, multiplication, and exponentiation under any modulus with our free online calculator.