Skip to content
Algebra Contest

What Is Algebra?

📘 Start here

What Is Algebra?

The moment arithmetic learned to talk about numbers it hadn't met yet.

Arithmetic answers questions about specific numbers: what is 7 × 8? Algebra answers questions about every number at once: for which number x does 7x = 56? That shift — from computing a value to reasoning about an unknown one — is the whole idea, and everything below is a consequence of it.

Why Letters

A letter in algebra is not a mystery. It is a placeholder that lets you write down a relationship before you know the quantities involved.

Say a rectangle's length is three more than its width, and its perimeter is 26. Without algebra you guess and check. With algebra you write 2w + 2(w + 3) = 26, and the guessing disappears — the statement of the problem is the path to the answer.

That's the trade algebra offers: describe the structure honestly, and the manipulation does the work.

The Core Objects

Variables and Constants

A variable stands for a quantity that can change or is not yet known (x, n, t). A constant is a fixed value (7, π). A parameter sits between them — fixed for a given problem, but free to vary across problems (the m in y = mx + b).

Expressions

An expression is a combination of numbers, variables, and operations with no assertion attached: 3x² − 5x + 2. You can simplify it, factor it, or evaluate it at a particular x, but you cannot "solve" it — there is no question in it yet.

Equations and Inequalities

An equation asserts that two expressions are equal: 3x² − 5x + 2 = 0. Solving it means finding every value of the variable that makes the assertion true. An inequality asserts an ordering instead (<, , >, ), and its solution is typically a range rather than a list.

The single most useful fact about equations: whatever you do to one side, do to the other, and the truth of the statement is preserved. Every technique in algebra is a disciplined application of that rule.

Functions

A function is a rule that assigns exactly one output to each input. f(x) = 3x² − 5x + 2 takes a number and returns a number. Functions turn algebra from a collection of manipulations into a subject with objects you can compose, invert, transform, and graph — which is why they dominate everything past introductory work.

The Skills, In Order

School algebra builds in a fairly fixed sequence, and contest algebra assumes all of it:

  1. Arithmetic fluency — signed numbers, fractions, exponents. Slow arithmetic is a tax on every later step.
  2. Manipulating expressions — expanding, collecting like terms, factoring, simplifying rational expressions.
  3. Solving linear equations and systems — substitution, elimination, and knowing which is faster for a given system.
  4. Quadratics — factoring, completing the square, the quadratic formula, and the discriminant's story about the roots.
  5. Inequalities and absolute value — where sign analysis and case-splitting first become unavoidable.
  6. Exponentials and logarithms — the two directions of the same relationship.
  7. Sequences, series, and functions — pattern, closed form, and transformation.

If a contest problem feels impossible, the cause is usually a gap several rungs below where the problem appears to live. Our common mistakes guide is a decent diagnostic.

Where School Algebra Becomes Contest Algebra

The topics don't change much. What changes is the demand:

  • School problems tell you the method. A section on completing the square is followed by problems you complete the square on. Contest problems tell you nothing — recognizing which tool applies is the problem.
  • School problems are short. Contest problems chain three or four ideas, and only the final one looks like the topic it's filed under.
  • School problems reward correctness. Contests reward correctness per minute. Two students who can both solve a problem are separated entirely by how fast they see it.
  • Contest problems are engineered to have clean answers. That's exploitable: an answer coming out as −17/143 usually means you made an error, not that the problem is ugly.

The bridge between the two is deliberate exposure to problem types — see our ten must-know techniques and, once those are comfortable, the advanced topics.

Where to Go Next