All the Tools You Need

Divisibility Rule Calculator - Math Tools | Toolivaa

Divisibility Rule Calculator

Divisibility Checker

Check if a number is divisible by any number from 2 to 20 using divisibility rules with step-by-step explanations.

a รท b = q with remainder r
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Custom
Enter positive integers only. Click on divisor buttons above or enter custom divisor.

Even Number Check

1234 รท 2
Divisible

Digit Sum Rule

342 รท 3
Divisible

Last Digits Rule

1024 รท 4
Divisible

Prime Divisibility

91 รท 7
Divisible

Divisibility Result

DIVISIBLE
Number
12345
Divisor
3
Remainder
0
12,345

Divisibility Rule Applied:

Step-by-Step Check:

Divisibility Rule Summary:

Quick Mental Check:

Divisibility rules help determine if one number divides another without performing full division.

What are Divisibility Rules?

Divisibility Rules are shortcuts that help determine whether a given number is divisible by another number without actually performing the division. These rules are based on patterns in the decimal number system and provide quick mental checks for divisibility by numbers 2 through 20 (and beyond). They are essential for mental math, competitive exams, factorization, and simplifying fractions.

Divisibility Rules for Numbers 2-20

Divisibility by 2

Last digit even (0,2,4,6,8)

Even number check

Example: 456 โœ“

Divisibility by 3

Sum of digits รท 3

Digit sum rule

Example: 123 (1+2+3=6) โœ“

Divisibility by 4

Last 2 digits รท 4

Two-digit check

Example: 1324 (24รท4=6) โœ“

Divisibility by 5

Last digit 0 or 5

Ends with 0/5

Example: 235 โœ“

Complete Divisibility Rules Table

Basic Rules (2-10)

DivisorRuleExampleQuick Check
2Last digit is even (0,2,4,6,8)1,234 โ†’ last digit 4 (even) โœ“Check last digit
3Sum of digits divisible by 3123 โ†’ 1+2+3=6, 6รท3=2 โœ“Add all digits
4Last two digits divisible by 41,324 โ†’ 24รท4=6 โœ“Check last 2 digits
5Last digit is 0 or 5235 โ†’ last digit 5 โœ“Check last digit
6Divisible by both 2 and 3138 โ†’ even โœ“, 1+3+8=12รท3=4 โœ“Check 2 and 3 rules
7Double last digit, subtract from rest, repeat182 โ†’ 18-2ร—2=14, 14รท7=2 โœ“Double subtract method
8Last three digits divisible by 83,216 โ†’ 216รท8=27 โœ“Check last 3 digits
9Sum of digits divisible by 91,458 โ†’ 1+4+5+8=18รท9=2 โœ“Add all digits
10Last digit is 0250 โ†’ last digit 0 โœ“Check last digit

Advanced Rules (11-20)

DivisorRuleExampleMethod
11Alternating sum of digits divisible by 112,915 โ†’ (9+5)-(2+1)=11 โœ“Alternating sum
12Divisible by both 3 and 4156 โ†’ 1+5+6=12รท3=4 โœ“, 56รท4=14 โœ“Check 3 and 4 rules
13Multiply last digit by 4, add to rest, repeat169 โ†’ 16+9ร—4=52, 52รท13=4 โœ“Multiply-add method
14Divisible by both 2 and 7154 โ†’ even โœ“, 15-4ร—2=7 โœ“Check 2 and 7 rules
15Divisible by both 3 and 5135 โ†’ ends with 5 โœ“, 1+3+5=9รท3=3 โœ“Check 3 and 5 rules
16Last four digits divisible by 161,232 โ†’ 1,232รท16=77 โœ“Check last 4 digits
17Multiply last digit by 5, subtract from rest187 โ†’ 18-7ร—5=-17, |17|รท17=1 โœ“Multiply-subtract
18Divisible by both 2 and 9198 โ†’ even โœ“, 1+9+8=18รท9=2 โœ“Check 2 and 9 rules
19Multiply last digit by 2, add to rest209 โ†’ 20+9ร—2=38, 38รท19=2 โœ“Multiply-add method
20Last two digits divisible by 20 (ends with 00,20,40,60,80)340 โ†’ 40รท20=2 โœ“Check last 2 digits

Real-World Applications

Mathematics & Education

  • Mental Math: Quick calculations without calculator
  • Fraction Simplification: Finding common factors quickly
  • Prime Factorization: Identifying prime factors of numbers
  • Competitive Exams: Speed math for tests like SAT, GRE, GMAT

Computer Science & Programming

  • Algorithm Optimization: Efficient divisibility checks in code
  • Data Validation: Checking valid numbers (e.g., even numbers only)
  • Game Development: Turn-based games, scoring systems
  • Cryptography: Number theory applications

Finance & Business

  • Accounting: Checking calculations, error detection
  • Inventory Management: Packing items in sets
  • Pricing Strategies: Creating price points divisible by certain numbers
  • Statistical Analysis: Data grouping and categorization

Everyday Life

  • Sharing Equally: Dividing items among people
  • Time Management: Scheduling in intervals
  • Recipe Adjustments: Scaling ingredient quantities
  • Budget Planning: Allocating funds in portions

Step-by-Step Divisibility Check Process

Example 1: Checking 1,234 for divisibility by 4

  1. Number: 1,234
  2. Divisor: 4
  3. Rule: Check last two digits
  4. Last two digits: 34
  5. Check: 34 รท 4 = 8.5 (not integer)
  6. Remainder: 34 - (8ร—4) = 34 - 32 = 2
  7. Conclusion: 1,234 is NOT divisible by 4 (remainder 2)
  8. Verification: 1,234 รท 4 = 308.5

Example 2: Checking 342 for divisibility by 3

  1. Number: 342
  2. Divisor: 3
  3. Rule: Sum of digits divisible by 3
  4. Sum digits: 3 + 4 + 2 = 9
  5. Check: 9 รท 3 = 3 (integer)
  6. Conclusion: 342 IS divisible by 3
  7. Verification: 342 รท 3 = 114
  8. Note: Works because 10 โ‰ก 1 (mod 3)

Related Calculators

Frequently Asked Questions (FAQs)

Q: Why do divisibility rules work?

A: Divisibility rules work because of patterns in our base-10 number system. For example, the rule for 3 works because any number can be expressed as a sum of digits multiplied by powers of 10, and since 10 โ‰ก 1 (mod 3), the number โ‰ก sum of digits (mod 3).

Q: What's the most useful divisibility rule?

A: The rules for 2, 3, 5, 9, and 11 are most commonly used. Rule for 2 (even numbers) is simplest, rule for 3 helps with mental math, and rule for 11 is useful for checking palindromic numbers and certain patterns.

Q: Can divisibility rules be extended beyond 20?

A: Yes, divisibility rules exist for all numbers, but they become more complex. For prime numbers, rules can be derived using modular arithmetic. For composite numbers, rules combine rules of their prime factors.

Q: How do I check divisibility by 7 quickly?

A: For 7, use the "double and subtract" method: Double the last digit, subtract from the rest of the number, repeat until you get a number you recognize as divisible by 7. Example: 182 โ†’ 18 - (2ร—2) = 14 โ†’ 1 - (4ร—2) = -7 (divisible).

Master mental math with Toolivaa's free Divisibility Rule Calculator, and explore more mathematical tools in our Number Theory Calculators collection.

Scroll to Top