Blucalculator Open Tool

Adding Fractions Calculator

Add two or more fractions with full step-by-step working. Supports proper, improper, and mixed numbers.

Input mode:

Embed This Calculator

Copy the code and paste it into any webpage to embed this calculator.

WordPress users: add a Custom HTML block (not the Embed block) and paste the code there.

More embed options

Free to use. A small "Powered by Blucalculator" credit is appreciated but not required.

How to Add Fractions

Step What to do
1 Find the LCD of all denominators
2 Convert each fraction to an equivalent fraction with the LCD
3 Add all the numerators, keep the denominator
4 Simplify using GCD if auto-simplify is on
5 Convert to mixed number if result > 1

What Adding Fractions Actually Requires

Fractions represent parts of a whole. You can only add parts together directly when they’re parts of the same-sized whole. That’s it. That’s the entire reason for the denominator rule.

Adding 1/2 and 1/3 directly is like adding 1 half-pizza slice and 1 third-pizza slice: they’re different sizes, so “2 slices” doesn’t mean anything yet. You need to cut both pizzas into the same number of pieces first.

Why denominators must match before adding
1/2
1/2 (2 equal parts)
+
1/3
1/3 (3 equal parts)
2/5? Wrong
Can't add directly
The parts are different sizes. Before adding, both fractions need the same denominator — the same "slice size." The LCD (Lowest Common Denominator) is the smallest number both denominators divide into evenly.

The Four-Step Process the Calculator Uses

Every addition of unlike fractions follows the same sequence. The calculator does all four steps in milliseconds. The steps are worth knowing because they’re the same whether you’re adding 2 fractions or 12.

The Four Steps: 1/2 + 1/3 worked through
1
Find the LCD
Find the smallest number both denominators divide into evenly.
LCD(2, 3) = 6
2
Convert fractions
Multiply numerator and denominator to reach the LCD.
1/2 = 3/6 · 1/3 = 2/6
3
Add numerators
Add the top numbers. The denominator stays the same.
3/6 + 2/6 = 5/6
4
Simplify
Divide numerator and denominator by their GCD if possible.
5/6 → already simplified

That’s the complete algorithm. Every fraction addition problem, no matter how many fractions are involved, runs through this exact sequence. Adding a third or fourth fraction just means the LCD calculation includes more denominators.


Finding the LCD: The Step That Trips People Up

The Lowest Common Denominator is the least common multiple (LCM) of all the denominators. There are two ways to find it: the listing method and the prime factorization method. For small numbers, listing is fast. For larger denominators, factorization is cleaner.

Two methods to find LCD(4, 6)
Method 1: Listing Multiples
Multiples of 4:
4
8
12
16
20
Multiples of 6:
6
12
18
24
First match → LCD = 12
Method 2: Prime Factorization
4 =
6 = 2 × 3
Take highest power of each prime:
2² × 3 = 4 × 3 = 12
LCD = 12

For the calculator to work with three or more fractions, it finds the LCD across all denominators at once, then converts every fraction to that denominator before adding. The result is the same as if you added them two at a time, just more efficient.


The Fraction Addition Visual: What’s Happening on a Number Line

Abstract fraction rules become obvious when you see them on a number line. Adding 1/4 and 1/6 produces 5/12, and a number line shows exactly why that’s true.

Number line: 1/4 + 1/6 = 5/12
0 1 3/12 (= 1/4) 1/4 5/12 answer +1/6 1/12 2/12 4/12 6/12 9/12

The number line makes one thing impossible to miss: the two fractions take up their respective segments, and the endpoint of the combined segment is exactly 5/12. No mystery, no memorized rule — just distance.


What the Calculator Shows in “Step by Step” Mode

When you check “Show steps” in the calculator, it doesn’t just show the final answer. It walks every conversion, every multiplication, and the simplification step. Here’s what that looks like for a slightly harder example: 2/5 + 3/8.

Step output: 2/5 + 3/8
Problem: 2/5 + 3/8
1
Find LCD
Multiples of 5: 5, 10, 15, 20, 25, 30, 35, 40...
Multiples of 8: 8, 16, 24, 32, 40...
LCD(5, 8) = 40
2
Convert to equivalent fractions
2/5 × (8/8) = 16/40
3/8 × (5/5) = 15/40
3
Add numerators
16/40 + 15/40 = 31/40
4
Simplify
GCD(31, 40) = 1 → already in simplest form
Final Answer
31/40

31/40 can’t be simplified because 31 is prime and doesn’t divide 40. The calculator checks this using the GCD algorithm — dividing both numerator and denominator by their greatest common divisor. When GCD equals 1, the fraction is already in its simplest form.


Simplifying the Result: What GCD Does and Why

After adding, the result sometimes needs reducing. 6/8 should become 3/4. The tool that makes this possible is the Greatest Common Divisor: the largest number that divides both the numerator and denominator without a remainder.

Simplification: 6/8 → 3/4 using GCD
6
8
Factors of 6: 1, 2, 3, 6
Factors of 8: 1, 2, 4, 8
GCD = 2
3
4
6 ÷ 2 = 3
8 ÷ 2 = 4
Simplified

The calculator does this automatically when “Auto-simplify” is checked. If you turn it off, the result comes back in unsimplified form, which is useful when you want to see the raw addition result before any reduction.


Adding Mixed Numbers: The Extra Step Most People Miss

A mixed number like 2 3/4 has a whole number part and a fraction part. Adding two mixed numbers correctly means dealing with both parts and then recombining them.

Two approaches to: 1 2/3 + 2 3/4
123 + 234
Approach A: Convert to improper first
1235/3
23411/4
LCD(3,4) = 12
5/3 = 20/12
11/4 = 33/12
20/12 + 33/12 = 53/12
53/12 = 4512
Clean approach. Converts everything first, then treats it like a standard fraction problem.
Approach B: Add parts separately
Wholes: 1 + 2 = 3
Fractions: 2/3 + 3/4
LCD = 12
8/12 + 9/12 = 17/12
17/12 = 1512
3 + 1512 = 4512
Same result. More intuitive if you're comfortable with mental arithmetic on whole numbers.

The calculator’s “Mixed Number” input mode handles this automatically. You enter the whole number, numerator, and denominator separately, and it runs the conversion before adding. The output comes back as either an improper fraction or a mixed number depending on your preference setting.


When the Answer is an Improper Fraction

If the numerator of your result is larger than the denominator, you have an improper fraction. 7/4, for example. That’s valid arithmetic, but most practical contexts prefer to see it expressed as a mixed number: 1 3/4.

Converting improper fraction to mixed number: 7/4
7/4
Improper fraction
Numerator (7) > Denominator (4)
7 ÷ 4
Divide
Quotient = 1
Remainder = 3
134
Mixed number
Whole = 1, fraction = remainder/denominator

The calculator toggles between these two display formats with the “Show decimal” option adding a third: 7/4 = 1.75. All three represent exactly the same quantity.


Adding Three or More Fractions

Nothing about the method changes when you add a third or fourth fraction. The LCD just needs to accommodate all denominators, and each fraction gets converted before the numerators are summed.

Adding three fractions: 1/2 + 1/3 + 1/4
1/2 + 1/3 + 1/4
Find LCD
LCD(2, 3, 4) = 12
Convert all
1/2 = 6/12 · 1/3 = 4/12 · 1/4 = 3/12
Add numerators
6 + 4 + 3 = 13 → 13/12
Simplify + convert
GCD(13,12) = 1 · 13/12 = 1112
Result
1112

The “Add another fraction” button in the calculator extends this to however many fractions you need. In practice, the LCD grows larger as more denominators are added, but the arithmetic principle stays identical. The calculator handles even complex combinations like 1/7 + 2/11 + 3/13 with the same four-step process — the LCD just gets less pleasant to compute by hand.


Common Mistakes and Why the Calculator Catches Them

Even people who know the method make predictable errors under pressure. The most common one: adding both numerators and denominators together. 1/2 + 1/3 = 2/5 is wrong, and it’s wrong in a way that produces a plausible-looking answer, which makes it particularly dangerous.

Common mistakes vs. correct method
Wrong
1/2 + 1/3 = 2/5
Added numerators AND denominators. This is the single most common fraction error. The result 2/5 is less than 1/2, which can't be right when adding two positive values.
Correct
1/2 + 1/3 = 5/6
Find LCD (6), convert to 3/6 + 2/6, add numerators only. Denominator stays as the LCD throughout.
Wrong
3/4 + 1/4 = 4/8
Kept denominators separate instead of keeping the shared denominator. 4/8 simplifies to 1/2, but the correct answer is 4/4 = 1.
Correct
3/4 + 1/4 = 4/4 = 1
Same denominator → add numerators only, keep the denominator. 4/4 = 1 whole.
Wrong
123 + 1/2 = 125
Added whole number to nothing, then added fractions incorrectly (2+1 over 3+2). The fraction part was handled like the first mistake above.
Correct
123 + 1/2 = 216
2/3 + 1/2: LCD = 6. 4/6 + 3/6 = 7/6 = 116. Then 1 + 116 = 216.

The calculator prevents all three of these errors because it follows the algorithm mechanically. The step-by-step output is valuable precisely because it shows you the correct intermediate values, so if your hand calculation differs from the calculator’s, you can see exactly where the paths diverge.


Real-World Fraction Addition: Where This Actually Comes Up

Fractions appear in cooking, carpentry, pharmacy, and anywhere measurements get split into parts. Adding 2/3 cup of flour to 3/4 cup of flour is a real calculation someone stands in a kitchen actually needing to do. The answer is 17/12 cups, or 1 5/12 cups, which is between 1 and 1.5 cups — useful to know.

Where adding fractions shows up in real life
Cooking: combining ingredients
2/3 cup + 3/4 cup
LCD = 12 → 8/12 + 9/12 = 17/12 = 1512 cups
Carpentry: adding lengths
3/8 in + 5/16 in
LCD = 16 → 6/16 + 5/16 = 11/16 = 11/16 inches
Pharmacy: total dosage
1/4 mg + 3/8 mg
LCD = 8 → 2/8 + 3/8 = 5/8 = 0.625 mg total

Using the Calculator Effectively: Input Modes and Settings

The calculator supports two input modes: standard fractions and mixed numbers. Switching between them doesn’t change the math — it just changes how you enter the starting values.

Fraction mode is for entries like 3/4, 5/8, 7/12. Enter numerator in the top box, denominator in the bottom.

Mixed Number mode adds a third box for the whole-number portion. Enter 2 in the first box, 3 in the numerator, 4 in the denominator for 2 3/4.

Calculator input guide
Input mode:
Fraction
Mixed Number
Auto-simplify
Show steps
Show decimal
1
2
+
1
3
+ Add another fraction
Calculate
What each setting does
Auto-simplifyReduces result to lowest terms automatically
Show stepsDisplays full LCD, conversion, and addition working
Show decimalAlso outputs the result as a decimal number

Turn off Auto-simplify if you’re teaching or checking your own work and want to see the raw result first. Turn on Show decimal if you’re working in a context where the decimal equivalent is more useful than the fraction form.


The Underlying Logic You Can Take Anywhere

A calculator solves the specific problem you put in front of it. Understanding the method means you can estimate answers, catch errors quickly, and set up fraction problems correctly before you even reach for the tool.

The core principle never changes: fractions can only be added when they describe the same-sized pieces of the same whole. Everything else — the LCD, the conversion, the simplification — is just a structured way to enforce that one condition before doing the arithmetic. Once you see it that way, the steps stop feeling like rules to memorize and start feeling like the only sensible path to a correct answer.

The calculator handles the computation. The method gives you the judgment to use it well.

Frequently Asked Questions

What is the LCD and why do we need it?

The LCD (Least Common Denominator) is the smallest number that is a multiple of all the denominators in your problem. We need it because you can only add fractions when they share the same denominator — otherwise you're adding pieces of different sizes. For example, you cannot directly add 1/3 and 1/4 because the pieces are different sizes, but you can add 4/12 and 3/12.

How do I add mixed numbers?

Switch to Mixed Number mode. For 2 3/4 + 1 1/2: convert each to an improper fraction first (2 3/4 = 11/4, 1 1/2 = 3/2), then find the LCD (4), convert (11/4 + 6/4), add numerators (17/4), and simplify back to a mixed number (4 1/4).

When is a fraction already in simplest form?

A fraction a/b is in its simplest (reduced) form when GCD(a, b) = 1 — meaning the only number that divides both numerator and denominator is 1. For example, 3/4 is already simplified, but 6/8 can be reduced to 3/4 by dividing both by GCD(6,8)=2.

What is an improper fraction?

An improper fraction has a numerator greater than or equal to its denominator, like 7/4 or 9/3. It represents a value ≥ 1. You can always convert an improper fraction to a mixed number: divide numerator by denominator to get the whole number, and the remainder becomes the new numerator (7/4 = 1 remainder 3 = 1 3/4).

Can I add more than two fractions?

Yes — click "+ Add another fraction" to add as many fractions as you need. The calculator finds the LCD of all denominators simultaneously, converts every fraction to the same denominator, then adds all numerators at once.

How do I subtract fractions with different denominators?

The process is the same as addition. (1) Find the LCD of both denominators. (2) Convert each fraction to have the LCD as the denominator. (3) Subtract the numerators. (4) Simplify. Example: 3/4 − 1/3 → LCD = 12 → 9/12 − 4/12 = 5/12.

How do I multiply two fractions?

Multiply numerators together and denominators together: (a/b) × (c/d) = (a×c)/(b×d). Then simplify. Example: 2/3 × 3/5 = 6/15 = 2/5. You can also cross-cancel before multiplying to keep numbers small: the 3 in the numerator of the second fraction cancels with the 3 in the denominator of the first.

How do I divide fractions?

Dividing by a fraction is the same as multiplying by its reciprocal. Flip the second fraction and multiply: (a/b) ÷ (c/d) = (a/b) × (d/c) = (a×d)/(b×c). Example: 2/3 ÷ 4/5 = 2/3 × 5/4 = 10/12 = 5/6. The phrase "keep, change, flip" is a common mnemonic.

How do I convert a decimal to a fraction?

Write the decimal as a fraction over a power of 10: 0.75 = 75/100. Then simplify by dividing by the GCF: GCF(75,100) = 25, so 75/100 = 3/4. For repeating decimals like 0.333..., set x = 0.333..., then 10x = 3.333..., subtract: 9x = 3, so x = 3/9 = 1/3.

What is the greatest common factor (GCF) and how do I use it to simplify?

The GCF of two numbers is the largest number that divides both evenly. To simplify a fraction, divide both numerator and denominator by their GCF. Example: 24/36 — GCF(24,36) = 12 — simplified: 24/12 ÷ 36/12 = 2/3. You can find GCF using the Euclidean algorithm: GCF(36,24) = GCF(24,12) = GCF(12,0) = 12.