You have been solving arithmetic problems since you were six. Every one of them ended the same way: with a single number. 3 + 4 = 7. 12 \times 5 = 60. The question had one answer, the answer was a number, and if your final line still had a plus sign in it, you had not finished yet.
Then algebra arrived and asked you to "simplify 5x + 4," and every instinct you had trained for nine years screamed that 5x + 4 is not a real answer. There is still a plus sign. There are still two chunks. So you reached for the move that had always worked — add the numbers — and wrote 5x + 4 = 9x.
This is one of the most widely documented mistakes in early algebra. It is not a sign you are bad at maths — it is the opposite. Your arithmetic instincts are strong, and they are now pulling you in a direction that used to be right and has suddenly become wrong. The goalposts moved, and nobody told you clearly. This page is that telling.
What changed when x walked in
In arithmetic, every symbol on the page is a number, and the plus sign is an instruction: "combine these two numbers into one." You always could combine them, because they were the same kind of thing.
In algebra, x is a placeholder — a letter that stands in for some number whose value you do not yet know. So 5x means "five times whatever x is." If x = 2, then 5x = 10. If x = 7, then 5x = 35. The value of 5x changes every time x changes. The constant 4 does not change — it is just 4, forever.
So when you write 5x + 4, you are writing "five of something, plus four." You cannot tell how much that is in total until you know what x is.
- If x = 2: 5(2) + 4 = 14.
- If x = 10: 5(10) + 4 = 54.
- If x = 0: 5(0) + 4 = 4.
There is no single number that 5x + 4 equals for all x. That is the entire reason expressions exist — to describe a calculation whose answer depends on a value you have not fixed yet. Writing 5x + 4 = 9x claims the answer is always 9x. Test that at x = 2: the left side is 14, the right side is 9(2) = 18. They are not the same. The "simplification" changed the expression into a different expression.
The apples-and-rupees picture
Here is a sentence version of the same idea that might stick.
You have 5 apples and \rupee 4 in your pocket. How much do you have?
You do not answer "9." You cannot. Apples and rupees are different kinds of thing. 9 of what? The only honest answer is "5 apples and \rupee 4" — two quantities, kept separate, because they are not the same unit.
5x is the "apples" — five of the unknown quantity. 4 is the "rupees" — four units of the constant kind. They are not the same type, so they do not combine. Writing 9x claims you have "nine apples," which throws the four rupees into the apple pile and renames them apples. The rupees are gone.
What "simplified" actually means
The mental shift algebra asks of you is this: the final answer does not have to be a single number. It has to be in a form where no further legal move shrinks it. The legal moves are three — commutativity, associativity, distributivity — and nothing else.
An expression is simplified when all brackets have been expanded and all like terms have been combined (terms with the exact same variable part added together). 5x + 4 passes both tests. There are no brackets. The two terms have different variable parts — 5x has variable part x, the term 4 has no variable at all — so they are not like terms and cannot combine.
Contrast with 3x + 2x, where both terms have variable part x. Those are like terms, and the distributive law reverses into (3 + 2)x = 5x. Combining like terms is just distributivity seen backwards: when two terms share a common variable factor, you pull it out. When they do not share one, you cannot.
Why the instinct persists (and how to retrain it)
The "finish with one number" instinct was built over hundreds of arithmetic problems, so it will not be argued away. You need a counter-reflex that fires faster.
Before combining two terms, point at their variable parts and ask: "same, or different?"
- 5x + 3x: both have variable part x. Same. Combine: 8x.
- 5x^2 + 3x^2: both have variable part x^2. Same. Combine: 8x^2.
- 5x + 4: one has variable part x, the other has nothing. Different. Leave alone.
- 5x + 3y: variable parts x and y. Different. Leave alone.
- 5x + 3x^2: variable parts x and x^2. Different (exponents differ). Leave alone.
A second useful habit is the numerical check. Any time you simplify, pick a random value for x (not 0 or 1 — those hide mistakes), plug it into both sides, see if they match. If you had written 5x + 4 = 9x and tried x = 3, you would have got 19 = 27, spotted the lie, and found your error in ten seconds. The numerical check is a cheap, automatic lie-detector for any algebraic step.
So when will 5x and 4 ever combine?
They never will, through addition alone. They can interact through multiplication (4 \cdot 5x = 20x), through substitution (if you are told x = 3, then 5x + 4 = 19), or through solving an equation (if you are told 5x + 4 = 0, then x = -\tfrac{4}{5}). But addition is not one of the operations that can mix an x-term with a constant term into one term. That door is closed by the very structure of what an expression is.
The honest final answer to "simplify 5x + 4" is the same phrase three times: it is already simplified.