Skip to content
MathFree · No signup · 8M+/month

Free Fraction Calculator — Add · Subtract · Multiply · Divide with Steps

Add, subtract, multiply, or divide two fractions. Result shown in simplest form, mixed-number form, and decimal — with the step-by-step working that produced it.

  • Instant result
  • Private — nothing saved
  • Works on any device
  • AI insight included
Reviewed by CalcBold EditorialLast verified Methodology

Fraction Calculator

Format: a/b (e.g. 3/4) or plain integer (e.g. 5).

Format: a/b or integer. Cannot be 0/X for division.

Embed builderDrop the Fraction on your site →Free widget · 3 sizes · custom theme · auto-resizes · no signupGet embed code

What This Calculator Does

This is a four-operation fraction calculator. Type two fractions — using the familiar a/b notation, like 3/4 or 11/8 — pick whether you want to add, subtract, multiply, or divide them, and the calculator returns the answer in every form a teacher (or a textbook) is likely to ask for: the simplified fraction, the equivalent mixed number, the decimal value, and a line-by-line worked solution that mirrors how you would solve the problem on paper.

It also accepts plain integers in either input — 5 is read as 5/1 automatically — so you can mix whole numbers with fractions without rewriting them. Negative numerators are fine. The only input the calculator will reject is a denominator of zero, because dividing by zero is undefined, and dividing by a fraction whose numerator is zero (which is the same as dividing by zero) for the same reason.

The audience is mostly students working through middle-school and early-high-school arithmetic, but the same engine is just as useful for adults dealing with recipe scaling (1/3 cup × 1.5), construction measurements (5/8" − 1/4"), or any situation where decimal approximations would lose precision and you need an exact rational answer. If you primarily work in percentages, our percentage calculator is the right neighbour tool; for proportions and scaling between two related quantities, the ratio calculator is the cleaner fit.

The Four Operations Explained — The Math

Each operation has its own algebraic recipe. Here are the formulas the calculator uses internally — the same ones you would write out by hand on a worksheet.

Addition and subtraction are the slowest of the four because both fractions need a common denominator before you can combine the numerators. The shortcut above multiplies the denominators directly — it always works, though it sometimes produces a larger intermediate fraction than the lowest common denominator (LCD) would. That is fine: the simplification step at the end collapses any extra factor back out.

Multiplication is the easiest. There is no common denominator to find — multiply the tops, multiply the bottoms, simplify. Many students try to find a common denominator out of habit when multiplying; that is wasted work and often introduces an arithmetic slip.

Divisionuses the “keep, flip, multiply” rule: keep the first fraction, flip (take the reciprocal of) the second, then multiply. The reason this works is algebraic — dividing by c/d is the same as multiplying by its inverse d/c, because (c/d) × (d/c) = 1. So a division problem is really a hidden multiplication problem.

How to Use This Calculator

  1. Type the first fraction in the top input. Use the slash format (3/4) or a plain integer (5), which the calculator treats as 5/1.
  2. Choose the operation — add, subtract, multiply, or divide. The dropdown labels each with both the word and the symbol (+, −, ×, ÷) so there is no ambiguity.
  3. Type the second fraction. Same rules — slash form or integer. If you accidentally enter 3/0, the calculator will refuse and tell you why; same if you try to divide by 0/anything.
  4. Read the output. The big number on top is the answer in simplest form. Below it you will find the same value as a mixed number (if applicable) and a decimal. The “working” section shows the step-by-step manipulation — useful if you are checking homework and want to see why the answer is what it is, not just what it is.

Three Worked Examples

Walk through these by hand alongside the calculator. The output panes will match these numbers exactly — that is how you confirm the tool is correct, and how you build the muscle memory to do the next problem without it.

Example 1 — Add unlike denominators

Compute 1/3 + 1/4. The denominators (3 and 4) are different, so step one is to rewrite both fractions with a common denominator. The product 3 × 4 = 12 is always a valid common denominator (it is also the LCD here, because gcd(3, 4) = 1). Multiply the first fraction by 4/4 and the second by 3/3:

1/3 = (1×4)/(3×4) = 4/12
1/4 = (1×3)/(4×3) = 3/12

Now the denominators match, so add the numerators directly: 4/12 + 3/12 = 7/12. Check whether 7/12 simplifies — gcd(7, 12) = 1, so it is already in simplest form. The decimal equivalent is 7 ÷ 12 ≈ 0.583(repeating). Because |numerator| < denominator, this is a proper fraction with no mixed-number form.

Example 2 — Multiply

Compute 2/3 × 3/4. Multiplication ignores common denominators entirely. Multiply across:

(2 × 3) / (3 × 4) = 6/12

That is the “raw” result the calculator surfaces in its details panel. Now simplify. The greatest common divisor of 6 and 12 is gcd(6, 12) = 6 (because 6 divides both 6 and 12, and nothing larger does). Divide top and bottom by 6:

6/12 = (6 ÷ 6) / (12 ÷ 6) = 1/2

The simplified result is 1/2, with decimal value 0.5. Notice the shortcut you could have used: the 3 in the numerator of the second fraction and the 3 in the denominator of the first fraction cancel before you multiply. That is called cross-cancelling, and it is the same operation as factoring out the GCD afterwards — just done earlier.

Example 3 — Divide

Compute 5/8 ÷ 1/2. Division of fractions is multiplication in disguise. Keep the first fraction (5/8), flip the second (1/2 becomes 2/1, its reciprocal), and multiply:

5/8 ÷ 1/2 = 5/8 × 2/1 = (5 × 2) / (8 × 1) = 10/8

Now simplify. gcd(10, 8) = 2, so divide both by 2: 10/8 = 5/4. Because |numerator| > denominator, 5/4 is an improper fraction and converts to a mixed number. Divide 5 by 4: quotient 1, remainder 1, so 5/4 = 1 1/4. The decimal value is 5 ÷ 4 = 1.25.

A common slip: students sometimes flip the first fraction instead of the second. The rule only flips the divisor — the number you are dividing by. Flipping the dividend gives you the wrong answer, usually by a factor that is hard to spot.

Simplest Form and the Greatest Common Divisor (GCD)

A fraction is in simplest form(also called “lowest terms”) when its numerator and denominator share no common factor other than 1. Reducing to simplest form is what makes 6/12 and 1/2 the same number, with 1/2 being the canonical representation. Any fraction engine — including this one — finishes by dividing both parts by their greatest common divisor.

For example, gcd(48, 18): 48 mod 18 = 12; 18 mod 12 = 6; 12 mod 6 = 0; the answer is 6. So 48/18 simplifies to 8/3 — five operations, no guesswork, no factor-tree. The calculator runs this in microseconds and uses the result to reduce every output to lowest terms automatically.

Why bother simplifying at all? Two reasons. First, simplest form is the unique canonical answer — without it, 1/2 and 50/100 and 1000/2000 all look like different fractions. Second, simplified fractions are easier to combine in the next step of a multi-stage problem, because the numbers stay small.

Improper, Proper, and Mixed Numbers

A proper fraction has |numerator| smaller than its denominator — it represents a quantity less than one whole. Examples: 1/2, 3/4, 7/12.

An improperfraction has |numerator| greater than or equal to its denominator — it represents a quantity at least one whole. Examples: 5/4, 7/3, 12/5. Improper fractions are perfectly legitimate and often easier to manipulate in algebra. They are not “wrong” — the name is historical, not mathematical.

A mixed number is the same value written as an integer plus a proper fraction. 5/4 becomes 1 1/4. 7/3 becomes 2 1/3. 12/5 becomes 2 2/5. Convert by dividing the numerator by the denominator: the quotient is the integer part, the remainder is the new numerator, the denominator stays the same.

The calculator shows both — the improper-fraction form on top (because it is the most useful in further computation) and the mixed-number form in the details panel (because it is what most word problems and real-world descriptions use). Pick whichever fits your context.

Common Mistakes

  • Adding numerators and denominators directly. 1/3 + 1/4 is not 2/7. The denominators must match before you add — that is the entire point of finding a common denominator. This is the single most frequent error in fraction addition, and it survives surprisingly far into algebra.
  • Forgetting to simplify. 6/12 is technically a correct answer to 2/3 × 3/4, but most graders expect 1/2. Always run the GCD reduction at the end. The calculator does this automatically; on paper, factor out the largest shared divisor before you submit.
  • Flipping the wrong fraction in division. The rule is keep-flip-multiply, where the second fraction (the divisor) is the one that flips. Flipping the first gives the reciprocal of the right answer — close enough to look plausible, but wrong.
  • Dropping a negative sign. When subtracting, sign tracking matters. 1/4 − 3/4 = −2/4 = −1/2, not 2/4. The calculator preserves the sign on the numerator and normalises the denominator to be positive — your hand-written work should do the same.
  • Treating the mixed-number space as multiplication. “1 1/4” means 1 + 1/4, not 1 × 1/4. The implicit operator is addition. When converting a mixed number back to an improper fraction for use in further calculation, multiply the integer by the denominator and add the numerator: 1 1/4 = (1×4 + 1)/4 = 5/4.
  • Cross-multiplying when you should be cross-cancelling. Cross-multiplying is for solving equations of the form a/b = c/d. Cross-cancelling is the shortcut you use during multiplication of fractions to reduce numbers before you multiply. Mixing the two is a frequent source of confusion in early algebra.
  • Dividing by zero.Any operation whose result has 0 in the denominator is undefined. The calculator catches this and returns an explicit error rather than NaN — so if you see “cannot divide by zero”, that is the cause, and you need to recheck the second input.

When This Calculator Decides For You

Fraction arithmetic shows up far outside math homework. The calculator is most useful when getting the exact answer matters more than getting a fast approximation:

  1. Recipe scaling. A recipe calls for 2/3 cup of flour and you are tripling it: 2/3 × 3 = 2. A recipe calls for 3/4 cup and you are halving it: 3/4 × 1/2 = 3/8. Scaling between fractional and decimal measuring tools is where quick fraction math earns its keep in a real kitchen.
  2. Construction and woodworking.US measurements are fractional by convention — 5/8", 1 3/4", 13/16". Adding and subtracting these by hand is error-prone, especially when boards stack across multiple cuts. A fraction calculator gets you to the mark without converting to decimals and back.
  3. Time and music. A 1/4 note plus a 1/8 note is a dotted quarter (3/8 of a beat). A 6/8 time signature splits into two groups of 3/8. Music notation is fraction arithmetic with stricter rules.
  4. Probability and odds.“1 in 6” chance times “1 in 4” chance — for two independent events, both happening — is 1/6 × 1/4 = 1/24. For comparing rates and odds across related events, fractions are usually clearer than decimals.
  5. Homework checking. The most honest use case. Solve the problem on paper, then verify with the calculator. The step-by-step working below the answer tells you not just whether you got it right but where you went wrong — same denominator? simplified properly? sign correct? — without needing a teacher in the room.

For working with several numbers at once — say, finding the average of a list of test scores — see the average calculator; it handles arbitrarily long inputs that this two-fraction tool is not designed for. For converting fractional results to percentages directly, the percentage calculator will take you the rest of the way.

Sources & Methodology

The formulas, thresholds, and benchmarks behind this calculator are anchored to the primary sources below. Where a study or agency document is the underlying authority, we link straight to it — not a summary or republished version.

  1. NIST DLMF — Elementary Functions· National Institute of Standards and Technology

    Canonical reference for arithmetic identities used in fraction addition, subtraction, multiplication, and division.

    Accessed

  2. MIT OpenCourseWare — Arithmetic of Rational Numbers· Massachusetts Institute of Technology

    Foundational treatment of rational-number arithmetic and the lowest-common-denominator and reduction-to-lowest-terms operations the calculator performs.

    Accessed

  3. Britannica — Fraction (Mathematics)· Encyclopaedia Britannica

    Foundational definition of proper, improper, and mixed fractions and the standard arithmetic operations on them.

    Accessed

  4. Stanford Encyclopedia of Philosophy — Dedekind's Theorem and Rational Numbers· Stanford University

    Rigorous foundational basis for the rational-number system underlying fraction arithmetic.

    Accessed

Frequently Asked Questions

The most common questions we get about this calculator — each answer is kept under 60 words so you can scan.

  • How do I add two fractions with different denominators?
    Find a common denominator (multiply the two denominators), convert each fraction to use it, then add the numerators. Example: 1/3 + 1/4 = 4/12 + 3/12 = 7/12. The calculator does this automatically and shows each step in the working list — useful for homework where you need to show your math.
  • What is the simplest form of a fraction?
    Both numerator and denominator divided by their greatest common divisor (GCD). 6/8 simplifies to 3/4 because GCD(6,8) = 2. The calculator computes GCD via the Euclidean algorithm and applies it automatically. If the result is already in simplest form, the calculator says 'Already simplest'.
  • How do I divide one fraction by another?
    Multiply by the reciprocal (flip the second fraction). 1/2 ÷ 1/4 = 1/2 × 4/1 = 4/2 = 2. The calculator shows this step explicitly. Division by 0 (where the second fraction's numerator is 0) is rejected — division by zero is mathematically undefined.
  • What's the difference between proper, improper, and mixed fractions?
    Proper: numerator < denominator (3/4). Improper: numerator ≥ denominator (5/4 or 4/4). Mixed: whole + proper (1 1/4). The calculator accepts proper and improper input via the a/b text field; it shows the result in BOTH improper-fraction form (5/4) and mixed-number form (1 1/4) so you can use whichever fits your context.
  • Can I add an integer to a fraction?
    Yes — enter the integer with no slash. 5 + 3/4 → enter 5 in the first box, choose +, enter 3/4 in the second. Internally, 5 is treated as 5/1, then the standard add formula kicks in: (5 × 4) + (3 × 1) all over (1 × 4) = 23/4 = 5 3/4.
  • What about decimal-to-fraction conversion?
    Not directly supported by this calculator — it operates on fractions. To convert a decimal like 0.625 to a fraction, multiply by a power of 10 to clear the decimal (0.625 × 1000 = 625), put it over the same power (625/1000), then simplify. 625/1000 simplifies to 5/8. Repeating decimals (0.333…) require a different technique — those map to common fractions like 1/3.
  • Why is 7/12 not simplifiable?
    Because GCD(7, 12) = 1. 7 is prime and doesn't divide 12, so the fraction is already in simplest form. Generally, a fraction is in simplest form when the numerator and denominator share no common factor greater than 1. Quick check: if either number is prime and doesn't divide the other, you're done.
  • How do negative fractions work?
    The negative sign attaches to the fraction as a whole — conventionally on the numerator. −3/4 = (−3)/4 = 3/(−4) (all equivalent). The calculator accepts negative numerators directly. Two negatives multiply to positive (−1/2 × −3/4 = 3/8); negative ÷ positive = negative; etc.
  • What is a 'reciprocal' or 'multiplicative inverse'?
    The reciprocal of a/b is b/a — flip the fraction. The reciprocal of 3/4 is 4/3. Reciprocals are key to division: a/b ÷ c/d = a/b × d/c. The reciprocal of 0 is undefined (since 1/0 is undefined). The reciprocal of an integer n is 1/n.
  • How accurate is the calculator?
    Exact — fractions stay rational throughout, with no floating-point drift. The decimal-equivalent output (e.g. 0.625) does use float math but is computed from the exact fraction, so the rounding is deterministic. For exact downstream math, copy the fraction; for display, use the decimal.
  • What happens with zero?
    Zero numerator is fine: 0/5 = 0 (the result is just 0). Zero denominator is rejected as undefined. Dividing by a fraction whose numerator is 0 is also rejected. Adding 0 to anything returns the original; multiplying by 0 returns 0.
  • Can I do more than two fractions in one step?
    Not currently — the calculator is binary (two inputs). For chained operations like 1/2 + 1/3 + 1/4, run two passes: 1/2 + 1/3 = 5/6, then 5/6 + 1/4 = 13/12. The simplest-form output of one operation feeds directly into the next.