Rules for 2 to 11
These are the rules every CAT aspirant should fire on sight. By 2: the last digit is even. By 5: the last digit is 0 or 5. By 10: it ends in 0. By 4: the number formed by the LAST TWO digits is divisible by 4 (because 100 is). By 8: the LAST THREE digits are divisible by 8 (because 1000 is). By 3 and by 9: add all the digits — if that sum is divisible by 3 or by 9, so is the number; you can keep adding until a single digit remains (digital root). By 6: it must pass both the 2-test and the 3-test. By 11: take the alternating sum of digits (right to left, +, −, +, −, …); if the result is 0 or a multiple of 11, the number is divisible by 11. The 7-rule is fiddly, so for 7 most CAT students just divide or use known patterns. Speed tip: never test 3 by the digit sum and forget evenness when the divisor is 6 or 12.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
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 |