Divisibility Rules
Divisibility is the quiet workhorse of CAT Number System. A clean set of rules lets you decide whether one integer divides another without doing the long division — and that single skill feeds almost every other Number System topic: factors and the factor-count formula, remainders, HCF and LCM, last-digit and unit-digit problems, and the "find the missing digit" puzzles that XAT and SNAP love. The rules themselves are short (test 2 by the last digit, 3 and 9 by the digit sum, 11 by the alternating sum), but the real CAT skill is two layers deeper. First, breaking a composite divisor into coprime parts: a number is divisible by 12 exactly when it is divisible by 3 and by 4, because 3 and 4 share no common factor. Second, working backwards — given an unknown digit in a number, find every value that makes the whole thing divisible by 7, 8 or 11. This chapter covers the standard rules for 2 through 11, the coprime-factorisation method for composite divisors, the digit-sum family, and the reverse "unknown digit" technique, each with worked CAT-style examples, the fastest mental method, and the traps that cost marks.
Topics
⚡ CAT shortcuts & speed methods
The fastest ways to crack this chapter under time pressure — the techniques that separate a 95+ percentiler from the rest.
- For any composite divisor, factor it into COPRIME parts and test each: 12 = 3×4, 15 = 3×5, 18 = 2×9, 72 = 8×9, 99 = 9×11.
- Powers of 2: divisibility by 2^k depends only on the last k digits (4 → last 2, 8 → last 3, 16 → last 4).
- Digital root: keep adding digits to one digit. Root 9 ⇒ ÷ 9; root divisible by 3 ⇒ ÷ 3.
- By 11, use the alternating digit sum; a palindrome with an even number of digits is always divisible by 11.
- Missing-digit problems: turn the rule into an equation in the unknown digit, then sweep 0–9 — rarely more than two answers.
- By 7, 11 and 13 together: group the number in blocks of 3 from the right and alternate-subtract — that block test catches all three at once (since 7×11×13 = 1001).
⚠️ Common mistakes & traps
CAT is designed so that careless errors here cost you marks. Internalise each trap before the exam.
- Splitting a composite divisor into NON-coprime factors (12 = 6×2, 72 = 6×12) — it gives false positives.
- Checking divisibility by 6 with only the 3-test and forgetting the number must also be even.
- Using the last TWO digits for 8 (it needs the last THREE) or the last one for 4 (it needs two).
- In the 11-rule, taking a plain digit sum instead of the ALTERNATING sum, or mishandling the sign at the leftmost digit.
- In reverse problems, stopping at the first valid digit when the rule (3, 9 or 11) allows two values in 0–9.
📈 CAT exam insight & PYQ analysis
🎴 Flashcards — instant recall
Tap a card to reveal the answer. Drill these until they are automatic.
📌 Quick revision
Chapter test
🏆 Vidaara CAT success checklist
You have truly mastered Divisibility Rules when you can tick every box below.
- Recall every formula in this chapter without looking them up
- Solve each topic’s practice set with at least 80% accuracy
- Use the chapter shortcuts to cut your solving time in half
- Spot and avoid every common trap listed above
- Score 80%+ on the timed chapter test
📋 Chapter mastery scorecard
Track where you stand. Aim for the target before moving to the next chapter.
| Skill checkpoint | Target |
|---|---|
| Concept theory & formulas understood | 100% |
| Topic practice sets attempted (2 topics) | 2/2 |
| Best topic-test score | — → 80%+ |
| Chapter test score | — → 80%+ |
| Flashcards drilled to instant recall | 12 cards |
Formula Reference Sheet
Standard rules (single divisors)
| Divisible by 2 / 5 / 10 | Last digit is 0,2,4,6,8 / is 0 or 5 / is 0 |
|---|---|
| Divisible by 3 / 9 | Digit sum is divisible by 3 / by 9 |
| Divisible by 4 / 8 | Last 2 digits ÷ 4 / Last 3 digits ÷ 8 |
| Divisible by 11 | (Sum of odd-place digits − sum of even-place digits) is 0 or a multiple of 11 |
| Divisible by 6 | Divisible by 2 AND by 3 together |
Composite divisors via coprime factors
| Divisible by 12 | Divisible by 3 AND 4 (3, 4 coprime) |
|---|---|
| Divisible by 15 | Divisible by 3 AND 5 |
| Divisible by 18 | Divisible by 2 AND 9 |
| Divisible by 72 | Divisible by 8 AND 9 (NOT 6 × 12 — share a factor) |
| General rule | For n = a × b with HCF(a,b)=1, n | N ⇔ a | N and b | N |