Two Types of Decimals:
| Type | Description | Example |
|---|---|---|
| Terminating Decimal | Ends/stops after finite digits | 1/4 = 0.25 |
| Repeating Decimal | Digits repeat forever | 1/3 = 0.333... |
Converting Fraction to Decimal:
Method: Divide numerator by denominator
- (1)/(4) = 1 ÷ 4 = 0.25 (terminating)
- (1)/(3) = 1 ÷ 3 = 0.333... (repeating)
- (5)/(8) = 5 ÷ 8 = 0.625 (terminating)
- (2)/(3) = 2 ÷ 3 = 0.666... (repeating)
When does a fraction terminate?
A fraction in simplest form terminates if the denominator's prime factors are only 2 and/or 5!
- (1)/(4) = 1/2² → terminates (0.25)
- 1/8 = 1/2³ → terminates (0.125)
- 3/20 = 3/(2²×5) → terminates (0.15)
- (1)/(3) = (1)/(3) → repeats (0.333...)
- 1/6 = 1/(2×3) → repeats (0.1666...)