Fractions in Disguise — Class 8 Mathematics (Ganita Prakash Part 2)
"Every decimal, every percentage, every repeating digit pattern — they are all fractions wearing different clothes."
1. About the Chapter
'Fractions in Disguise' is the first chapter of Ganita Prakash Part 2. It teaches you to recognise fractions in many different forms:
- Terminating decimals (0.5, 0.25)
- Repeating decimals (0.333..., 0.142857...)
- Percentages (25%, 60%)
- Ratios (3:4)
- Algebraic rational expressions (x/(x+1))
All these are 'disguised fractions'. Mastering the conversions between forms is a critical skill.
2. Decimal Fractions
Decimal Place Value
A decimal extends the place-value system to the right of the decimal point:
- Tenths (1/10)
- Hundredths (1/100)
- Thousandths (1/1000)
- And so on...
Example: 0.345 = 3/10 + 4/100 + 5/1000 = 345/1000
Converting Decimal to Fraction
- 0.5 = 5/10 = 1/2
- 0.25 = 25/100 = 1/4
- 0.125 = 125/1000 = 1/8
- 0.875 = 875/1000 = 7/8
Converting Fraction to Decimal
By long division:
- 3/8 = 0.375 (terminates)
- 1/3 = 0.333... (repeats)
- 5/16 = 0.3125 (terminates)
- 2/11 = 0.1818... (repeats)
3. Repeating Decimals — The Hidden Fractions
Notation
A bar over digits indicates they repeat:
- 0.3̄ means 0.3333... (the 3 repeats forever)
- 0.27̄ means 0.272727... (the 27 repeats)
- 0.142857̄ means 0.142857142857... (the 142857 repeats)
Converting Repeating Decimal to Fraction
Method (1-digit repeating): Let x = repeating decimal. Multiply by 10. Subtract.
Example: Convert 0.3̄ to fraction.
- Let x = 0.333...
- 10x = 3.333...
- 10x − x = 3 ⟹ 9x = 3 ⟹ x = 3/9 = 1/3
- ∴ 0.3̄ = 1/3 ✓
Example: Convert 0.6̄ to fraction.
- Let x = 0.666...
- 10x = 6.666...
- 9x = 6 ⟹ x = 6/9 = 2/3
Method (2-digit repeating): Multiply by 100.
Example: Convert 0.45̄ to fraction.
- Let x = 0.4545...
- 100x = 45.4545...
- 99x = 45 ⟹ x = 45/99 = 5/11
General Rule
For n-digit repeating block: multiply by 10ⁿ, then subtract.
4. Mixed Repeating Decimals
A decimal might have a non-repeating part AND a repeating part:
- 0.2333... = 0.23̄ (23 → 3 repeats; 2 doesn't)
Method: Let x = 0.23̄ = 0.23333...
- 10x = 2.3333...
- 100x = 23.3333...
- 100x − 10x = 21 ⟹ 90x = 21 ⟹ x = 21/90 = 7/30
5. Percentages as Fractions
Quick Conversions
- 50% = 1/2
- 25% = 1/4
- 75% = 3/4
- 20% = 1/5
- 10% = 1/10
- 33.33% = 1/3
- 12.5% = 1/8
Why Percent?
'Percent' means 'per 100'. So x% = x/100 — a fraction with denominator 100.
Common Percents and Fractions
| % | Fraction | Decimal |
|---|---|---|
| 1% | 1/100 | 0.01 |
| 5% | 1/20 | 0.05 |
| 10% | 1/10 | 0.1 |
| 25% | 1/4 | 0.25 |
| 33.33% | 1/3 | 0.333... |
| 50% | 1/2 | 0.5 |
| 75% | 3/4 | 0.75 |
| 100% | 1 | 1.0 |
6. Ratios as Fractions
A ratio a : b can be written as a fraction a/b.
- 3 : 4 = 3/4
- 5 : 8 = 5/8
- 2 : 5 = 2/5
This explains why so many ratio problems can also be solved as fraction problems.
7. Algebraic Fractions (Rational Expressions)
Definition
An expression of the form P(x)/Q(x) where P and Q are polynomials and Q ≠ 0.
Examples
- x/(x+1)
- (3x+5)/(2x−7)
- (x²−1)/(x+1)
Simplification
Reduce common factors in numerator and denominator.
Example: Simplify (x²−1)/(x+1)
- Numerator = (x+1)(x−1) (difference of squares)
- = (x+1)(x−1)/(x+1)
- Cancel (x+1): = x − 1
Example: Simplify (x²+3x+2)/(x²+5x+6)
- Numerator: x²+3x+2 = (x+1)(x+2)
- Denominator: x²+5x+6 = (x+2)(x+3)
- = (x+1)(x+2)/((x+2)(x+3))
- Cancel (x+2): = (x+1)/(x+3)
8. Operations on Algebraic Fractions
Addition / Subtraction
Same as numeric fractions — take LCM of denominators.
Example: 1/x + 2/y
- LCM of denominators = xy
- = y/(xy) + 2x/(xy) = (y + 2x)/(xy)
Multiplication
Multiply numerators, multiply denominators.
Example: (x/2)(3/y) = 3x/(2y)
Division
Multiply by reciprocal.
Example: (x/3) ÷ (5/y) = (x/3)(y/5) = xy/15
9. Worked Examples
Example 1: Decimal to Fraction
Convert 0.125 to fraction.
- 0.125 = 125/1000 = 1/8 ✓
Example 2: Repeating Decimal to Fraction
Convert 0.7̄ to fraction.
- Let x = 0.7777...
- 10x = 7.7777...
- 9x = 7 ⟹ x = 7/9
Example 3: Mixed Repeating
Convert 0.16̄ to fraction.
- Let x = 0.16666...
- 10x = 1.6666...
- 100x = 16.6666...
- 100x − 10x = 90x = 15
- x = 15/90 = 1/6
Example 4: % to Fraction
Convert 87.5% to fraction.
- 87.5% = 87.5/100 = 875/1000 = 7/8
Example 5: Simplify Algebraic Fraction
Simplify (x² − 9)/(x² − 6x + 9)
- Numerator: x² − 9 = (x+3)(x−3)
- Denominator: x² − 6x + 9 = (x−3)²
- = (x+3)(x−3)/(x−3)² = (x+3)/(x−3)
Example 6: Add Algebraic Fractions
Compute 1/(x−1) + 1/(x+1).
- LCM = (x−1)(x+1) = x² − 1
- = (x+1)/(x²−1) + (x−1)/(x²−1)
- = (x+1+x−1)/(x²−1) = 2x/(x²−1)
Example 7: Multiply
Compute (x+2)/(x−1) × (x²−1)/(x²+4x+4).
- Numerator: (x+2)(x²−1) = (x+2)(x+1)(x−1)
- Denominator: (x−1)(x²+4x+4) = (x−1)(x+2)²
- = (x+2)(x+1)(x−1) / ((x−1)(x+2)²)
- Cancel: = (x+1)/(x+2)
Example 8: Recognising Equivalent Forms
Which of these are equal? 3/4, 0.75, 75%, 3:4
- 3/4 = 0.75 ✓
- 75% = 75/100 = 3/4 ✓
- 3:4 = 3/4 ✓
- All equal!
10. Common Mistakes
-
Converting repeating decimal wrong
- 0.7̄ = 7/9 (NOT 7/10 or 0.777)
-
Missing the non-repeating part
- 0.16̄ (where 6 repeats) ≠ 16/99
- Correct method: 100x − 10x
-
Cancelling without factoring
- (x+3)/(x+5) ≠ 3/5 (cannot cancel x)
- Only cancel COMMON FACTORS
-
Forgetting LCM
- 1/x + 1/y ≠ 1/(x+y)
- Correct: 1/x + 1/y = (x+y)/(xy)
-
Dividing by 0
- x/0 undefined for ANY x
- 0/0 indeterminate
11. Tips for Mastery
For Decimals
- Memorise common decimal-fraction equivalents (1/2, 1/4, 1/8, 1/3, 1/6, 1/5, 1/10)
For Repeating Decimals
- Memorise the technique: multiply by 10ⁿ, subtract original
For Algebraic Fractions
- ALWAYS factorise BEFORE cancelling
- Use identities (a² − b² = (a+b)(a−b), etc.) to factorise
For Operations
- LCM for adding/subtracting
- Multiply: just multiply numerators and denominators
- Divide: multiply by reciprocal
12. Real-World Applications
Banking
Interest rates often given as percentages (5.5%) — convert to fraction (11/200) for exact calculation.
Science
- Concentration: 0.05 g/mL = 5%
- Probability: 0.25 = 1/4 = 25% chance
Cooking
- 1/3 cup ≈ 0.333 cup
- 3/4 teaspoon = 0.75 tsp
Construction
Measurements often in fractions of an inch: 3/8", 5/16", 7/16".
Sports
- Cricket strike rate: 75% = 75 runs per 100 balls
- Football possession: 60% = 3/5 of time
13. Conclusion
'Fractions in Disguise' opens your eyes to the unity of mathematical forms. A fraction, a decimal, a percentage, a ratio, an algebraic expression — they are all the same thing in different costumes.
Mastery of conversion between forms is a lifelong skill. You'll use it in:
- Financial calculations
- Scientific data interpretation
- Algebra and calculus (later)
- Everyday decision-making
In Class 9, you'll extend to rational numbers' decimal expansions more formally. In Class 11, you'll work with partial fractions for calculus. The foundation laid here will support all of that.
