Fraction Calculator

Add, subtract, multiply, divide, simplify & convert — exact, lowest-terms answers with steps

Fraction A (whole part optional — for mixed numbers like 2 3/4)

Fraction B

Use whole numbers only. A minus on the whole part makes the whole quantity negative (−2 1/3 = −7/3).

Answer
Show step-by-step solution

    Fraction Calculator — guide & how to use

    What it does

    This fraction calculator adds, subtracts, multiplies, divides, simplifies, and converts fractions and mixed numbers. Every answer comes back in lowest terms, shown as a mixed number or an improper fraction (your choice), with a full step-by-step solution that mirrors how fractions are taught in school: find the common denominator, build equivalent fractions, combine, reduce, and convert. It runs privately in your browser, free.

    How to use it

    1. Enter Fraction A. Leave the whole box blank for a plain fraction, or fill it for a mixed number like 2 3/4.
    2. Pick the operation: +, −, ×, ÷, Simplify A only, or Convert A only. The two single-operand modes ignore Fraction B.
    3. Enter Fraction B (for +, −, ×, ÷).
    4. Choose whether to show the answer as a mixed number or an improper fraction, then read the result, the alternate form, the decimal, and the steps.

    Worked example: 1 1/2 + 2/3

    Enter whole 1, numerator 1, denominator 2 for A; choose Add; enter numerator 2, denominator 3 for B.

    1. Convert A from mixed to improper: 1 1/2 = (1 × 2 + 1)/2 = 3/2.
    2. The LCD of 2 and 3 is 6. Build equivalent fractions: 3/2 = 9/6 and 2/3 = 4/6.
    3. Add the numerators over the LCD: 9/6 + 4/6 = 13/6.
    4. GCD(13, 6) = 1, so 13/6 is already in lowest terms.
    5. Convert back to a mixed number: 13 ÷ 6 = 2 remainder 1, so the answer is 2 1/6 (improper: 13/6 · decimal: 2.166667~).

    How to embed this tool on your website

    No account, no coding. Copy the embed code and paste it where you want it to appear:

    <iframe src="https://snaptoolsuite.com/fraction-calculator/?embed=1"
      style="width:100%;max-width:560px;height:900px;border:0;"
      title="Fraction Calculator" loading="lazy"></iframe>
    <p>Free <a href="https://snaptoolsuite.com/fraction-calculator/">Fraction Calculator</a> by Snap Tool Suite</p>
    2 Paste it on your page
    3 It just works

    See it live: view a real embed example →

    Accuracy & what to know

    Results are mathematically exact, not approximations — the engine works on whole-number numerators and denominators using BigInt arithmetic and never converts to floating point internally, so chained operations and large numbers stay precise. "Lowest terms" is guaranteed by dividing the numerator and denominator by their greatest common divisor (GCD via Euclid's algorithm). The only rounded value is the optional decimal equivalent, shown to about 6 digits with a ~ marker for non-terminating decimals (like 1/3 = 0.333333~); the decimal never feeds back into the fraction. The calculator is integer-rational only — it does not accept decimals or irrational values (π, √2). The step breakdown follows the standard US curriculum method, but check your assignment's rules before submitting shown work.

    Common fraction mistakes this tool prevents

    Frequently asked questions

    How do you add or subtract fractions with different denominators?

    Find a common denominator (the LCD), rewrite each fraction over it, add or subtract the numerators, then reduce to lowest terms. For example 1/2 + 1/3: the LCD is 6, so 3/6 + 2/6 = 5/6. The step view shows every line.

    How do you divide fractions?

    Keep the first fraction, change divide to multiply, and flip the second fraction (its reciprocal). So 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6. You only flip the divisor (the second fraction), never the first.

    How do I enter a mixed number like 2 3/4?

    Put 2 in the whole-number box and 3 and 4 in the numerator and denominator boxes. The tool converts it to the improper fraction 11/4 before calculating. A minus sign on the whole number makes the whole quantity negative, so −2 3/4 means −(2 + 3/4) = −11/4.

    Does the calculator reduce the answer to lowest terms?

    Yes. Every answer is divided by the greatest common divisor (GCD) of the numerator and denominator, so it is always in lowest terms. When the input is already reduced you get an "Already in lowest terms" badge.

    Are the answers exact or rounded?

    The fraction answer is mathematically exact. The engine uses whole-number (BigInt) arithmetic on the numerator and denominator and never rounds. The only rounded value is the optional decimal equivalent, shown to about 6 digits with a ~ marker when the decimal is non-terminating, like 1/3 = 0.333333~.

    What happens if a denominator is zero?

    The tool stops and shows an error. A fraction can't have a zero denominator, and you can't divide by a fraction that equals zero. Both cases are blocked rather than guessed.

    Is it really free?

    Yes — 100% free. Everything is calculated privately in your browser; nothing is stored or sold.

    Related tools

    Embed this Fraction Calculator

    Free to embed on any site — no account or coding needed. Paste this where you want the calculator to appear:

    <iframe src="https://snaptoolsuite.com/fraction-calculator/?embed=1"
      style="width:100%;max-width:560px;height:900px;border:0;"
      title="Fraction Calculator" loading="lazy"></iframe>
    <p>Free <a href="https://snaptoolsuite.com/fraction-calculator/">Fraction Calculator</a> by Snap Tool Suite</p>
    2 Paste it on your page
    3 It just works

    🔒 Everything is calculated in your browser. We don't store or sell your data.