Mathematics· 6 min read

Algebra Basics for Beginners: Variables, Terms and Equations

Algebra looks intimidating because of the letters, but the idea is simple: a letter is just a placeholder for a number we do not know yet. Once that clicks, most of algebra becomes a logical puzzle rather than a mystery.

This guide covers the core vocabulary and the one rule that solves almost every basic equation.

The vocabulary you actually need

A few words unlock most of algebra. Learn these and the textbook stops sounding like a foreign language.

  • Variable: a letter (like x) that stands for an unknown number.
  • Coefficient: the number multiplying a variable — in 3x, the coefficient is 3.
  • Term: a single number or variable part, separated by + or − signs.
  • Expression: terms combined, like 3x + 5 (no equals sign).
  • Equation: two expressions set equal, like 3x + 5 = 20.

The golden rule: keep both sides balanced

An equation is like a balance scale. Whatever you do to one side, you must do to the other, or it tips. To solve for x, you "undo" the operations around it one at a time using the opposite operation.

Example: solve 3x + 5 = 20. First subtract 5 from both sides to get 3x = 15. Then divide both sides by 3 to get x = 5. Check it: 3(5) + 5 = 20. Correct.

Combine like terms first

Before solving, tidy up. "Like terms" share the same variable and can be added together: 2x + 3x = 5x. Numbers without a variable combine separately. Simplifying first means fewer steps and fewer mistakes.

Frequently asked questions

What does x mean in algebra?

x is a variable — a placeholder for a number you do not know yet and are trying to find.

What is the first step to solve an equation?

Simplify each side by combining like terms, then undo operations using their opposites to isolate the variable.

Why do you do the same thing to both sides?

An equation must stay balanced. Changing only one side makes the two sides unequal, so the answer would be wrong.

Keep reading