How Decimal to Fraction Conversion Works
Converting a terminating decimal to a fraction is achieved by placing the digits over a power of 10 equal to the number of decimal places, followed by dividing the numerator and denominator by their Greatest Common Divisor (GCD).
1. Terminating Decimal Conversion Formula
Fraction=
Decimal × 10ᵏ ÷ GCD10ᵏ ÷ GCD
Step-by-Step Calculation Breakdown (Example: 0.75)
Step 1: Express over Power of 10 (2 decimal places = 10² = 100)
• 0.75 = 75 / 100
Step 2: Find Greatest Common Divisor GCD(75, 100)
• GCD(75, 100) = 25
Step 3: Divide Both by GCD for Irreducible Form
• 75 ÷ 25 = 3 and 100 ÷ 25 = 4
• Simplified Fraction = 3/4
Common Decimal to Fraction Conversion Chart
| Decimal | Fraction | Percentage | Common Context |
|---|---|---|---|
| 0.5 | 1/2 | 50% | Half |
| 0.25 | 1/4 | 25% | Quarter |
| 0.75 | 3/4 | 75% | Three Quarters |
| 0.125 | 1/8 | 12.5% | Eighth inch |
| 0.375 | 3/8 | 37.5% | Three eighths |
| 0.625 | 5/8 | 62.5% | Five eighths |
| 0.875 | 7/8 | 87.5% | Seven eighths |
| 0.0625 | 1/16 | 6.25% | Sixteenth inch |