Ⅱ Expressions & Equations · Stage 7 — Algebraic Expressions & Polynomials · 7.3 Adding & Subtracting ExpressionsAll lessons →
Stage 7 · Algebraic Expressions & Polynomials

7.3  Adding and Subtracting Expressions: Combining and Clearing Brackets

Combining like terms and clearing brackets so you can add and subtract expressions down to their simplest form.

For ages 11–14 · Intuition before notation
START ( 3 x + 2 ) ( x 5 ) the − is a mirror: every inside sign flips CLEAR BRACKETS 3 x + 2 x + 5 = 2 x + 7 combine like terms → simplest form
The whole lesson in one picture: a minus in front of a bracket flips every sign inside, then you gather the x-terms and the plain numbers to land on the simplest form, 2x + 7.

Back in Lesson 7.2 you met the polynomial family — terms, coefficients, and the difference between a monomial and a polynomial. Now you will learn the two moves that let you actually work with those expressions: combining like terms (squeezing an expression down to fewest pieces) and clearing brackets (getting rid of the parentheses so the terms are free to combine). Put the two together and you can add or subtract any two expressions and write the answer in its simplest form.

By the end of this lesson you will be able to do five things: add like terms by adding only their coefficients; remove brackets correctly — letting a + sign pass terms through unchanged and treating a − sign as a mirror that flips every sign inside; put terms back into brackets in reverse; carry out a full add-or-subtract of two expressions; and use all of it on real problems like the perimeter of a shape with algebraic sides. We keep one steady habit of color: the letter is blue, the number in front is amber, and a flipped sign turns red.

7.3.1 Combining like terms

Start with something you have known since you were small. If you have 3 apples and someone hands you 2 apples, you have 5 apples. You added the counts — 3 and 2 — and the thing being counted, "apples," did not change. Algebra works the very same way, except the thing being counted is a letter.

A term like 3x means "three of the thing called x." The amber number in front is the coefficient — it counts how many. So 3x + 2x is "three x's plus two x's," which is five x's: 3x + 2x = 5x. You added the coefficients and kept the letter part exactly as it was.

x x x 3x + x x 2x = x x x x x 5x
Three x-tiles and two more make five — exactly like 3 apples + 2 apples = 5 apples. Add the counts, keep the letter.

Two terms can be combined only when their letter part is identical — same letter, same exponent. We call such terms like terms. The squared term x2 behaves the same way: 4x2x2 = 3x2, because "four of the x2-things take away one of them leaves three." (Notice a bare x2 means 1x2 — the coefficient 1 is just left unwritten.)

But x and x2 are not like terms. One counts x's, the other counts x2's — different things entirely, the way apples and oranges are different. You can no more turn x + x2 into a single term than you can call "one apple and one orange" a tidy "two of something." It just stays x + x2.

Key idea — combining like terms

To combine like terms, add (or subtract) only the coefficients and keep the letter part unchanged. Terms can combine only if their letter-and-exponent part matches exactly. 3x + 2x = 5x;  4x2x2 = 3x2;  x + x2 stays as it is.

Worked example

Simplify 5x + 3 + 2x1.

  1. Sort into like groups: the x-terms 5x and 2x, and the plain numbers 3 and 1. like with like
  2. Add the coefficients of the x-terms: 5 + 2 = 7, giving 7x. keep the letter
  3. Combine the numbers: 31 = 2. plain arithmetic
  4. Write the result: 7x + 2. simplest form
Watch out

Do not merge unlike terms. 3x + 4 is not 7x — the 4 is not counting x's, so it has to stay separate. And never combine x with x2; the exponent makes them different things.

🎮 Try itDrop terms into their bins and combine

Add tiles to three bins — x2, x, and plain units. Inside a bin the coefficients add; the bins never mix, because they hold different things. Build 3x + 2x = 5x and watch x and x2 stay apart.

7.3.2 Removing brackets

Brackets group terms together, but to combine like terms you usually need those terms set free. How you remove a bracket depends on one thing: the sign sitting in front of it.

A + sign in front is a friendly door. Every term inside walks out exactly as it was, signs and all. So a + (bc + d) = a + bc + d. Nothing changes; the brackets simply disappear.

A − sign in front is a mirror. A minus reverses everything it touches, so every term that comes out through it has its sign flipped: a plus becomes a minus, a minus becomes a plus. This is the single most important skill in the whole lesson, so look closely:

a ( b c + d ) the − in front is the mirror a b + c d +b becomes −b every inside sign reversed
With a minus in front, a − (bc + d) becomes ab + cd. The lone b (a hidden +b) turns to b, the c turns to +c, and the +d turns to d.

Why a mirror? Because −(bc + d) really means "subtract the whole bundle." Subtracting a bundle is the same as subtracting each piece of it, and subtracting a piece reverses its sign. (If you have met multiplying out, this is exactly multiplying the bracket by −1.) Either way, the rule is short: a minus in front flips every sign inside.

Key idea — the two bracket rules

+ ( ⋯ )  →  copy every term unchanged.    − ( ⋯ )  →  flip the sign of every term inside. The first term inside, if it has no written sign, counts as a +.

Worked example

Remove the brackets in 8 − (32y + y2).

  1. The sign in front is , so the bracket is a mirror — every inside sign flips. spot the minus
  2. Flip each term: 3−3−2y+2y+y2y2. reverse every sign
  3. Write it out: 83 + 2yy2. brackets gone
  4. Tidy the numbers: 83 = 5, so the simplest form is 5 + 2yy2. combine like terms
Watch out

The most common slip in all of algebra: flipping only the first term after a minus. a − (bc) is not a − b − c. The mirror touches everything inside, so it is ab + c.

🎮 Try itThe minus mirror

Flip the sign in front of the bracket. With a +, the terms pass straight through. With a , watch each term cross the mirror and flip its sign. The result line updates live.

7.3.3 Adding brackets

Adding brackets is just removing brackets run backwards: you take some loose terms and tuck them into a bracket. This is handy for grouping, and — even better — it gives you a way to check your bracket-removal, since wrapping the terms back up should hand you exactly what you started with.

The rule mirrors the one before. If you put a + in front of the new bracket, the terms go in unchanged. If you put a in front, then every term you tuck inside must flip its sign on the way in — because that leading minus will flip them right back when the bracket is later opened.

LOOSE TERMS a b + c tuck behind − TUCKED IN a ( b c ) +c went in as −c (flipped) −b went in as +b (flipped)
Putting b + c behind a leading minus flips both: ab + c = a − (bc). Open the bracket again and you get the original back — that is the check.
Worked example

Tuck the last two terms of 5x2y + 3 into a bracket with a in front.

  1. Keep 5x outside; the terms to tuck are 2y and +3. choose the trailing terms
  2. Behind a leading , flip each: 2y+2y,  +33. flip on the way in
  3. Write the bracketed form: 5x − (2y3). grouped
  4. Check by opening it again: the minus flips back to 5x2y + 3 — the original. ✓ confirms the work
🎮 Try itAdd brackets in reverse

Choose how many trailing terms to tuck into a bracket and pick a leading + or . The bracketed form is built for you, with sign flips applied when the lead is , and the widget checks it equals the original.

7.3.4 Adding and subtracting expressions

Now everything comes together. To add or subtract two expressions, follow two steps in order: (1) clear the brackets (remember — a minus flips every sign inside), then (2) combine the like terms. That is the whole procedure.

Take (3x + 2) − (x5). The first bracket has a + in front (just write the terms), the second has a in front (flip everything inside). Clearing gives 3x + 2x + 5. Now gather like terms: the x-terms 3xx = 2x, and the numbers 2 + 5 = 7. The answer is 2x + 7.

Worked example — full subtraction

Simplify (3x + 2) − (x5).

  1. First bracket has + in front → copy: 3x + 2. friendly door
  2. Second bracket has in front → flip every sign: −(x5) becomes x + 5. the mirror
  3. Brackets cleared: 3x + 2x + 5. terms set free
  4. Combine x-terms: 3xx = 2x. 3 − 1 = 2
  5. Combine numbers: 2 + 5 = 7. Answer: 2x + 7. simplest form
Watch out

When subtracting, the minus belongs to the whole second bracket. Clear the brackets before you start combining — try to combine first and you will almost always forget to flip a sign hiding inside.

🎮 Try itThe full simplifier — one step at a time

Pick a problem, then press Next step to reveal the work: first clear the brackets, then combine like terms, then read off the result. Every step is exact.

7.3.5 Putting it to work

These two moves earn their keep the moment a real measurement is unknown. Suppose a rectangle is 2x + 1 units wide and x units tall. You do not know x yet, but you can still write its perimeter — the distance all the way around — as one tidy expression. A rectangle has two widths and two heights, so add them up and combine like terms.

2x + 1 2x + 1 x x P = (2x+1) + x + (2x+1) + x = 6x + 2
Perimeter is the sum of all four sides: two widths (2x + 1) and two heights x. Adding them and combining gives 6x + 2.
Worked example — perimeter

Find the perimeter of a rectangle with width 2x + 1 and height x.

  1. Add all four sides: (2x + 1) + x + (2x + 1) + x. two widths, two heights
  2. The brackets have + in front, so just drop them: 2x + 1 + x + 2x + 1 + x. friendly doors
  3. Combine x-terms: 2x + x + 2x + x = 6x. 2+1+2+1 = 6
  4. Combine numbers: 1 + 1 = 2. Perimeter = 6x + 2. one clean expression

Subtraction shows up just as naturally in a price difference. Say a hardcover book costs 3p + 5 dollars and the paperback costs p + 2 dollars. How much more is the hardcover? Subtract: (3p + 5) − (p + 2). The minus flips the second bracket: 3p + 5p2 = 2p + 3. The hardcover costs 2p + 3 dollars more, whatever p turns out to be.

Key idea — the real-world recipe

Whenever a quantity is built from parts you do not have numbers for yet, write each part as an expression, then add or subtract the parts and simplify into one clean expression. Perimeters, totals, and differences all follow the same clear-then-combine routine.

🎮 Try itPerimeter builder

Choose a shape and slide its side expressions. The widget adds the sides and simplifies the perimeter live — and it is always algebraically correct.

The big ideas, in one breath

To combine like terms, add only the coefficients and keep the letter part the same — and only terms with an identical letter-and-exponent part can combine. To remove brackets, a + in front lets every term out unchanged while a in front is a mirror that flips every sign inside: a − (bc + d) = ab + cd. Adding brackets runs that backwards, flipping each term you tuck behind a minus. And to add or subtract two expressions, clear the brackets first, then combine like terms — exactly how (3x + 2) − (x5) = 2x + 7.

Practice

Work each one out first, then open the answer to check your thinking.

  1. Combine: 3x + 2x.
    Show answer
    5x. Add the coefficients (3 + 2 = 5) and keep the letter x.
  2. Combine: 4x2x2.
    Show answer
    3x2. A bare x2 is 1x2, so 4 − 1 = 3, giving 3x2.
  3. Can x + x2 be written as a single term? Explain.
    Show answer
    No. x and x2 are unlike terms — the exponents differ, so they count different things. It stays x + x2.
  4. Simplify: 5a + 3 + 2a1.
    Show answer
    7a + 2. The a-terms: 5 + 2 = 7. The numbers: 3 − 1 = 2.
  5. Remove the brackets: a + (bc + d).
    Show answer
    a + bc + d. A + in front is a friendly door — nothing changes.
  6. Remove the brackets: a − (bc + d).
    Show answer
    ab + cd. The minus is a mirror: every inside sign flips.
  7. Remove the brackets and simplify: 8 − (32y).
    Show answer
    83 + 2y = 5 + 2y. Flip both inside signs, then 8 − 3 = 5.
  8. Tuck the last two terms of 5x2y + 3 into a bracket behind a .
    Show answer
    5x − (2y3). Behind a minus, −2y+2y and +3−3. Opening it returns the original.
  9. Simplify: (3x + 2) − (x5).
    Show answer
    2x + 7. Clear: 3x + 2x + 5. Combine: 3x − x = 2x, 2 + 5 = 7.
  10. Simplify: (4a + 3b) − (2a5b).
    Show answer
    2a + 8b. Clear: 4a + 3b2a + 5b. Combine: 4a − 2a = 2a, 3b + 5b = 8b.
  11. A rectangle is 3x + 2 wide and x + 1 tall. Write its perimeter in simplest form.
    Show answer
    8x + 6. Perimeter = 2(width) + 2(height) = (3x+2) + (x+1) + (3x+2) + (x+1). The x-terms: 3 + 1 + 3 + 1 = 8; the numbers: 2 + 1 + 2 + 1 = 6.

🎯 Check yourself

Six questions to lock it in. Tap the answer you think is right.

🎮 Quiz Six quick questions

You just learned to add and subtract whole expressions by clearing brackets and combining like terms. That built on the term-and-coefficient ideas from 7.2 The Polynomial Family. Coming up in 7.4 Working with Powers, you will see what happens to the exponents when terms are multiplied rather than added — the next big move in algebra.

eastmath.com · Stage 7 · 7.3 Adding & Subtracting Expressions · Intuition before notation