Concept · Algebra
What Is an Equation? Balance and Solutions
An equation is a claim that two things are equal. Solving it is finding which values make the claim true — and sometimes the answer is none.
An equation is a claim, not an instruction
The short answer to what is an equation: it is a statement that two expressions have the same value, joined by an equals sign. 3x − 7 = 14 claims that whatever 3x − 7 works out to, it is the same number as 14.
That claim is not automatically true. It is true for some values of the unknown and false for others, and solving means finding exactly which.
| Example | What it is | |
|---|---|---|
| Expression | 3x − 7 | a quantity; it has a value once you know x |
| Equation | 3x − 7 = 14 | a claim; it is true or false once you know x |
| Solution | x = 7 | the value that makes the claim true |
The distinction matters because it decides what you are allowed to do. You can simplify an expression. You can solve an equation. Trying to 'solve' an expression, or to 'simplify' an equation by dropping one side, are both category errors.
The balance, and why both sides move together
Picture a set of scales. The equals sign says the two pans are level. Any operation applied to one pan alone tips them; applied to both, the balance survives.
That is the entire justification for the method. Adding 7 to both sides, dividing both sides by 3, squaring both sides — each keeps the claim true, which is why the solution at the end is a solution to the equation you started with.
Solving means undoing, in reverse order
An equation is built by doing things to x in some order. Solving unwinds them in the opposite order, using inverse operations — addition undone by subtraction, multiplication by division.
- 3x − 7 = 14x was multiplied by 3, then 7 was subtracted
- 3x = 21undo the subtraction first: add 7 to both sides
- x = 7then undo the multiplication: divide both sides by 3
The order is not a preference. Building the expression applied ×3 then −7, so unwinding must reverse that: +7 then ÷3. Doing it the other way round means dividing 14 by 3 before the subtraction is dealt with, which produces a wrong answer that still looks like working.
How many solutions an equation can have
Not every equation has exactly one answer, and treating the other cases as failures is a mistake worth naming early.
| Type | Example | Solutions |
|---|---|---|
| Linear | 3x − 7 = 14 | exactly one |
| Quadratic | x² = 9 | two, one, or none |
| Identity | 2x + 3 = 2x + 3 | every value of x |
| Contradiction | 2x + 1 = 2x + 5 | none at all |
An identity is true no matter what x is, because the two sides are the same expression written differently. A contradiction is true for nothing: the x terms cancel and leave 1 = 5, which is false. Both are complete answers, and writing 'no solution' is the correct response rather than an admission of defeat.
Linear, quadratic, and why the label matters
The type of an equation decides the method, so naming it is the first useful thing you can do with one.
| Type | Highest power of x | How it is solved |
|---|---|---|
| Linear equation | 1 | isolate the variable with inverse operations |
| Quadratic equation | 2 | factor, or use the quadratic formula |
A linear equation is solved by undoing operations one at a time until x is alone. A quadratic cannot be — you cannot isolate the variable when it appears both squared and on its own — so it is moved to one side against zero and factored instead.
That is why the first step of any solution is to look for an x² after expanding. It is not pedantry; it changes what you do next.
Checking is part of solving
Substituting the answer back into the original equation is not optional politeness. It is the only step that tests the result rather than repeating the working that produced it.
For x = 7 in 3x − 7 = 14: the left side is 21 − 7 = 14, the right side is 14. They match, so the solution is confirmed. An arithmetic slip anywhere earlier would show up here as a mismatch.
This becomes essential rather than merely useful once equations involve squaring or square roots, where the algebra can introduce extra values that satisfy the rearranged equation but not the original one.
Questions about what is an equation
What is the difference between an expression and an equation?
An expression is a quantity, like 3x − 7. An equation is a claim that two expressions are equal, like 3x − 7 = 14. You simplify expressions and solve equations.
Can an equation have no solution?
Yes. If the variable cancels and leaves a false statement such as 1 = 5, no value works. That is a complete answer.
Can every value be a solution?
Yes — that is an identity. 2x + 3 = 2x + 3 is true whatever x is, because both sides are the same expression.
Why do I have to do the same thing to both sides?
Because the equals sign claims the two sides are equal. Changing one without the other breaks that claim and gives you a different equation from the one you were asked about.