Fractions appear in nearly every branch of mathematics — arithmetic, algebra, geometry, data interpretation, and probability. Yet for many students, simplifying fractions remains slow and uncertain. The standard approach of finding the HCF through repeated prime factorization works correctly but inefficiently, especially under exam time pressure.
The good news is that fraction simplification does not require full prime factorization in most cases. A set of targeted shortcuts — based on divisibility rules, the Euclidean algorithm, and pattern recognition — allows you to simplify any fraction in two to three mental steps. This guide teaches all of them, from the simplest cases to the most complex, with fully worked examples throughout.
What Does Simplifying a Fraction Mean?
A fraction a/b is in its simplest form when the numerator and denominator share no common factor other than 1. This means their HCF (Highest Common Factor) equals 1 — the fraction is said to be in lowest terms.
Examples:
- 12/18 → HCF(12,18) = 6 → 12÷6 / 18÷6 = 2/3 ✓
- 45/60 → HCF(45,60) = 15 → 45÷15 / 60÷15 = 3/4 ✓
- 17/51 → HCF(17,51) = 17 → 17÷17 / 51÷17 = 1/3 ✓
The entire challenge reduces to one question: how do you find the HCF quickly?
Method 1: The Divisibility Rule Cascade
This is the fastest method for most fractions encountered in exams. Instead of full factorization, test divisibility by small primes in order — 2, 3, 5, 7 — and cancel as you go.
The Cascade Order:
- Both even? → Divide both by 2, repeat
- Both digit-sum divisible by 3? → Divide by 3
- Both end in 0 or 5? → Divide by 5
- Both divisible by 7? → Divide by 7
- Check if numerator divides denominator directly
Worked Example 1: 84/126
- Both even → 42/63
- Both odd now; digit sums: 4+2=6 ✓, 6+3=9 ✓ → both divisible by 3 → 14/21
- Both divisible by 7 → 2/3
- Answer: 2/3
Worked Example 2: 360/480
- Both even → 180/240 → 90/120 → 45/60
- Both end in 5 or 0: 45÷5=9, 60÷5=12 → 9/12
- Digit sums: 9 and 1+2=3 → both divisible by 3 → 3/4
- Answer: 3/4
Worked Example 3: 525/700
- Both end in 5 or 0 → ÷5 → 105/140
- Both end in 5 or 0 → ÷5 → 21/28
- Both divisible by 7 → 3/4
- Answer: 3/4
Worked Example 4: 132/176
- Both even → 66/88 → 33/44
- Digit sums: 3+3=6 ✓, 4+4=8 ✗ → not both divisible by 3
- Both divisible by 11? 33÷11=3, 44÷11=4 → 3/4
- Answer: 3/4
Method 2: The Euclidean Algorithm — Fastest HCF for Any Two Numbers
The Euclidean algorithm is the most efficient mathematical method for finding HCF of any two numbers, regardless of size. It requires no factorization — only repeated division.
The Rule:
HCF(a, b) = HCF(b, a mod b) — replace the larger number with the remainder when divided by the smaller, repeat until remainder = 0. The last non-zero remainder is the HCF.
Worked Example 1: HCF of 252 and 168
- 252 = 1 × 168 + 84
- 168 = 2 × 84 + 0
- HCF = 84
- Fraction: 252/168 = 3/2
Worked Example 2: HCF of 323 and 187
- 323 = 1 × 187 + 136
- 187 = 1 × 136 + 51
- 136 = 2 × 51 + 34
- 51 = 1 × 34 + 17
- 34 = 2 × 17 + 0
- HCF = 17
- Fraction: 323/187 = 19/11
Worked Example 3: HCF of 1,071 and 714
- 1071 = 1 × 714 + 357
- 714 = 2 × 357 + 0
- HCF = 357
- Fraction: 1071/714 = 3/2
When to use this method: Use the Euclidean algorithm when the divisibility cascade fails — particularly for large numbers or numbers with prime factors greater than 7.
Method 3: Subtraction-Based HCF (For Close Numbers)
When the numerator and denominator are close in value, repeated subtraction finds the HCF faster than division.
The Rule:
HCF(a, b) = HCF(a−b, b) when a > b — keep subtracting the smaller from the larger until both are equal. That value is the HCF.
Worked Example 1: 98/112
- 112 − 98 = 14
- HCF(98, 14): 98 = 7 × 14 → HCF = 14
- 98÷14 = 7, 112÷14 = 8 → 7/8
Worked Example 2: 195/225
- 225 − 195 = 30
- HCF(195, 30): 195 = 6×30 + 15 → HCF(30,15) = 15
- HCF = 15
- 195÷15=13, 225÷15=15 → 13/15
Worked Example 3: 437/483
- 483 − 437 = 46
- HCF(437, 46): 437 = 9×46 + 23 → HCF(46,23) = 23
- HCF = 23
- 437÷23=19, 483÷23=21 → 19/21
Best use case: When numerator and denominator differ by less than 20% of their value — the subtraction is small and HCF emerges quickly.
Method 4: Direct Recognition for Common Fraction Pairs
Many fractions that appear in exams are disguised versions of simple standard fractions. Recognizing these instantly eliminates all calculation.
Memorize these equivalence families:
| Simplified Form | Common Disguises |
|---|---|
| 1/2 | 12/24, 35/70, 48/96, 125/250 |
| 1/3 | 17/51, 24/72, 33/99, 45/135 |
| 2/3 | 14/21, 22/33, 34/51, 46/69 |
| 1/4 | 18/72, 23/92, 37/148, 45/180 |
| 3/4 | 21/28, 33/44, 57/76, 75/100 |
| 1/5 | 13/65, 17/85, 23/115, 36/180 |
| 2/5 | 14/35, 18/45, 22/55, 34/85 |
| 3/5 | 21/35, 27/45, 33/55, 51/85 |
| 1/7 | 12/84, 13/91, 15/105, 17/119 |
| 5/6 | 25/30, 35/42, 55/66, 75/90 |
Recognition tip: When you see a fraction, immediately check if the numerator divides the denominator. If 17 divides 51, the fraction is 1/(51/17) = 1/3. This single check handles a surprisingly large portion of exam fractions.
Method 5: Simplifying Fractions with Algebraic Expressions
Competitive exams — particularly SSC CGL and CAT — occasionally present fractions with algebraic numerators and denominators. The same principles apply but require factorization of expressions.
Key factorization identities:
- a² − b² = (a+b)(a−b)
- a² + 2ab + b² = (a+b)²
- a³ − b³ = (a−b)(a² + ab + b²)
- a³ + b³ = (a+b)(a² − ab + b²)
Worked Example 1:
Simplify (x² − 9) / (x² − x − 6)
- Numerator: (x+3)(x−3)
- Denominator: (x−3)(x+2)
- Cancel (x−3): (x+3)/(x+2)
Worked Example 2:
Simplify (x² − 5x + 6) / (x² − 4)
- Numerator: (x−2)(x−3)
- Denominator: (x+2)(x−2)
- Cancel (x−2): (x−3)/(x+2)
Worked Example 3:
Simplify (a³ − b³) / (a² − b²)
- Numerator: (a−b)(a² + ab + b²)
- Denominator: (a+b)(a−b)
- Cancel (a−b): (a² + ab + b²)/(a+b)
LCM Shortcuts — The Other Side of Fraction Work
Simplification reduces fractions — LCM is required for adding and subtracting fractions. A fast LCM method is essential for fraction arithmetic in exams.
LCM Shortcut 1: For Two Numbers
LCM(a,b) = (a × b) / HCF(a,b)
Find HCF first using any method above, then apply the formula.
Example: LCM of 36 and 48
- HCF(36,48): 48−36=12, HCF(36,12)=12 → HCF = 12
- LCM = 36×48/12 = 36×4 = 144
LCM Shortcut 2: For Numbers with Obvious Common Factors
If one number is a multiple of the other, LCM = larger number.
- LCM(12, 36) = 36
- LCM(25, 100) = 100
- LCM(7, 49) = 49
LCM Shortcut 3: For Three or More Numbers
Find LCM of first two, then find LCM of that result with the third number.
- LCM(4, 6, 9):
- LCM(4,6) = 12
- LCM(12,9): HCF(12,9)=3, LCM = 108/3 = 36
LCM Shortcut 4: Co-prime Numbers
If two numbers share no common factor (HCF=1), LCM = their product.
- LCM(7,11) = 77
- LCM(8,15) = 120
- LCM(13,17) = 221
Adding and Subtracting Fractions — Speed Method
Once you can find LCM quickly, fraction addition and subtraction becomes fast.
Standard method: Find LCM of denominators, convert, add/subtract numerators.
Speed method for two fractions a/b + c/d:
- Result = (ad + bc) / bd — then simplify
- This bypasses LCM calculation entirely for two-fraction problems
Worked Example 1: 3/4 + 5/6
- (3×6 + 5×4) / (4×6) = (18+20)/24 = 38/24
- Simplify: HCF(38,24)=2 → 19/12
Worked Example 2: 7/9 − 2/15
- (7×15 − 2×9) / (9×15) = (105−18)/135 = 87/135
- Simplify: HCF(87,135)=3 → 29/45
Worked Example 3: 5/12 + 7/18
- (5×18 + 7×12) / (12×18) = (90+84)/216 = 174/216
- Simplify: HCF(174,216)=6 → 29/36
Fraction Comparison — Without Finding Common Denominators
Comparing fractions in multiple choice questions is fastest via cross multiplication — no common denominator needed.
The Rule: a/b > c/d if and only if a×d > b×c
Examples:
Which is greater — 7/11 or 5/8?
- 7×8 = 56 vs 5×11 = 55
- 56 > 55 → 7/11 is greater
Which is greater — 13/17 or 11/14?
- 13×14 = 182 vs 11×17 = 187
- 187 > 182 → 11/14 is greater
Ordering three fractions — 3/7, 5/11, 4/9:
- Compare 3/7 vs 5/11: 33 vs 35 → 5/11 > 3/7
- Compare 5/11 vs 4/9: 45 vs 44 → 5/11 > 4/9
- Order: 3/7 < 4/9 < 5/11
Common Fraction Mistakes and How to Avoid Them
| Mistake | Wrong | Correct |
|---|---|---|
| Adding numerators and denominators | 1/2 + 1/3 = 2/5 | 1/2 + 1/3 = 5/6 |
| Canceling across addition | (2+6)/(2+8) = 6/8 | Simplify as 8/10 = 4/5 |
| Forgetting to simplify final answer | 6/9 | 2/3 |
| Using wrong LCM | LCM(4,6) = 24 | LCM(4,6) = 12 |
| Flipping wrong fraction in division | (2/3)÷(4/5) = (3/2)×(4/5) | = (2/3)×(5/4) = 10/12 = 5/6 |
Practice Problems
Simplify each fraction using the fastest applicable method:
- 144/192 = ?
- 323/391 = ?
- 675/900 = ?
- 247/361 = ?
- 1,155/1,540 = ?
- 437/667 = ?
Answers: 3/4 | 17/23 | 3/4 | 13/19 | 3/4 | 19/29