Number System & Simplification
Number System is the quiet workhorse of SSC Quant. Divisibility rules, HCF and LCM, unit-digit cycles and BODMAS simplification appear in almost every paper, and the speed you build here carries into percentages, ratios and the rest of arithmetic. The trick is to stop computing the long way: learn the rules, spot the pattern, and finish in seconds. This chapter takes you from the classification of numbers through surds and indices, with the exact short-cuts SSC rewards.
Topics
⚡ SSC shortcuts & speed methods
The fastest ways to crack this chapter under time pressure — the techniques that separate a 95+ percentiler from the rest.
- Divisibility by 11: alternate-add the digits; difference 0 or 11 means divisible.
- Number of factors: add 1 to each prime exponent and multiply.
- Unit digit: reduce the power mod 4 and read the cycle.
- HCF x LCM = product of the two numbers — finds a missing number fast.
- BODMAS: division and multiplication rank equally — go strictly left to right.
⚠️ Common mistakes & traps
SSC is designed so that careless errors here cost you marks. Internalise each trap before the exam.
- Treating 1 as a prime number (it is not).
- Doing addition before multiplication in simplification.
- Forgetting LCM of fractions = LCM(numerators) / HCF(denominators).
- Reading power mod 4 = 0 as the FIRST digit of the cycle instead of the LAST.
📈 SSC 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 SSC success checklist
You have truly mastered Number System & Simplification 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 (6 topics) | 6/6 |
| Best topic-test score | — → 80%+ |
| Chapter test score | — → 80%+ |
| Flashcards drilled to instant recall | 5 cards |
Formula Reference Sheet
HCF, LCM & products
| HCF x LCM | HCF(a,b) x LCM(a,b) = a x b |
|---|---|
| Numbers as multiples | a = HCF x m, b = HCF x n with m, n coprime |
| LCM of fractions | LCM = LCM(numerators) / HCF(denominators) |
| HCF of fractions | HCF = HCF(numerators) / LCM(denominators) |
Counting & series
| Sum 1..n | n(n+1)/2 |
|---|---|
| Sum of squares | n(n+1)(2n+1)/6 |
| Number of factors of N = p^a x q^b | (a+1)(b+1) |
| Sum of first n odd numbers | n^2 |
Indices & surds
| Product rule | a^m x a^n = a^(m+n) |
|---|---|
| Power of a power | (a^m)^n = a^(mn) |
| Rationalising | multiply by the conjugate to clear a surd denominator |