How to Convert Decimals to Fractions

Terminating Decimals

For decimals that end (like 0.75 or 0.125):

  1. Write the decimal as a fraction over a power of 10
  2. Simplify the fraction by dividing numerator and denominator by their GCD

Example: 0.75 = 75/100 = 3/4 (after simplifying)

The power of 10 depends on decimal places: 1 place = /10, 2 places = /100, 3 places = /1000

Repeating Decimals

For decimals with repeating patterns (like 0.333...):

  1. Let x = the repeating decimal
  2. Multiply by powers of 10 to align the repeating parts
  3. Subtract to eliminate the repeating part
  4. Solve for x

Example: 0.333... = 1/3

x = 0.333..., 10x = 3.333..., 10x - x = 3, 9x = 3, x = 1/3

Examples

Example 1: Convert 0.75 to Fraction
Problem: 0.75 = ?
Step 1: Write as fraction over power of 10
    0.75 has 2 decimal places, so 0.75 = 75/100
Step 2: Find GCD of 75 and 100
    GCD(75, 100) = 25
Step 3: Divide by GCD
    75/100 = (75/25)/(100/25) = 3/4
Result: 0.75 = 3/4
Example 2: Convert 0.125 to Fraction
Problem: 0.125 = ?
Step 1: Write as fraction over power of 10
    0.125 has 3 decimal places, so 0.125 = 125/1000
Step 2: Find GCD of 125 and 1000
    GCD(125, 1000) = 125
Step 3: Divide by GCD
    125/1000 = (125/125)/(1000/125) = 1/8
Result: 0.125 = 1/8
Example 3: Convert 2.5 to Fraction
Problem: 2.5 = ?
Step 1: Separate the whole number and decimal part
    2.5 = 2 + 0.5
Step 2: Convert the decimal part
    0.5 = 5/10 = 1/2
Step 3: Combine as improper fraction
    2 + 1/2 = 4/2 + 1/2 = 5/2
Result: 2.5 = 5/2 (or 2 1/2 as mixed number)
Example 4: Convert 0.333... to Fraction
Problem: 0.333... = ?
Step 1: Let x = 0.333...
Step 2: Multiply both sides by 10
    10x = 3.333...
Step 3: Subtract the original equation
    10x - x = 3.333... - 0.333...
    9x = 3
Step 4: Solve for x
    x = 3/9 = 1/3
Result: 0.333... = 1/3
Example 5: Convert 0.666... to Fraction
Problem: 0.666... = ?
Step 1: Let x = 0.666...
Step 2: Multiply both sides by 10
    10x = 6.666...
Step 3: Subtract the original equation
    10x - x = 6.666... - 0.666...
    9x = 6
Step 4: Solve for x
    x = 6/9 = 2/3
Result: 0.666... = 2/3

Common Decimal to Fraction Conversions

Decimal Fraction Notes
0.51/2Half
0.251/4Quarter
0.753/4Three quarters
0.1251/8One eighth
0.333...1/3Repeating
0.666...2/3Repeating
0.21/5One fifth
0.42/5Two fifths
0.63/5Three fifths
0.84/5Four fifths