MathNana Learn with wisdom

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.

6 min read Updated 2026-08-19 Checked by Aziza Smailovic

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.

ExampleWhat it is
Expression3x − 7a quantity; it has a value once you know x
Equation3x − 7 = 14a claim; it is true or false once you know x
Solutionx = 7the 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 = 14worked example
  1. 3x − 7 = 14x was multiplied by 3, then 7 was subtracted
  2. 3x = 21undo the subtraction first: add 7 to both sides
  3. 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.

TypeExampleSolutions
Linear3x − 7 = 14exactly one
Quadraticx² = 9two, one, or none
Identity2x + 3 = 2x + 3every value of x
Contradiction2x + 1 = 2x + 5none 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.

TypeHighest power of xHow it is solved
Linear equation1isolate the variable with inverse operations
Quadratic equation2factor, 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.