A solution in mathematics is a value (or set of values) that satisfies a given equation, inequality, or system — it makes the mathematical statement true when substituted.
Quick Reference:
Definition: A value or set of values that makes an equation or inequality true.
For equations: A solution satisfies $\text{LHS} = \text{RHS}$ when substituted.
Notation: Solution set: ${x = 3}$ or $x \in {3}$; for systems: $(x, y) = (2, 5)$
Types of solutions:
Unique solution (exactly one value satisfies the equation)
No solution (no value makes it true)
Infinite solutions (all real numbers satisfy it)
Verification: Substitute the solution back — if both sides are equal, it is correct.
Type: Core concept — algebra, equations, inequalities
Used in: Algebra, calculus, physics, engineering, economics
Definition
A solution to an equation is a value (or ordered tuple of values) that makes the equation a true statement. For the equation $2x + 3 = 11$, the solution is $x = 4$, because $2(4) + 3 = 11$ is true.
A solution to an inequality satisfies the inequality — for $x > 3$, any value greater than 3 is a solution. The solution to an inequality is typically an interval or a range, not a single value.
Types of Solutions
Unique solution
Most linear equations in one variable have exactly one solution. $3x - 6 = 9$ has exactly one solution: $x = 5$. A linear system of two equations in two variables typically has one solution — the point where the two lines intersect.
No solution
An equation like $x + 3 = x + 7$ simplifies to $3 = 7$ — a contradiction that is never true. This equation has no solution. In a system of linear equations, two parallel lines that never intersect have no common solution.
Infinite solutions
An equation like $2x + 4 = 2(x + 2)$ simplifies to $0 = 0$ — always true. Any real number satisfies it, so the solution is all real numbers. In a system, two identical equations overlap completely and have infinitely many shared solutions.
How to Verify a Solution
Substitute the proposed solution into the original equation and check that both sides are equal.
For $x = 4$ in $2x + 3 = 11$:
$$2(4) + 3 = 8 + 3 = 11 \checkmark$$
The solution is correct. If the two sides are not equal after substitution, the proposed solution is wrong.
Worked Examples of Solutions
Example 1: Solving and verifying a linear equation
Solve $5x - 7 = 18$.
$$5x = 18 + 7 = 25$$
$$x = 5$$
Verify: $5(5) - 7 = 25 - 7 = 18$ ✓
Final answer: $x = 5$
Example 2: Solution of a system
Solve the system: $x + y = 7$ and $x - y = 3$.
Adding the two equations: $2x = 10$, so $x = 5$.
Substituting: $5 + y = 7$, so $y = 2$.
Verify in both equations: $5 + 2 = 7$ ✓ and $5 - 2 = 3$ ✓
Final answer: $(x, y) = (5, 2)$
Example 3: No solution
Solve $3x + 1 = 3x + 5$.
Subtracting $3x$ from both sides: $1 = 5$ — a contradiction.
Final answer: No solution
Where Solutions Appear Across Mathematics
In algebra, a solution is a value of the variable. In geometry, a solution is a point satisfying a condition — all points equidistant from a given point form a circle.
In calculus, a solution to a differential equation is a function. The concept of "solution" scales across every branch of mathematics — what changes is the type of object solved for.
Common Confusions: What is a Solution vs Answer vs Root
A solution to an equation is not the same as the answer. The answer to "what is $3 + 4$?" is $7$.
The solution to the equation $x - 4 = 3$ is $x = 7$. Both are 7, but "solution" specifically means a value that satisfies a formal equation.
A solution set and a solution are different objects. The solution set is the collection of all values that satisfy the equation — written ${5}$ for a unique solution, $\emptyset$ for no solution, or $\mathbb{R}$ for all real numbers.
An approximate solution is not the same as an exact solution. $x = 1.414$ is an approximation of $\sqrt{2}$; the exact solution to $x^2 = 2$ is $x = \sqrt{2}$. Treat these as different unless the problem specifies a decimal approximation.
Was this article helpful?
Your feedback helps us write better content