Lesson 01 · Expressions & Variables

Expressions & Variables

Learn to read an algebraic expression as a hierarchy of signed terms and factors, then use that structure to simplify without changing its meaning.

The learner question

What structure is hiding inside a line of algebra?

Algebra becomes easier when you stop reading an expression one character at a time. First find its top-level signed terms. Then look inside each term for the factors that give it structure.

Object under the lens
3x² − 2x + 5

Three top-level terms. Inside the variable terms, multiplication binds coefficients, variables, and powers together.

Read from the outside in

Addition and subtraction split the expression into signed terms.

The sign immediately before a term belongs to that term. Once a term is isolated, multiplication tells us how its coefficient and variable part fit together.

Whole expression
3x² − 2x + 5

One expression built from three top-level terms.

Signed terms
+3x² −2x +5

The subtraction sign travels with −2x; it is not a loose symbol between terms.

Inside 3x²
3 · x²

3 is the coefficient, x is the variable, and 2 is the exponent on x.

What a variable does

A variable is a symbol for a value, not automatically “the mystery answer.”

A variable may be unknown, may change, or may stand for any allowed value. If x = 2, the same expression can be evaluated by replacing every x with 2.

3(2)² − 2(2) + 5 = 13
The simplification rule

Like terms have exactly the same variable part.

Coefficients may differ, but variables and exponents must match. That is why 3x² and −2x² can combine while x² and x cannot.

ax² + bx² = (a + b)x²
Structure sorter

Group by variable structure before you combine anything.

We are simplifying 3x² + 4x − 2x² + 5 − x. Place each signed term with terms that have the same variable part.

Term 1 of 5
3x²
Groups
x² terms
x terms
constants
Same variable, different power
3x² + 2x
Do not combine

The letter matches, but x² and x are different variable structures.

The sign travels with the term
4x − x = 4x + (−x)
4x + (−x) = 3x

Treating the second term as +x would change the expression before you even simplify it.

Check transferRead a fresh expression without the microscope
Expressions & Variables check1 / 3

What is the coefficient of x in −7x + 4?

What this unlocks

Once you can see expression structure, equation solving can act on whole terms without accidentally changing what the symbols mean.