← All notes
mathsGrade 6-82 min read

Algebra basics: collecting like terms and substituting

The first real step into algebra. What a letter actually stands for, which terms you're allowed to add together, and how to put numbers back in — the foundation everything later sits on.

Algebra looks like a new language, but it's the same arithmetic you already know with one change: a letter holds the place of a number we don't know yet. Get comfortable with two skills here — collecting like terms and substituting — and the rest of school algebra has somewhere solid to stand.

What the letter means

In 3x3x, the xx is just a number we haven't been told, and 3x3x means "three lots of xx." So x+x+x=3xx + x + x = 3x. The number stuck to the front is the coefficient; the letter is the variable. That's the whole vocabulary you need to start.

Collecting like terms

You can only add or subtract terms that have the exact same letter part. Those are like terms. Think of it as adding things of the same kind:

3x+5x=8x(3 apples + 5 apples = 8 apples)3x + 5x = 8x \qquad\text{(3 apples + 5 apples = 8 apples)}

But 3x+5y3x + 5y stays as it is — apples and oranges don't combine. And watch the powers: xx and x2x^2 are not like terms either.

4x+7+2x3=(4x+2x)+(73)=6x+44x + 7 + 2x - 3 = (4x + 2x) + (7 - 3) = 6x + 4

Collect the xx terms together, collect the plain numbers together, and leave the unlike ones apart.

Substituting numbers back in

To evaluate an expression, replace each letter with its value and work it out — minding the order of operations.

Find 2a+b22a + b^2 when a=5a = 5 and b=3b = 3:

2(5)+32=10+9=192(5) + 3^2 = 10 + 9 = 19

The one to watch: 2a2a means 2×a2 \times a, so put the multiplication in. Writing the numbers next to each other isn't enough once they're actual digits.

A coefficient of 1 is invisible, but it's there. xx means 1x1x, so x+5x=6xx + 5x = 6x, not 5x5x. Forgetting that hidden 11 is the most common slip when collecting terms.

Last revised 26 November 2024.