Decimal to Fraction Calculator
Convert any decimal number to a fraction in simplest form. See the step-by-step process β from writing the decimal over 1 to reducing with the GCD.
π’ Decimal to Fraction Calculator
Result
Steps
How to Convert a Decimal to a Fraction
Every terminating decimal (a decimal with a finite number of digits) can be converted to a fraction in just three steps. This process works for any decimal, whether it's less than 1 (like 0.75), greater than 1 (like 1.25), or negative (like β0.4).
Step One: Create the Starting Fraction
Write the decimal as a fraction with the decimal number as the numerator and 1 as the denominator.
Example: Convert 0.75 to a fraction.
0.75 = 0.75 / 1
Step Two: Multiply by 10 to Remove the Decimal
Multiply both the numerator and denominator by 10 repeatedly until the numerator is a whole number. The number of times you multiply equals the number of decimal places.
Continuing the example:
- 0.75 has 2 decimal places β multiply by 10Β² = 100
- 0.75 / 1 = (0.75 Γ 100) / (1 Γ 100) = 75 / 100
Step Three: Reduce the Fraction
Find the Greatest Common Divisor (GCD) of the numerator and denominator, then divide both by it to get the simplest form.
Completing the example:
- GCD(75, 100) = 25
- 75 / 100 = (75 Γ· 25) / (100 Γ· 25) = 3/4
So 0.75 = 3/4. β
More Worked Examples
- 0.625: 625/1000 β GCD = 125 β 5/8
- 0.4: 4/10 β GCD = 2 β 2/5
- 1.25: 125/100 β GCD = 25 β 5/4 β as mixed number: 1 1/4
- 2.375: 2375/1000 β GCD = 125 β 19/8 β as mixed number: 2 3/8
- 0.333: 333/1000 β GCD = 1 β 333/1000 (not exact β see repeating decimals below)
Converting Decimals Greater Than 1
Decimals larger than 1 produce improper fractions (where the numerator is larger than the denominator). You can convert these to mixed numbers:
- Follow the same three steps to get the improper fraction.
- Divide the numerator by the denominator β the quotient is the whole number, the remainder is the new numerator.
Example: 1.75 β 175/100 β GCD = 25 β 7/4 β 7 Γ· 4 = 1 remainder 3 β 1 3/4
How to Convert a Repeating Decimal to a Fraction
A repeating decimal is a decimal that goes on forever with a repeating pattern, like 0.333β¦ (= 1/3) or 0.142857142857β¦ (= 1/7). These require a different algebraic approach:
- Let x = the repeating decimal (e.g., x = 0.333β¦)
- Multiply both sides by a power of 10 to shift the repeating part (e.g., 10x = 3.333β¦)
- Subtract the original equation: 10x β x = 3.333β¦ β 0.333β¦ β 9x = 3
- Solve for x: x = 3/9 = 1/3
Another example: 0.1666β¦ (where 6 repeats)
- x = 0.1666β¦
- 10x = 1.666β¦ and 100x = 16.666β¦
- 100x β 10x = 16.666β¦ β 1.666β¦ β 90x = 15
- x = 15/90 = 1/6
How to Convert a Negative Decimal
For negative decimals, simply ignore the minus sign, convert the absolute value to a fraction using the steps above, then add the negative sign back to the result.
Example: β0.4 β convert 0.4 β 4/10 = 2/5 β β2/5
Common Decimal to Fraction Conversions
Here are some frequently used conversions for quick reference:
- 0.1 = 1/10 | 0.125 = 1/8 | 0.2 = 1/5
- 0.25 = 1/4 | 0.333β¦ = 1/3 | 0.375 = 3/8
- 0.4 = 2/5 | 0.5 = 1/2 | 0.625 = 5/8
- 0.666β¦ = 2/3 | 0.75 = 3/4 | 0.875 = 7/8
Frequently Asked Questions
When do you need to convert decimals to fractions?
You'll need to convert decimals to fractions in construction (measurements in inches), cooking (recipe quantities like 1/3 cup), finance (interest rates), and in math courses when simplifying expressions or solving equations. Fractions are also essential when working with ratios.
What are the benefits of using fractions over decimals?
Fractions are exact β 1/3 is precise, while 0.333β¦ is an approximation. Fractions also make it easier to see relationships between numbers (3/4 immediately tells you "three out of four parts"), and they simplify certain calculations like finding common denominators for adding fractions.
How do you convert a decimal greater than 1 to a fraction?
Follow the same three steps (write over 1, multiply by 10, reduce). The result will be an improper fraction that you can convert to a mixed number. For example, 2.5 β 25/10 β 5/2 β 2 1/2.
What is 0.333β¦ as a fraction?
0.333β¦ (repeating) = 1/3. Similarly, 0.666β¦ = 2/3 and 0.999β¦ = 1 (exactly). These are repeating decimals that require the algebraic method described above.
Can every decimal be expressed as a fraction?
Every terminating decimal and every repeating decimal can be expressed as a fraction (rational number). However, irrational numbers like Ο (3.14159β¦) and β2 (1.41421β¦) cannot be expressed as exact fractions because their decimal expansions never terminate or repeat.
Where:
- decimal = The decimal number to convert
- 10βΏ = Multiply by 10 raised to the number of decimal places
- GCD = Greatest Common Divisor β divide both by it to simplify
π Worked Example
0.75 β Fraction
75/100 β GCD=25 β 75Γ·25 / 100Γ·25= 3/4
1.25 β Fraction
125/100 β GCD=25 β 5/4= 1 1/4
0.625 β Fraction
625/1000 β GCD=125 β 5/8= 5/8