The Letter That Holds a Number
A variable is a name for a quantity whose value we have not pinned down yet. · 9 min
You already use unknowns every day. Some tickets. A few dollars short. However many chairs we need. Algebra does one small, powerful thing with that habit: it gives the unknown a name — usually a single letter — so you can calculate with it before you know what it is.
Guess before you learn
Tickets cost $12 each. You buy some number of tickets — call that number t. Which expression says what you pay?
Each ticket adds another $12, so the total is 12 × t — written 12t. If you guessed 12 + t, keep that pencil mark: adding is the most common first instinct, and the next section is exactly about why multiplication is the right move.
9–12
3–5
A variable is a mystery number wearing a name tag. Feed the machine any number n, and it always does the same thing — say, double it and add one: 2n + 1.
Try it: if n is 4, the machine gives 2 × 4 + 1 = 9. If n is 10, it gives 21. One rule, endless numbers — that is the whole trick.
6–8
A variable is a letter that stands for a number. It is not a mystery forever — it is a placeholder, like the blank in __ + 3 = 10, except we can do algebra with it. An expression combines variables and numbers with operations: 3n + 2 means three times n, then add two.
Two conventions to read fluently: writing a number against a letter means multiply (3n is 3 × n), and a letter by itself has a silent 1 in front (n means 1n). To evaluate an expression, substitute a value and compute: at n = 5, 3n + 2 = 3(5) + 2 = 17.
9–12
A variable names a quantity that may vary; an expression is a recipe built from variables, constants, and operations. The value of 3n + 2 depends entirely on n — substitute n = 5 and the expression evaluates to 17. The parts have names worth owning: in 3n + 2, the 3 is a coefficient, the 2 a constant term.
One letter can appear many times, and each appearance means the same number: in n² + 3n, both n's move together. Different letters may hold different values — or happen to hold the same one. This discipline, one name per quantity, is what lets algebra scale from tickets to orbital mechanics.
K–2
Here is a box. Some marbles are hiding inside. We do not know how many. Let's call the hidden number n.
If two more marbles drop in, the box holds n + 2. We can say that even before we peek.
Undergrad
Formally, a variable is a name ranging over a set: when we write 3n + 2 with n ∈ ℝ, we define a function ℝ → ℝ rather than a single number. Evaluation is the act of applying that function at a point. Much of early algebra is learning to treat the expression itself — not its value — as the object of study.
The distinction matters: 3n + 2 and 3(n + 1) − 1 are different expressions but the same function — they agree at every input. Algebraic manipulation is the art of moving between equivalent expressions while preserving the function underneath.
Postgrad
In the syntax of a formal language, variables are symbols; terms like 3n + 2 are finite trees over a signature (here: constants 3, 2 and binary operations ·, +). Semantics enters through a valuation ν assigning elements of a structure to variables; the term then denotes via recursive interpretation. School algebra's 'substitute and compute' is exactly ⟦t⟧ν.
The free/bound distinction — invisible in Algebra I but latent — arrives the moment a quantifier or Σ binds a letter. That n in 3n + 2 is free is precisely why the expression defines a function of n. Keeping syntax and semantics separate is the mature form of this lesson's box-with-a-number picture.
variable
A letter standing for a number we have not fixed yet. In 3n + 2, the variable is n.
Why is this true?
Why may one letter stand for many different numbers?
Because the letter names a role, not a value. The expression is a rule that works the same way whichever number steps into the role — that is what makes one calculation reusable for every case.
Evaluate 4x − 3 when x = 5 — the steps fade as you master them
4(5) − 3
20 − 3
17
That is the whole foundation: a letter holds a number, an expression is a recipe for it, and substitution turns recipe into result. Next folio, we start building longer recipes — and reading the ones other people write.
Note
Struggling to keep symbols straight? The Atelier of Mind teaches notation drills that make reading algebra automatic.
Practice — new ink and old, interleaved
1.Evaluate 2n + 1 when n = 12.
2.You have b books and give away 4. Which expression says how many remain?
3.Put these values of 5 − k in order from largest to smallest, for k = 0, 2, 4.
- k = 0 gives 5
- k = 2 gives 3
- k = 4 gives 1
4.Without looking back: what is a variable, and what does 7m mean?
A variable is a letter standing for a number not yet fixed; 7m means 7 × m.
How close were you? Grade yourself honestly — it sets your review date.