Fraction Calculator
Add, subtract, multiply, and divide fractions with steps.
Fractions
Mixed Numbers
Simplify
Decimal → Fraction
Fraction → Decimal
Fractions
What Is a Fraction?
A fraction represents a part of a whole, written as a numerator over a denominator separated by a horizontal bar. The denominator tells you how many equal pieces the whole has been divided into; the numerator counts how many of those pieces you have. The fraction 3/4 means three of four equal parts, and every rational number — every value that either terminates or repeats in decimal form — can be expressed exactly as a fraction.
This Fraction Calculator handles the four basic operations — addition, subtraction, multiplication, and division — on two fractions, with full step-by-step solutions, automatic reduction to lowest terms, and a visual pie chart comparison. Pair it with our percentage calculator, ratio calculator, or common factor calculator for related rational-number work.
How Fraction Operations Work
Common denominators for + and −
Find the least common multiple of the two denominators, scale each fraction up so both share that LCM as the bottom number, then add or subtract the numerators while keeping the denominator unchanged.
Straight-across for ×
Multiply the two numerators to get the new numerator, multiply the two denominators to get the new denominator. No common-denominator step required.
Reciprocal flip for ÷
Dividing by a fraction is the same as multiplying by its reciprocal. Flip the second fraction (n/d becomes d/n), then multiply straight across.
Reduce to lowest terms
After any operation, divide both numerator and denominator by their greatest common factor. That step is always automatic in this calculator.
6 Ways to Use This Calculator
Homework checking
Verify any fraction arithmetic answer — the step-by-step explanation shows whether you forgot a common denominator or a final reduction.
Recipe scaling
Multiply 2/3 cup of flour by 1.5 to triple-half a recipe — exact arithmetic without rounding error.
Measurement work
Add 3/8 + 9/16 in a single tap to get 15/16 — no decimal rounding for carpentry and machining.
Probability calculations
Combine event probabilities like 1/6 × 1/6 = 1/36 for double-six odds, kept in exact reduced form.
Algebra worksheets
Solve fraction subproblems mid-equation and keep every intermediate result exact, never decimal.
Quick mental-math sanity check
Confirm a mental estimate against an exact answer before committing to a longer derivation.
Best Practices
Always reduce when finishing. 35/180 is technically correct, but 7/36 is the canonical form and the answer most teachers expect. This calculator reduces automatically, but learning to do it by hand prevents marks lost on worksheets.
Keep numbers as fractions through long chains. 1/3 in decimal is 0.333… repeating; rounding to 0.333 and chaining several multiplications compounds error. Stay in fraction form until the very last conversion.
Sanity-check with rough decimals. A correct fraction answer should be close to your decimal mental estimate. If 7/8 + 1/3 comes out near 1.21, you're in the right neighbourhood; if it comes out near 8, you misplaced a denominator.
Why Fractions Matter
School & exams
Fractions underpin elementary, middle, and high-school math. Confident fraction work unlocks algebra, functions, calculus, and beyond.
Engineering & trades
Inch fractions are the lingua franca of carpentry, plumbing, and machining in the US. Even metric shops see fractional inches on drawings.
Pure mathematics
Rational numbers — fractions of integers — are the cleanest closed system under +, −, ×, and ÷, and the foundation of number theory.
Daily life
Recipes, money, sports scores, music notation, and time-of-day all use fractions because they communicate exact parts of a whole naturally.
Tricky Cases & Edge Behaviour
Negative fractions
The minus sign settles on the numerator after simplification; −3/4 and 3/−4 are the same value. The calculator always outputs the canonical positive-denominator form.
Zero in the denominator
Division by zero is undefined, so the calculator rejects inputs with a zero denominator before computing rather than returning infinity.
Improper results
Adding 5/6 + 7/6 gives 12/6, which reduces to 2 — a whole number. The mixed-number form is shown alongside the improper form.
Very small denominators
Operations like 1/1000000 × 1000000 reduce exactly to 1, with no floating-point error, because every step uses exact BigInt arithmetic.
Core Fraction Formulas
Every answer this calculator produces comes from one of these identities. Let a/b and c/d be the operands and g be the greatest common factor of the unreduced result.
Addition
a/b + c/d = (a·d + b·c) / (b·d)
Subtraction
a/b − c/d = (a·d − b·c) / (b·d)
Multiplication
a/b × c/d = (a·c) / (b·d)
Division
a/b ÷ c/d = (a·d) / (b·c)
Simplification
(a/b) / g = (a/g) / (b/g)
Decimal
a/b = a ÷ b
Percentage
a/b × 100% = (a × 100)/b %
Reciprocal
1 ÷ (a/b) = b/a
Common Fraction Mistakes
Adding numerators and denominators
1/2 + 1/3 is NOT 2/5. Add only the numerators after rewriting with a common denominator: 3/6 + 2/6 = 5/6.
Forgetting to reduce
Leaving 6/8 as the final answer is technically correct but loses style points and hides the underlying value of 3/4.
Flipping the wrong fraction in ÷
When dividing a/b ÷ c/d, flip the SECOND fraction (c/d → d/c) and multiply. Flipping both leaves the value unchanged.
Cross-multiplying for + and −
Cross-multiplication is for solving proportions (a/b = c/d), not for combining fractions. Use the LCM method for addition and subtraction.
Cancelling within a sum
In (a + b)/c you cannot cancel the c with anything inside the sum until the addition completes. The cancel-as-you-go shortcut works only across multiplication.
Decimal rounding traps
Computing 1/3 as 0.333 then adding three of them gives 0.999, not the exact 1. Stay in fraction form to keep results exact.
Built for students, teachers, engineers, machinists, and anyone who needs exact rational arithmetic in the browser.
Every step uses exact BigInt arithmetic — no floating-point rounding anywhere in the pipeline. See our methodology and editorial policy.
Frequently Asked Questions
Related Calculators
Pair the fraction calculator with other math tools for ratios, percentages, factorisation, and step-by-step number work.
- Percentage CalculatorCalculate % of a number, percentage change, and reverse percentages.
- Ratio CalculatorSimplify, scale, and compare ratios; solve equivalent ratios and proportions.
- Common Factor CalculatorGreatest common factor (GCF, HCF, GCD) with step-by-step prime factorization.
- Scientific CalculatorAdvanced trig, log, exponent, root, factorial, and memory functions.
- Prime Factorization CalculatorPrime factors with a visual factor tree and step-by-step working.
- Scientific Notation CalculatorConvert to and from scientific, engineering, and E-notation with arithmetic support.