Divisibility Rules for Competitive Exams: Shortcuts and Solved Examples

Learn why divisibility rules work, then apply them to common divisors, composite numbers, missing digits, remainders, and quick exam decisions.

KnowledgeGate Team

Exam prep & CS education

Updated 17 Sep 20266 min read

A long number can look calculation-heavy when the question only needs one digit, a digit sum, or a three-digit block. Divisibility rules are compact remainder tests, not magic tricks. Knowing what each test preserves helps you choose instead of guess. Start with the logic, then apply it to worked checks, missing-digit questions, and a quick exam process. You can also build the wider quant foundation around these shortcuts.

Divisibility means zero remainder, not “looks divisible”

An integer N is divisible by d when N = d × q for some integer q. Equivalently, dividing N by d leaves remainder 0.

For example, 438 ÷ 3 = 146, so 438 is divisible by 3. But 438 ÷ 9 = 48 remainder 6, so it is not divisible by 9.

The digit-sum rule explains both results. In base 10, 10, 100, 1000, and higher powers leave remainder 1 when divided by 3 or 9. Therefore, 438 has the same remainder as 4 + 3 + 8 = 15. The sum passes the test for 3 but fails the test for 9.

Use the same method throughout: identify the divisor, choose the correct test, reduce the number, and confirm the conclusion. Every valid shortcut preserves the remainder information that matters.

Core divisibility rules for 2, 3, 4, 5, 6, 8, 9, 10, 11 and 12

Divisor

Test

Checked example

2

The last digit is even.

714 ends in even 4, so it is divisible by 2.

3

The digit sum is divisible by 3.

645: 6 + 4 + 5 = 15, so it is divisible by 3.

4

The last two digits are divisible by 4.

2316 ends in 16, which is divisible by 4.

5

The last digit is 0 or 5.

8475 ends in 5, so it is divisible by 5.

6

The number passes both 2 and 3.

2316 is even and has digit sum 12, so it is divisible by 6.

8

The last three digits are divisible by 8.

73,624: 624 = 8 × 78, so it is divisible by 8.

9

The digit sum is divisible by 9.

63,729 has digit sum 27, so it is divisible by 9.

10

The last digit is 0.

3,540 ends in 0, so it is divisible by 10.

11

The alternating sum is a multiple of 11.

9,185: (9 + 8) - (1 + 5) = 11, and 9,185 = 11 × 835.

12

The number passes both 3 and 4.

4,572 has digit sum 18 and ending 72; 4,572 = 12 × 381.

Only the last two digits matter for 4 because 100 is divisible by 4. Only the last three matter for 8 because 1000 is divisible by 8. Earlier place-value blocks contribute zero remainder.

Place-value diagram showing 73,624 = 73,000 + 624 (624 = 8 x 78) for the test by 8, and 63,729 whose digits sum to 27 for the test by 9.

Divisibility rules for 7, 13 and 17 without long division

For these divisors, repeat the transformation until the result is easy to test.

  • For 7, remove the last digit and subtract twice that digit: 2,058 → 205 - 2 × 8 = 189 → 18 - 2 × 9 = 0. Therefore, 2,058 is divisible by 7, and 2,058 = 7 × 294.

  • For 13, remove the last digit and add four times that digit: 858 → 85 + 4 × 8 = 117 → 11 + 4 × 7 = 39. Since 39 is divisible by 13, so is 858, and 858 = 13 × 66.

  • For 17, remove the last digit and subtract five times that digit: 697 → 69 - 5 × 7 = 34. Since 34 is divisible by 17, so is 697, and 697 = 17 × 41.

These transformations are divisor-specific. Do not mix the multipliers for 7, 13, and 17. If recalling a rule takes longer than ordinary division, use ordinary division.

Composite divisors: break the test into coprime factors

For a composite divisor, factor it into pairwise coprime parts with easy tests. To test divisibility by 72, use 72 = 8 × 9. Passing both tests is sufficient because 8 and 9 are coprime.

Consider 77,760. Its last three digits give 760 = 8 × 95, so it passes the test for 8. Its digit sum is 7 + 7 + 7 + 6 + 0 = 27, which is divisible by 9. Therefore, 77,760 is divisible by 72. The direct confirmation is 77,760 ÷ 72 = 1,080.

Now test 74,872. Its last three digits pass because 872 = 8 × 109, but its digit sum is 28, which fails the test for 9. The number is not divisible by 72.

Do not split 16 as 4 × 4 and assume one test for 4 proves divisibility by 16. These factors are repeated, not coprime. For mixed practice, use placement-preparation questions.

Missing-digit questions turn rules into constraints

Find every digit x for which 53x4 is divisible by 12. Since 12 = 3 × 4, the number must pass both tests.

For divisibility by 4, the final two-digit number x4 must be one of 04, 24, 44, 64, 84. Thus, x ∈ {0, 2, 4, 6, 8}.

For divisibility by 3, the digit sum 5 + 3 + x + 4 = 12 + x must be a multiple of 3. Thus, x ∈ {0, 3, 6, 9}. The intersection is {0, 6}. Both answers check directly: 5,304 = 12 × 442 and 5,364 = 12 × 447.

For 11, find x if 72x49 is divisible by 11. Its alternating sum is 7 - 2 + x - 4 + 9 = 10 + x. Only x = 1 makes this a multiple of 11. Indeed, 72,149 = 11 × 6,559.

Constraint diagram for 53x4: the test by 4 allows x = 0, 2, 4, 6, 8 and the test by 3 allows x = 0, 3, 6, 9, overlapping at x = 0 and 6.

How competitive exams turn the rules into different questions

The rules can appear as a yes-or-no check, option selection, a missing-digit constraint, a composite test, or a remainder problem. For 7,654,321, the digit sum is 28. Since 28 leaves remainder 1 on division by 9, so does the original number.

Use this quick decision sequence:

  1. Scan the divisor before touching the number.

  2. For 2, 5, or 10, inspect the last digit.

  3. For 3 or 9, add the digits.

  4. For 4 or 8, inspect the last two or three digits.

  5. For 11, take an alternating sum.

  6. For a composite divisor, factor it only when the chosen factors are coprime.

This order avoids work on the full number.

For broader preparation, see this SSC CGL quantitative aptitude strategy and these Bank PO quantitative aptitude topics. The divisibility logic stays the same across formats.

Traps, final checklist and the next practice step

Avoid five common errors:

  • Divisibility by 6 requires both 2 and 3.

  • Divisibility by 12 requires both 3 and 4.

  • The test for 8 uses the last three digits, not two.

  • An alternating sum of 0 also passes the test for 11.

  • A composite test works only when every required factor condition is satisfied.

The short version: learn rules by the part of the number they inspect, derive unfamiliar checks from remainders, and test each missing-digit answer against every constraint.

Now redo 77,760 ÷ 72, 53x4 ÷ 12, and 72x49 ÷ 11 without looking. Then practise mixed quantitative aptitude through the Aptitude for Placement course.