Number System — SSC CGL Quantitative Aptitude
Number system questions look scary — "remainder when is divided by 13" — but every one of them runs on a small set of mechanical toolkits: divisibility rules, the factor-counting formula, the HCF×LCM identity, and remainder cycles. Learn the four toolkits and the scary numbers become routine.
1. What SSC actually asks
Tier 1: 1–2 Q · Tier 2: 2–3 Q. The recurring types, in rough order of frequency:
- Divisibility — find a missing digit so a number is divisible by 3, 8, 9, 11, or a composite like 72 or 88.
- Remainders — big powers mod small numbers, unit digits, "a number leaves remainder on division by …".
- HCF & LCM — identities, bells-tolling-together, greatest-number-that-divides word problems.
- Factors — count, sum, or parity of factors of a given number.
Beyond its own questions, this chapter is infrastructure: simplification, ratio, averages and time–work all lean on fast divisibility and LCM instincts.
2. Divisibility rules — the complete SSC set
| Divisor | Rule |
|---|---|
| 2, 5, 10 | Last digit |
| 4, 25 | Last two digits |
| 8, 125 | Last three digits |
| 3, 9 | Digit sum divisible by 3 / 9 |
| 11 | (Sum of digits at odd places) − (sum at even places) divisible by 11 (0 counts) |
| 6 | Rules for 2 and 3 |
| 12 | Rules for 3 and 4 |
| 72 | Rules for 8 and 9 |
| 88 | Rules for 8 and 11 |
| 7, 13 | Rarely tested directly; use actual division or the 1001 trick () |
The composite trick: for a composite divisor, split into coprime factors and apply both rules. works; does not (6 and 12 share a factor).
3. Factors: count, sum, and the perfect-square signal
Write (prime factorisation). Then:
- Number of factors
- Sum of factors
- Odd number of factors ⇔ is a perfect square (factors pair up except )
Example. → factors .
4. HCF and LCM — identities and word-problem templates
For fractions: , .
The four word-problem templates:
| Question phrase | Compute |
|---|---|
| "Bells toll together / lights flash together" | LCM of intervals |
| "Greatest number that divides exactly" | HCF |
| "Greatest number that divides leaving the same remainder" | HCF of the differences |
| "Least number which when divided by leaves remainder in each case" | LCM |
5. Remainders — the workhorse toolkit
Rule 1 (break it down): remainders multiply and add. To find , replace every big piece by its remainder as you go.
Rule 2 (find the cycle): powers repeat mod . Locate the power where the remainder returns to 1, then reduce the exponent.
Rule 3 (negative remainders speed things up): . So .
Rule 4 (unit digits are just mod 10): cycles have length at most 4 —
| Unit digit of base | Cycle |
|---|---|
| 0, 1, 5, 6 | constant |
| 4, 9 | length 2 (4,6 / 9,1) |
| 2, 3, 7, 8 | length 4 |
Reduce the exponent mod 4 (use 4, not 0, when it divides exactly).
Rule 5 (divisor factors): if , then : since , answer is . Works only when the second divisor divides the first.
6. Solved PYQ-style examples
Q1. Largest 4-digit number divisible by 88? Solution. → . 9944.
Q2. Unit digit of ? Solution. 7-cycle: 7, 9, 3, 1 (length 4). → first entry → 7.
Q3. The greatest number dividing 62, 132 and 237 leaving the same remainder? Solution. Differences: , , . HCF 35.
Q4. HCF of two numbers is 12, LCM is 336, one number is 84. Other? Solution. . 48. (Sanity check: HCF(84, 48) = 12 ✓.)
Q5. ? Solution. . → . 3.
7. Exam protocol
- Digit-sum first: it settles divisibility by 3 and 9 instantly and catches arithmetic slips in your own work.
- For missing-digit divisibility, write the two coprime conditions as equations before touching options.
- For power-remainder questions, hunt for the exponent where the remainder becomes 1 (or −1) — it is almost always ≤ 6 steps away.
- Two numbers with given HCF? Write them as with coprime — most "sum/product with HCF" questions fall in one line.
- Word problem? Match it to one of the four HCF/LCM templates before computing anything.
