You write down 3x + 5 and your friend writes down 3x - 5, and someone asks, "Which one is wrong?" The question feels like it should have an answer. One of them must be the right expression and the other must be the wrong one. But if you sit with the question for a moment, something strange happens: neither expression is making a claim about anything. They are just two different recipes for turning a value of x into a number. Recipes are not true or false. A recipe can be for the wrong cake, but it cannot be a false recipe.
This article is about the deep grammatical difference between expressions and equations — why expressions cannot be wrong on their own, why equations can be, and why the thing students usually mean when they say "this expression is wrong" is actually a hidden equation between two expressions that is genuinely false.
Expressions do not assert anything
Look at this:
Is that true or false? The question does not land. 2 + 3 is not a statement. It is a computation — an instruction that resolves to the number 5 once you carry it out. You would never ask a friend, "Is 2 + 3 true?" because there is no proposition there to be true or false about. The same thing is going on with algebraic expressions:
Each of these is a value-to-be-computed. Plug a number in for each variable, do the arithmetic, and out comes a single number. That is all an expression does. It has a value (once the variables are pinned down), but it does not have a truth value.
Contrast that with an equation:
This is a statement. It asserts that the left-hand value equals the right-hand value. You can ask whether it is true, and the answer is yes. If instead someone wrote
that would be a false statement — a wrong equation. The equals sign is doing the work of turning two expressions into a claim.
So the first clean answer: expressions have values; equations have truth values. Expressions cannot be wrong because there is nothing to be wrong about.
But simplification steps can absolutely be wrong
Here is where it gets interesting. You are asked to simplify (x + 1)^2. You write:
Your teacher circles this in red. Why? Not because (x + 1)^2 is wrong — that expression is fine. Not because x^2 + 1 is wrong — that expression is also fine. What is wrong is the equals sign between them. You have made a claim: "these two expressions have the same value for every x." And that claim is false.
Test it with x = 2:
- Left side. (2 + 1)^2 = 3^2 = 9.
- Right side. 2^2 + 1 = 4 + 1 = 5.
9 \neq 5. So the equation you wrote down is a false equation. The correct identity is (x + 1)^2 = x^2 + 2x + 1, and you can check this at x = 2: 4 + 4 + 1 = 9. Good.
So the step was wrong, even though neither expression inside the step was wrong. This is the hidden structure of every "simplification error" in algebra:
A simplification step is wrong if and only if \text{expression}_\text{before} \neq \text{expression}_\text{after} for at least one value of the variables.
The step is a claim about equality. The claim can be false. That is what "wrong" means in the simplification setting.
The three flavours of "this expression is wrong"
When a student says "this expression is wrong," they almost always mean one of three things, and it is worth sorting them out:
- "The step that produced it is wrong." You wrote (x+1)^2 = x^2 + 1. The expression x^2 + 1 on its own is not wrong — it is a perfectly good expression. What is wrong is that it does not equal what you started with.
- "The expression does not match the problem." The problem asked for the perimeter of a square of side x, which is 4x, and you wrote x^2. x^2 is a valid expression — it just is not the answer to this problem. The expression is off-target, not false.
- "The expression is not well-formed." You wrote 3x + and stopped. Or you wrote \frac{1}{0}. These are not expressions at all — they are nonsense strings or undefined values. The issue is grammatical or domain-related, not truth-related.
Only flavour 3 is something like a fault intrinsic to the expression itself, and even then the right word is "undefined" or "ill-formed," not "false."
The equals sign is where truth enters algebra
Think of the equals sign as the doorway through which truth enters algebra. Before you write =, you have expressions — objects with values. After you write =, you have a proposition — something that is true or false. Every algebraic manipulation is, underneath, a long chain of equals signs:
Each equals sign is a claim. The chain is trustworthy only if every single one of those claims is true. If any step in the middle fails, you have threaded a false equation into your work and poisoned everything downstream.
This is why the substitution check works so reliably. You are checking the claim, not the expression.
Identities vs. equations: both can be wrong, differently
One subtle wrinkle. Sometimes an equals sign is meant to hold for every value of x (an identity), and sometimes it is meant to hold for some specific values of x (an equation to solve). Both can be wrong, but in different ways.
- Identity. (x + 1)^2 = x^2 + 2x + 1 — true for every x. Writing (x + 1)^2 = x^2 + 1 is a false identity — it fails at x = 2 (and almost everywhere else).
- Equation to solve. x + 3 = 7 — true only at x = 4. Claiming its solution is x = 5 is wrong: plug in and 5 + 3 = 8 \neq 7.
In both cases the fault is in the equality, not in any expression.
The takeaway in one line
Expressions are values-to-be-computed; they do not carry truth values, so they cannot be wrong by themselves. Equations, identities, and simplification steps do carry truth values, and those can be wrong — and that is exactly where algebra errors actually live. When you write (x+1)^2 = x^2 + 1, both pieces of that line are fine on their own. The = between them is what is lying.