Introduction
Divisibility rules help us check whether a number is divisible by another number without performing long division. They are powerful shortcuts for solving aptitude problems quickly, especially when dealing with large numbers.
Pattern: Divisibility Rules
Pattern
Divisibility rules are simple checks (based on digits or digit sums) to decide whether a number is divisible by another number.
- By 2: Last digit is 0, 2, 4, 6, 8 (even).
- By 3: Sum of digits divisible by 3.
- By 4: Last two digits divisible by 4.
- By 5: Last digit is 0 or 5.
- By 6: Number divisible by both 2 and 3.
- By 8: Last three digits divisible by 8.
- By 9: Sum of digits divisible by 9.
- By 10: Last digit is 0.
- By 11: (Sum of digits in odd places - Sum of digits in even places) divisible by 11.
- By 12: Number divisible by both 3 and 4.
Step-by-Step Example
Question
Check whether 4,356 is divisible by 3, 4, and 11.
Solution
-
Step 1: Divisibility by 3:
Rule: A number is divisible by 3 if the sum of its digits is divisible by 3. Sum = 4 + 3 + 5 + 6 = 18 → 18 is divisible by 3. ✅ So, 4356 is divisible by 3. -
Step 2: Divisibility by 4:
Rule: A number is divisible by 4 if its last two digits are divisible by 4. Last two digits = 56 → 56 ÷ 4 = 14 (exact). ✅ So, 4356 is divisible by 4. -
Step 3: Divisibility by 11:
Rule: A number is divisible by 11 if the difference between the sum of digits in odd and even places is divisible by 11. Odd place digits (from left): 4 + 5 = 9 Even place digits: 3 + 6 = 9 Difference = 9 - 9 = 0 → divisible by 11. ✅ So, 4356 is divisible by 11. -
Final Answer:
4356 is divisible by 3, 4, and 11. -
Quick Check:
4356 ÷ 3 = 1452, 4356 ÷ 4 = 1089, 4356 ÷ 11 = 396 → All exact. ✅
Quick Variations
1. Divisibility by 7 → Double the last digit and subtract from the rest. Result divisible by 7.
2. Divisibility by 13 → Repeated subtraction/addition rules based on patterns.
3. Combined divisibility tests (like 15 → check both 3 and 5).
Trick to Always Use
- Step 1: Use digit sum rules for 3 and 9.
- Step 2: Use last two/three digits for 4 and 8.
- Step 3: Use alternating digit sum for 11.
- Step 4: For combined divisibility (e.g., 6, 12, 15), check multiple rules together.
Summary
Summary
In the Divisibility Rules pattern:
- Digit sum rules work for 3, 9, and 11.
- Last digit(s) rules work for 2, 4, 5, 8, 10.
- Combined divisibility applies for 6, 12, 15, etc.
- Special rules exist for 7, 13, 17, etc., but rarely used in exams.
