InchsCalculator

Math / Fractions & Decimals

Adding Fractions Calculator

Enter two fractions below (whole numbers optional for mixed fractions) and instantly see their sum.

Result: Fraction Form

13+14=712

Result: Decimal Form

13+14=0.58333333333333
LCD: 12
I
Written by
Inches Calculator Team
Editorial Team

Adding fractions stops being obvious the moment the denominators differ. A third and a quarter are different-sized pieces, so you can’t just add the numerators: 1/3 + 1/4 is not 2/7. You have to rewrite both fractions over a common denominator first, so every piece is the same size. Only then does adding make sense.

This fraction addition calculator does that work for you. It accepts proper fractions, improper fractions, negative fractions, and mixed numbers, and it returns your answer in three forms: simplified fraction, mixed number, and decimal. Below is the exact method it uses, worked through step by step, so you can check the result by hand or teach it to someone else.

How to Add Fractions (step by step)

Step One: Convert mixed numbers to improper fractions

A mixed number like 1 2/3 has to become a single fraction before any arithmetic happens. Multiply the whole number by the denominator, then add the numerator, and keep the same denominator.

improper numerator = (whole × denominator) + numerator

With the calculator defaults (0 and 1/3, plus 0 and 1/4), both inputs are already single fractions:

First:  (0 × 3) + 1 = 1  →  1/3
Second: (0 × 4) + 1 = 1  →  1/4

With real mixed numbers, the step matters more:

1 2/3  →  (1 × 3) + 2 = 5   →  5/3
2 1/2  →  (2 × 2) + 1 = 5   →  5/2
4 3/8  →  (4 × 8) + 3 = 35  →  35/8

For a negative mixed number, apply the sign to the whole quantity, not just the whole number: -2 1/2 becomes -5/2, not -4 + 1/2.

Step Two: Find the least common denominator

The least common denominator (LCD) is the least common multiple (LCM) of the two denominators. It’s the smallest number both denominators divide into evenly.

LCD = lcm(3, 4) = 12

The fastest way to compute it uses the greatest common divisor:

lcm(a, b) = (a × b) ÷ gcd(a, b)

lcm(8, 6)  = 48 ÷ 2 = 24
lcm(3, 4)  = 12 ÷ 1 = 12
lcm(6, 12) = 72 ÷ 6 = 12

Multiplying the denominators together always gives a common denominator, but not always the least one. For 6 and 12, that shortcut gives 72 instead of 12, which means bigger numbers and more reducing at the end. Same answer, more work.

Step Three: Rewrite both fractions over the LCD

Divide the LCD by each original denominator, then multiply the numerator by that factor. Whatever you do to the bottom, do to the top.

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

Step Four: Add the numerators

Denominators stay put. Only the numerators add.

4/12 + 3/12 = 7/12

This is the step where most mistakes show up: adding the denominators too (giving 7/24) is the single most common fraction error. The denominator is the name of the piece size, not a quantity.

Step Five: Reduce to lowest terms and convert to decimal

Divide the numerator and denominator by their GCD, then divide out for the decimal form.

gcd(7, 12) = 1  →  already lowest terms
decimal = 7 ÷ 12 = 0.58333...

If the result is improper (numerator larger than denominator), convert to a mixed number by dividing:

17/12  →  17 ÷ 12 = 1 remainder 5  →  1 and 5/12

Worked examples

Example 1: Simple unlike denominators

1/2 + 1/3
LCD = lcm(2, 3) = 6
3/6 + 2/6 = 5/6
gcd(5, 6) = 1  →  5/6  ≈ 0.8333

Example 2: Denominators that share a factor

3/8 + 1/6
gcd(8, 6) = 2  →  LCD = (8 × 6) ÷ 2 = 24
9/24 + 4/24 = 13/24
gcd(13, 24) = 1  →  13/24  ≈ 0.5417

Note that 48 would also have worked as a common denominator, but 24 is the least one, so the numbers stay small.

Example 3: Result that needs reducing

2/5 + 1/10
LCD = lcm(5, 10) = 10
4/10 + 1/10 = 5/10
gcd(5, 10) = 5  →  1/2  = 0.5

Example 4: Improper result, converted to a mixed number

5/6 + 3/4
LCD = lcm(6, 4) = 12
10/12 + 9/12 = 19/12
gcd(19, 12) = 1  →  19/12  =  1 and 7/12  ≈ 1.5833

Example 5: Two mixed numbers

2 1/2 + 1 3/4
Convert:  5/2 + 7/4
LCD = 4
10/4 + 7/4 = 17/4
17 ÷ 4 = 4 remainder 1  →  4 and 1/4  = 4.25

Example 6: A negative fraction

-1/3 + 1/4
LCD = 12
-4/12 + 3/12 = -1/12  ≈ -0.0833

Example 7: Three or more fractions

Chain the same process, or find the LCD of all denominators at once.

1/2 + 1/4 + 1/8
LCD = lcm(2, 4, 8) = 8
4/8 + 2/8 + 1/8 = 7/8  = 0.875

What your results mean

Fraction form is exact and never loses precision. It’s the form to keep if the answer feeds into more math.

Decimal form is approximate whenever the fraction repeats. 1/3 becomes 0.3333…, 7/12 becomes 0.58333…, and 13/24 becomes 0.541666… Rounding those early is how small errors compound across a calculation.

Mixed form rewrites an improper fraction as a whole number plus a fraction. It’s the form people actually use out loud, and it’s the one you want for measurements, recipes, and construction work.

When your answer is improper (numerator > denominator), the calculator shows the equivalent mixed number beneath it. Example: 17/12 becomes 1 and 5/12.

When fractions have a common factor

The calculator always reduces to lowest terms. If the numerator and denominator share a factor, both divide by the GCD:

6/8   →  gcd = 2   →  3/4
15/25 →  gcd = 5   →  3/5
12/12 →  gcd = 12  →  1

This keeps answers clean and matches what a teacher, a textbook, or a grader expects.

Common pairs and their results

FirstSecondLCDSumMixedDecimal
1/31/4127/120.5833
1/21/365/60.8333
2/51/10101/20.5
3/81/62413/240.5417
3/42/31217/121 and 5/121.4167
5/63/41219/121 and 7/121.5833
1/81/881/40.25
7/103/101011.0

Two rows are worth a second look. 3/8 + 1/6 needs an LCD of 24 because 8 and 6 share a factor of 2, so multiplying them straight across (48) overshoots. And 7/10 + 3/10 shows that the answer isn’t always a fraction: when the numerators sum to the denominator, you get a whole number.

Where this comes up in real life

Recipes. Doubling half a recipe means adding fractions constantly. 3/4 cup flour plus 2/3 cup flour is 17/12 cups, which is 1 and 5/12 cups: measure a full cup, then a bit under half.

Tape measures and lumber. Imperial measurements are all sixteenths, eighths, and quarters. 1/2 inch plus 3/16 inch is 8/16 + 3/16 = 11/16 inch.

Time. A quarter hour plus a third of an hour is 1/4 + 1/3 = 7/12 of an hour, or 35 minutes.

Probability and stats. Adding the chances of mutually exclusive outcomes is fraction addition, and keeping things exact matters before you round.

Common mistakes to avoid

  • Adding denominators. 1/3 + 1/4 is 7/12, never 2/7.
  • Forgetting to convert mixed numbers first. Adding the whole numbers and fractions separately works, but only if you carry properly when the fraction part goes improper.
  • Using any common denominator instead of the least one. It’s not wrong, just messier.
  • Rounding to a decimal too early. Add in fraction form, convert at the end.
  • Skipping the final reduction. 5/10 is correct but not simplified. Most graders want 1/2.

Frequently asked questions

Can you add fractions without a common denominator? No. You can compute the sum with the cross-multiplication shortcut (a×d + b×c) / (b×d), but that’s just finding a common denominator in one line. The sum still needs reducing afterward.

What’s the difference between the LCD and the LCM? None, mathematically. The LCM is the general term for the least common multiple of any numbers; the LCD is that same number when it happens to be a set of denominators.

How do I add a fraction to a whole number? Give the whole number a denominator of 1, then proceed normally. 3 + 2/5 = 3/1 + 2/5 = 15/5 + 2/5 = 17/5 = 3 and 2/5.

Why does 1/3 turn into a repeating decimal? Because 3 doesn’t divide evenly into any power of 10. Only fractions whose reduced denominators factor into 2s and 5s terminate. That’s why fraction form is the exact one.

Do negative fractions work the same way? Yes. Find the LCD, then add signed numerators. The sign lives on the numerator.

For subtraction, multiplication, or division, try the fraction calculator. For finding GCD and LCM on their own, see the math calculators.

About the formula: Fractions are converted to improper form, added using the least common denominator, then simplified to lowest terms.

Frequently Asked Questions

Do I have to use the least common denominator?+

No, but the LCD keeps arithmetic small. You can use any common denominator; the result simplifies the same way.

Why is 1/3 + 1/4 not 2/7?+

Adding the denominators changes the piece sizes mid-problem. Both fractions must be rewritten as the same size pieces (twelfths) before numerators combine.

When do two fractions add to a result that never reduces?+

When their denominators are coprime—their GCD is 1. For example, 1/3 + 1/4 gives 7/12 which can't reduce further because 7 is prime.

Related calculators