Adding Fractions Calculator
Add two or more fractions with full step-by-step working. Supports proper, improper, and mixed numbers.
Result
= Answer
Simplified
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.
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.
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.
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.
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.
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.
40...
Multiples of 8: 8, 16, 24, 32,
40...
LCD(5, 8) =
40
16/40
3/8 × (5/5) =
15/40
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.
Factors of 8: 1, 2, 4, 8
GCD = 2
8 ÷ 2 = 4
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.
234 → 11/4
LCD(3,4) = 12
5/3 = 20/12
11/4 = 33/12
20/12 + 33/12 = 53/12
53/12 = 4512
Fractions: 2/3 + 3/4
LCD = 12
8/12 + 9/12 = 17/12
17/12 = 1512
3 + 1512 = 4512
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.
Remainder = 3
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.
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.
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.
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.
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.