Introduction

Addition is the very first operation we learn. Yet once you start handling expressions, you keep running into situations where you aren't allowed to add.

"Why do \(3x^2\) and \(2x\) stay as \(3x^2 + 2x\) — not \(5x^2\), not \(5x\)?" "Why is \(\frac{1}{2}\) plus \(\frac{1}{3}\) not \(\frac{2}{5}\)? Can't I just add the numerators and the denominators?"

In school we usually memorize these as rules: "only combine like terms," "get a common denominator first." But these aren't two separate rules — they are exactly the same single principle.

Here's the punchline up front: you can only add when the units are the same. If the units differ, you first make them match, and only then can you add. Both combining like terms and finding a common denominator come straight out of this one sentence.

1. 3 apples + 2 oranges = 5?

Start with objects instead of numbers. If you put together 3 apples and 2 oranges, how many do you have?

You want to say "5," but strictly speaking it isn't just 5. It's 3 apples plus 2 oranges. To call it "5" at all, you have to bundle both into a larger unit — "fruit" — so the units become the same.

That little example contains the whole idea.

  • Same unit (apple + apple) → just add the counts: 3 apples + 2 apples = 5 apples.
  • Different units (apple + orange) → you can't simply add. You must match the unit first (bundle into "fruit").

Almost every spot in math where "adding" looks tricky turns out to be an attempt to add things with different units.

2. Why an x-squared term and an x term won't combine — degree is the unit

Back to expressions. Here, the degree (the power) is the unit.

  • \(x^2\) — the area unit of a square with sides \(x\) by \(x\)
  • \(x\) — the length unit of one side
  • a constant — just a count

Area and length can't be measured with the same ruler. So terms of different degree, like \(3x^2\) and \(2x\), don't combine — they stay as they are.

$$ 3x^2 + 2x \quad(\text{this is the end — it doesn't simplify further}) $$

By contrast, terms of the same degree (these are called like terms) combine just like counting apples: you add only the coefficients and leave the letter part — the unit — alone.

$$ 3x^2 + 2x^2 = (3+2)\,x^2 = 5x^2 $$

The rule "only combine like terms" is simply "only add things with the same unit" stated in symbols.

3. Why fractions with different denominators won't add — a common denominator is "matching the gridlines"

Fractions tell exactly the same story. \(\frac{1}{2}\) is one piece out of a half-cut, and \(\frac{1}{3}\) is one piece out of a thirds-cut. The two pieces are different sizes.

You can't count differently sized pieces as "1 + 1 = 2 pieces." That's why adding the numerators to get \(\frac{2}{5}\) is wrong — the very same mistake as calling apples-plus-oranges "5."

There is only one fix: make the two pieces the same size — and that is finding a common denominator. Both a half and a third become the same unit once you re-cut both into sixths.

$$ \frac{1}{2} = \frac{3}{6}, \qquad \frac{1}{3} = \frac{2}{6} $$

Now that they are the same \(\frac{1}{6}\) piece, you just add the counts (the numerators), exactly like apples.

$$ \frac{3}{6} + \frac{2}{6} = \frac{5}{6} $$

"Find a common denominator" is just "make the fractions' units (denominators) match." It differs from the like terms in Section 2 only in wording — the principle is identical.

4. Try it yourself

Below, the top lets you toss term cards into bins by degree so that only same-bin cards combine; the bottom lets you re-cut two fractions to a shared gridline and add them.

Matching units — like terms and common denominators
Top: change how many x², x, and constant cards there are, and only same-bin cards merge into a tidy expression. Bottom: change the two fractions' denominators and numerators, and watch them re-cut to a shared gridline (the least common multiple) so the numerators can add.

5. One step further — why multiplication and division need no common denominator

A natural question follows: "If a common denominator matters so much for adding fractions, why can you just multiply them straight across?"

The answer comes from the same intuition. Only addition and subtraction require matching units. Multiplication isn't adding — it's making a "piece of a piece" — so different units are fine.

$$ \frac{1}{2} \times \frac{1}{3} = \frac{1}{6} \quad(\text{a third of a half} = \text{one sixth}) $$

And the very reason a common denominator is allowed is also a property of multiplication: a fraction's value doesn't change when you multiply or divide the top and bottom by the same number (the invariance behind reducing and scaling). Finding a common denominator uses exactly this invariance — it changes only the unit, leaving the value untouched.

$$ \frac{1}{2} = \frac{1 \times 3}{2 \times 3} = \frac{3}{6} \quad(\text{same value, gridlines now in sixths}) $$

In short: addition and subtraction must match units (common denominator), while multiplication and division need not (invariance). Once you know this boundary, fraction arithmetic stops being confusing.

Key takeaways

  • Adding and subtracting require the same unit. If units differ, match them first.
  • Like terms = terms of the same degree (unit). To combine, add only the coefficients and keep the letter part.
  • Common denominator = making the fractions' unit (denominator) the same, then adding only the numerators.
  • Like terms and common denominators are two faces of one rule: you can only add once the units match.
  • Multiplication and division don't need matching units (a fraction's value is unchanged when top and bottom are scaled together).

The two rules you once memorized turn out to be the same apples-and-oranges story. Whenever something "won't add," just ask once: "are the units the same?"

Related readingWhy isn't √(A−B) the same as √A−√B? (the boundary of what each operation may and may not split) · Why does a logarithm turn multiplication into addition?