Level 6Grade 6skill: fraction_add· 8 min read

How to Add Fractions: Like and Unlike Denominators

In short: To add fractions, make the denominators match, then add only the numerators and simplify. Like denominators (3/8 + 1/8) add straight away; unlike denominators (2/3 + 1/4) need a common denominator first. Never add the denominators themselves — they name the size of the pieces, not a quantity to count.

The method: match the pieces, then count them

Two fractions only add cleanly when their pieces are the same size. 3/8 + 1/8 is easy because both count eighths: three eighths plus one eighth is four eighths. But 2/3 + 1/4 mixes thirds and quarters — pieces of different sizes — and you cannot count them together until you rename both as the same kind of piece.

Renaming the pieces is the whole job — once you've done it, adding is just counting. Find a denominator both fractions can convert to (a common denominator), rewrite each fraction over it using equivalent fractions, and only then add the numerators. The denominator names the size of the piece, so it never gets added — it just tells you what you are counting.

  1. Check the denominators. If they already match, skip to step 4.
  2. Find a common denominator — the least common multiple (LCM) of the two denominators keeps the numbers smallest.
  3. Rewrite each fraction as an equivalent fraction over that common denominator.
  4. Add the numerators. Keep the common denominator exactly as it is.
  5. Simplify the result, and rewrite it as a mixed number if the numerator is larger than the denominator.

Why matching the pieces is the whole game Why it works

Like denominators
The pieces are already the same size, so just add the numerators and keep the denominator.

3/8 + 1/8 = 4/8 = 1/2

Unlike denominators
The pieces are different sizes. Rename both to a common denominator first, then add the numerators.

2/3 + 1/4 = 8/12 + 3/12 = 11/12

The denominator
Never add denominators — the plus sign works on the numerators only, once the pieces match.

2/3 + 1/4 ≠ 3/7

You can only add pieces of the same size. The LCM, the equivalent fractions, the simplifying at the end — every step exists to force the two fractions into matching pieces so that adding becomes plain counting. Add the denominators instead and you rename every piece to a size neither fraction was ever cut into. Master the same-size rule, and unlike denominators stop being a special case.

Worked examples

3/8 + 1/8 = 1/2
  1. Denominators already match — both are eighths.
  2. Add the numerators: 3 + 1 = 4, over 8.
  3. That gives 4/8. Simplify: divide top and bottom by 4.
2/3 + 1/4 = 11/12
  1. Denominators 3 and 4 share no factors, so the LCD is 3 × 4 = 12.
  2. Rewrite each: 2/3 = 8/12 and 1/4 = 3/12.
  3. Add numerators: 8 + 3 = 11, over 12. Already in lowest terms.
5/6 + 3/8 = 1 5/24
  1. Do not just multiply 6 × 8 = 48. The LCM of 6 and 8 is 24.
  2. Rewrite each: 5/6 = 20/24 and 3/8 = 9/24.
  3. Add numerators: 20 + 9 = 29, over 24.
  4. 29/24 is top-heavy, so convert: 24 goes into 29 once with 5 left over.
1/6 + 1/10 = 4/15
  1. The LCM of 6 and 10 is 30 (not 60).
  2. Rewrite each: 1/6 = 5/30 and 1/10 = 3/30.
  3. Add numerators: 5 + 3 = 8, over 30.
  4. 8/30 is not finished — both divide by 2, giving 4/15.
2 1/2 + 1 3/4 = 4 1/4
  1. Handle the fractions with a common denominator: 1/2 = 2/4, so 2 1/2 = 2 2/4.
  2. Add whole numbers: 2 + 1 = 3. Add fractions: 2/4 + 3/4 = 5/4.
  3. 5/4 is more than one whole: 5/4 = 1 1/4.
  4. Combine: 3 + 1 1/4 = 4 1/4.
7/10 − 2/15 = 17/30
  1. Subtraction works the same way — match the pieces first. The LCM of 10 and 15 is 30.
  2. Rewrite each: 7/10 = 21/30 and 2/15 = 4/30.
  3. Subtract numerators: 21 − 4 = 17, over 30. Already in lowest terms.

Common mistakes (and how to fix them)

Adding across the top and bottom

✗ 2/3 + 1/4 = 3/7 (adding 2 + 1 and 3 + 4)

Adding the bottoms turns thirds and quarters into sevenths, so the pieces no longer match — but you don't even need that to catch it. Make sanity-checking a habit: 2/3 is already bigger than 1/2, so adding a positive amount cannot land you at 3/7, which is smaller than 1/2. Whenever a sum comes out smaller than one of the fractions you started with, something has gone wrong.

Fix: Rename to a common denominator and add only the numerators: 2/3 + 1/4 = 8/12 + 3/12 = 11/12. The denominator stays put.

fraction_add_across

Stopping before the fraction is simplified

✗ 1/6 + 1/10 = 5/30 + 3/30 = 8/30

Every step here is correct — the common denominator and the addition are right — but the work stopped one move early. 8/30 is a true value, just not the finished, lowest-terms answer that the question wants.

Fix: Always ask 'can the top and bottom share a factor?' Both 8 and 30 divide by 2, so 8/30 = 4/15. That is the answer.

partial_computation

Multiplying when the sign says add

✗ 2/3 + 1/4 = (2×1)/(3×4) = 2/12 = 1/6

This is the recipe for multiplying fractions (tops times tops, bottoms times bottoms) applied to an addition problem. Multiplying does not need a common denominator, which is exactly why it feels tempting — but the plus sign asks for a different operation entirely.

Fix: For a + sign, always build a common denominator first: 2/3 + 1/4 = 8/12 + 3/12 = 11/12. Save the tops-times-tops shortcut for ×.

wrong_operation

A slip in the arithmetic

✗ 5/6 + 3/8 = 20/24 + 9/24 = 28/24

It's not the method that fails here — it's the addition. The LCD of 24 is right and both fractions are renamed correctly, but 20 + 9 is 29, not 28. One careless sum in the numerator quietly throws off the whole answer.

Fix: Add the numerators slowly and separately from the denominator work: 20 + 9 = 29, so the total is 29/24 = 1 5/24. Re-add if the result looks even slightly off.

place_value_slip

Practice: add and subtract fractions

Work through these adaptive problems. Each mixes like and unlike denominators, and some results need simplifying or writing as a mixed number. Give every answer as a fully simplified fraction or mixed number.

Frequently asked questions

Do you ever add the denominators?

No — never. The denominator names the size of each piece, not a quantity to be added. If you add denominators, 2/3 + 1/4 becomes 3/7, which is smaller than 2/3 alone — impossible for a sum of positive fractions. Keep the common denominator fixed and add only the numerators.

What is the fastest way to find a common denominator?

Use the least common multiple (LCM) of the two denominators. For 6 and 8 that is 24, not 48, which keeps your numbers small and usually saves you from a big simplification at the end. When the denominators share no common factor (like 3 and 4), the LCM is simply their product.

Do I have to use the least common denominator?

No. Any common denominator works — multiplying the two denominators always gives one. The catch is that it often produces larger numbers and a fraction you must simplify more at the end. The least common denominator is just the tidiest choice, not the only valid one.

How do I add mixed numbers like 2 1/2 + 1 3/4?

Add the whole numbers and the fractions separately. Give the fractions a common denominator (1/2 = 2/4), so 2/4 + 3/4 = 5/4 = 1 1/4. Then combine: 2 + 1 + 1 1/4 = 4 1/4. If the fraction part becomes top-heavy, carry the extra whole into the whole-number total.