With a system of equations or system of inequalities,
the solution set is
the set containing
value(s)
of the variable(s) that satisfy all equations and/or inequalities
in the system.
f(x) = An expression or function involving the variable x
x = The unknown variable you are solving for
a = A specific value that, when substituted for x, makes the equation true
Worked Example
Problem: Find the solution of the equation 2x + 6 = 14.
Step 1: Subtract 6 from both sides to isolate the term with x.
2x+6−6=14−6
Step 2: Simplify both sides.
2x=8
Step 3: Divide both sides by 2.
x=28=4
Step 4: Verify by substituting x = 4 back into the original equation.
2(4)+6=8+6=14✓
Answer: The solution is x = 4.
Another Example
This example involves a system of two equations with two unknowns, showing that a solution must satisfy every equation in the system simultaneously.
Problem: Find the solution set of the system of equations: x + y = 10 and 2x − y = 2.
Step 1: Add the two equations together to eliminate y.
(x+y)+(2x−y)=10+2
Step 2: Simplify. The y terms cancel.
3x=12
Step 3: Solve for x by dividing both sides by 3.
x=4
Step 4: Substitute x = 4 into the first equation to find y.
4+y=10⟹y=6
Step 5: Verify in the second equation.
2(4)−6=8−6=2✓
Answer: The solution is (x, y) = (4, 6).
Frequently Asked Questions
What is the difference between a solution and a solution set?
A solution is a single value (or ordered pair, triple, etc.) that satisfies a mathematical statement. A solution set is the collection of all solutions. For example, the equation x² = 9 has two solutions, x = 3 and x = −3, so its solution set is {3, −3}.
Can an equation have no solution?
Yes. An equation with no solution is called a contradiction. For instance, x + 2 = x + 5 simplifies to 2 = 5, which is never true. No value of x can make this equation hold, so the solution set is the empty set, written ∅ or { }.
How do you verify a solution is correct?
Substitute the value back into the original equation or inequality. If the left side equals the right side (for an equation) or the inequality holds true, then the value is a valid solution. Always check using the original statement, not a simplified version, to avoid errors introduced during solving.
Solution of an Equation vs. Solution of an Inequality
Solution of an Equation
Solution of an Inequality
Definition
A value that makes two expressions equal
A value that makes one expression greater than, less than, or equal to another
Number of solutions
Often a finite number (e.g., 1 or 2 values)
Usually infinitely many values forming a range or region
How to express
Specific values like x = 4 or a set like {3, −3}
Interval notation like x > 2, or (2, ∞), or a shaded region on a graph
Graphical meaning
Points where a curve crosses a line or axis
Regions above, below, or between curves
Why It Matters
Finding solutions is the central goal of algebra — nearly every algebra problem asks you to solve an equation, inequality, or system. Solutions also appear throughout geometry (solving for unknown angles or lengths), science (finding when a projectile lands), and finance (determining break-even points). Understanding what a solution is and how to verify one is essential for every math course from pre-algebra through calculus.
Common Mistakes
Mistake: Forgetting to check for extraneous solutions, especially with rational equations or equations involving square roots.
Correction: Always substitute your answers back into the original equation. Operations like squaring both sides or multiplying by a variable expression can introduce values that don't actually satisfy the original equation.
Mistake: Reporting only one solution when an equation has multiple solutions (e.g., writing x = 5 for x² = 25 and missing x = −5).
Correction: Consider all possible cases. For quadratics and higher-degree equations, factor completely or use the quadratic formula to find every solution. State the full solution set.