Mathwords logoMathwords

Solution Set — Definition, Formula & Examples

A solution set is the set of all values that make an equation, inequality, or system true. When you solve a math problem, the solution set collects every answer into one group using set notation.

Given an equation or inequality in one or more variables, the solution set is the set SS of all ordered tuples from the replacement domain that, when substituted, produce a true statement. If no value satisfies the condition, the solution set is the empty set \varnothing.

How It Works

To find a solution set, solve the equation or inequality as you normally would, then express every valid answer inside curly braces. For a single-variable equation like 2x=102x = 10, the solution set is {5}\{5\}. For a quadratic like x29=0x^2 - 9 = 0, there are two solutions, so the solution set is {3,3}\{-3, 3\}. An inequality such as x>2x > 2 has infinitely many solutions, written in set-builder notation as {xx>2}\{x \mid x > 2\}. If no value works—like x+1=xx + 1 = x—the solution set is \varnothing.

Worked Example

Problem: Find the solution set of the equation x25x+6=0x^2 - 5x + 6 = 0.
Factor: Factor the quadratic expression.
x25x+6=(x2)(x3)=0x^2 - 5x + 6 = (x - 2)(x - 3) = 0
Apply the Zero-Product Property: Set each factor equal to zero and solve.
x2=0x=2x3=0x=3x - 2 = 0 \Rightarrow x = 2 \qquad x - 3 = 0 \Rightarrow x = 3
Write the solution set: Collect both solutions into set notation.
S={2,3}S = \{2,\, 3\}
Answer: The solution set is {2,3}\{2, 3\}.

Why It Matters

Solution sets appear throughout Algebra 1, Algebra 2, and linear algebra whenever you need to describe all answers at once. In data science and engineering, defining the full solution set of a system of equations tells you exactly what configurations are possible, rather than just one particular answer.

Common Mistakes

Mistake: Listing only one solution when multiple exist, for example writing {3}\{3\} instead of {3,3}\{-3, 3\} for x2=9x^2 = 9.
Correction: Always check whether the equation has more than one solution. Quadratics can have two, and inequalities often have infinitely many. The solution set must include every valid value.

Related Terms