Fraction Calculator
Free fraction calculator: add, subtract, multiply, and divide fractions. Simplify fractions, convert to decimals and mix
Calculator
Your Results
Enter your values and click Calculate to see results
How the Fraction Calculator Works
The fraction calculator is one of the highest-traffic math tools online: 301,000 monthly searches, spiking to 550,000 in September and 450,000 in October when school starts. Related searches add enormous additional volume: "simplify fractions calculator" = 9,900/month; "fraction to decimal" = 40,500/month; "adding fractions calculator" = 2,900/month; "dividing fractions calculator" = 4,400/month. This is the core arithmetic tool for students from 4th grade through college remedial math.
The calculator performs all four operations on fractions and returns results in simplified form. For addition/subtraction: find the LCD, convert fractions, combine numerators. For multiplication: multiply numerators and denominators directly. For division: multiply by the reciprocal of the divisor ("keep, change, flip"). Example — Addition: 3/4 + 2/3. LCD = 12. Convert: 9/12 + 8/12 = 17/12 = 1 5/12 as a mixed number.
Fraction Operations Reference
- Addition: a/b + c/d = (ad + bc) / bd, then simplify
- Subtraction: a/b - c/d = (ad - bc) / bd, then simplify
- Multiplication: a/b × c/d = ac / bd, then simplify
- Division: a/b ÷ c/d = a/b × d/c = ad / bc, then simplify
- Simplification: Divide numerator and denominator by their GCD
Converting Between Fractions, Decimals, and Percentages
- Fraction to decimal: Divide numerator by denominator (3/4 = 0.75)
- Decimal to fraction: Place decimal over appropriate power of 10, then simplify (0.75 = 75/100 = 3/4)
- Fraction to percent: (numerator/denominator) × 100 (3/4 = 75%)
- Mixed number to improper fraction: Multiply whole number by denominator, add numerator (2 3/4 = (2×4+3)/4 = 11/4)
- Improper fraction to mixed number: Divide numerator by denominator (11/4 = 2 remainder 3 = 2 3/4)
Simplify Fractions Calculator: How Simplification Works
The simplify fractions calculator (9,900 monthly searches) reduces a fraction to its lowest terms by dividing both numerator and denominator by their GCF (Greatest Common Factor). For 24/36: GCF(24,36) = 12. Simplified: 24÷12 / 36÷12 = 2/3. For 48/64: GCF = 16, result = 3/4.
Quick simplification checks: If both numbers are even, divide by 2. If both end in 0 or 5, divide by 5. If digit sum of both is divisible by 3, divide by 3. Keep dividing by common factors until GCF = 1. The Euclidean algorithm finds the GCF systematically: GCF(48,36) = GCF(36,12) = GCF(12,0) = 12, so 48/36 = 4/3.
Fraction to Decimal: Common Conversions
The fraction to decimal search gets 40,500 monthly searches — by far the most common fraction-related calculation. Memorizing key fractions saves time in standardized tests and everyday calculations:
- Halves and quarters: 1/2 = 0.5; 1/4 = 0.25; 3/4 = 0.75
- Thirds: 1/3 = 0.3333...; 2/3 = 0.6666...; 1/6 = 0.1666...; 5/6 = 0.8333...
- Eighths: 1/8 = 0.125; 3/8 = 0.375; 5/8 = 0.625; 7/8 = 0.875
- Fifths: 1/5 = 0.2; 2/5 = 0.4; 3/5 = 0.6; 4/5 = 0.8
- Sevenths: 1/7 = 0.142857142857... (repeating 6-digit cycle)
- Ninths: 1/9 = 0.111...; 2/9 = 0.222...; up to 8/9 = 0.888...
To convert any fraction to decimal: simply divide numerator by denominator. To convert decimal to fraction: write the decimal as a fraction over the appropriate power of 10 (0.375 = 375/1000), then simplify (GCF = 125 → 3/8).
Frequently Asked Questions
How do you find the least common denominator (LCD)?
The LCD is the least common multiple (LCM) of the denominators. Method 1 (factoring): find the prime factorization of each denominator, then multiply the highest power of each prime factor present. For 4 and 6: 4 = 22, 6 = 2×3. LCM = 22 × 3 = 12. Method 2 (listing): list multiples of the larger denominator until you find one divisible by the smaller (multiples of 6: 6, 12... 12 is divisible by 4, so LCD = 12).
What is a proper vs. improper fraction?
A proper fraction has a numerator smaller than the denominator (value between 0 and 1): 3/4, 2/7, 5/6. An improper fraction has numerator >= denominator (value >= 1): 7/4, 11/3, 5/5. Improper fractions can be converted to mixed numbers (whole number + proper fraction). Both forms are mathematically equivalent; the preferred form depends on context.
Why do we need to find a common denominator for addition but not multiplication?
Adding fractions requires matching units — 1/4 + 1/3 is like adding apples and oranges. Converting to a common denominator creates matching units: 3/12 + 4/12 = 7/12. Multiplication is different: 1/4 × 1/3 means "one-fourth of one-third" = 1/12. You're finding a fraction of a fraction, not combining equal-sized pieces, so matching denominators isn't necessary — you just multiply across.