Math · By · Jun 22, 2026 · 6 min read

How to Add Fractions With Different Denominators

Half a pizza plus half a pizza is one pizza, not two quarters. Everyone knows that instinctively, and yet 1/2 + 1/2 = 2/4 is the single most common mistake in fraction arithmetic. The reason it is wrong explains the whole method.

How to Add Fractions With Different Denominators — ListCalc

Why you cannot just add the denominators

A fraction is a division waiting to happen. The bottom number — the denominator — tells you how many equal pieces the whole was cut into. The top number, the numerator, tells you how many of those pieces you have.

So the denominator is not a quantity. It is a unit. Adding 1/2 + 1/2 and getting 2/4 is the same error as saying 1 metre + 1 metre = 2 metres-squared. You changed the unit while adding the amounts.

The rule in one line: you can only add numerators when the denominators already match — because only then are the pieces the same size.

Thirds and quarters are different-sized pieces. Before they can be added, both have to be rewritten as pieces of the same size. That size is the common denominator.

The method

  1. Find the lowest common denominator (LCD) — the lowest common multiple of the two denominators.
  2. Rewrite each fraction by multiplying its top and bottom by whatever turns its denominator into the LCD.
  3. Add the numerators. Leave the denominator alone.
  4. Simplify by dividing top and bottom by their greatest common divisor.

Step 2 is the one worth understanding rather than memorising. Multiplying top and bottom by the same number does not change a fraction's value — 1/3 and 4/12 are the same amount, cut differently. You are re-slicing, not re-sizing.

Worked example: 1/3 + 1/4

Multiples of 3: 3, 6, 9, 12. Multiples of 4: 4, 8, 12. The LCD is 12.

StepWorkingResult
Rewrite 1/3× 4 top and bottom4/12
Rewrite 1/4× 3 top and bottom3/12
Add numerators4 + 37/12
SimplifyGCD(7, 12) = 17/12

7/12 is a little under two thirds — which is about what you would expect from a third plus a quarter. Sanity-checking the size of the answer catches most errors instantly.

A harder one: 5/6 + 7/8

Here the denominators share a factor, so the LCD is not 6 × 8 = 48. Because 6 = 2 × 3 and 8 = 2 × 2 × 2, the lowest common multiple is 24.

StepWorkingResult
LCDLCM(6, 8)24
Rewrite 5/6× 4 top and bottom20/24
Rewrite 7/8× 3 top and bottom21/24
Add20 + 2141/24
Convert41 ÷ 24 = 1 r 171 17/24

An answer bigger than 1 is fine — it is called an improper fraction, and turning it into a mixed number is optional unless the question asks.

The shortcut that always works

If finding the LCD feels like the hard part, skip it. This identity is true for any two fractions:

a/b + c/d = (ad + bc) / bd

Multiply crossways, add the results, put it all over the product of the denominators. For 5/6 + 7/8 that gives (5×8 + 7×6) / (6×8) = (40 + 42) / 48 = 82/48. Divide top and bottom by GCD(82, 48) = 2 and you get 41/24 — the same answer.

The trade-off: the shortcut never needs an LCD, but it produces bigger numbers that always need simplifying. The LCD method needs more thought up front and less cleaning up afterwards.

Subtracting, and mixed numbers

Subtraction is identical — find the common denominator, then subtract the numerators instead of adding. 5/6 − 7/8 becomes 20/24 − 21/24 = −1/24.

Mixed numbers like 2 1/3 need converting first. Multiply the whole number by the denominator and add the numerator: 2 1/3 = (2×3 + 1)/3 = 7/3. Add as normal, then convert back at the end.

Where it goes wrong

MistakeLooks likeFix
Adding denominators1/2 + 1/2 = 2/4Denominators are units, not amounts
Only scaling the bottom1/3 → 1/12Multiply top and bottom together
Using b × d as the LCD5/6 + 7/8 → /48Correct, just not lowest — simplify after
Forgetting the whole number2 1/3 treated as 1/3Convert to improper first

One thing that is easier than it looks

Multiplying and dividing fractions needs no common denominator at all. To multiply, go straight across: 1/3 × 1/4 = 1/12. To divide, flip the second fraction and multiply: 1/3 ÷ 1/4 = 1/3 × 4/1 = 4/3.

Students often assume the harder-looking operation needs the harder method. It is the other way round.

Sources and method: the common-denominator method and the a/b + c/d = (ad+bc)/bd identity are standard results; the sequencing here follows the Grade 4–5 Number & Operations — Fractions progression in the Common Core mathematics standards. Simplification uses the greatest common divisor via the Euclidean algorithm. Last reviewed 22 June 2026.

Run your own numbers

FAQ

Why can't you add the denominators when adding fractions?
Because the denominator describes the size of each piece, not how many you have. Adding 1/2 + 1/2 to get 2/4 changes the piece size halfway through the sum, which is like adding 1 metre to 1 metre and calling it 2 square metres. Rewrite both fractions with the same denominator first, then add only the numerators.
What is the lowest common denominator?
It is the lowest common multiple (LCM) of the denominators — the smallest number both will divide into. For 3 and 4 it is 12; for 6 and 8 it is 24, not 48, because 6 and 8 share a factor of 2. Multiplying the denominators together always gives a valid common denominator, just not always the lowest one.
Is there a way to add fractions without finding the LCD?
Yes. Use a/b + c/d = (ad + bc) / bd — multiply crossways, add the products, and put the total over the two denominators multiplied together. It always works, but the numbers come out larger, so you will usually need to simplify the answer by dividing top and bottom by their greatest common divisor.
How do you add mixed numbers?
Convert each to an improper fraction first: multiply the whole number by the denominator and add the numerator, so 2 1/3 becomes 7/3. Add as normal using a common denominator, then convert the result back to a mixed number by dividing the numerator by the denominator and keeping the remainder on top.
Do you need a common denominator to multiply fractions?
No — that is only for adding and subtracting. To multiply, multiply the numerators together and the denominators together: 1/3 × 1/4 = 1/12. To divide, flip the second fraction and multiply instead: 1/3 ÷ 1/4 = 1/3 × 4/1 = 4/3.

Sources

Primary references used for the figures and rules on this page.

  1. Mathematics Standards — Number & Operations: Fractions — Common Core State Standards Initiative
  2. Teaching and Learning Resources — National Council of Teachers of Mathematics