MATH 1 • ALGEBRA & FUNCTIONS

Checking Solutions by Substitution — I can check solutions by substitution and explain why a solution set is correct.

Learn to verify any algebraic answer with confidence by plugging values back into the original equation.

Historical Context & Motivation

Long before modern algebra textbooks existed, mathematicians needed a reliable way to know whether their answers were actually correct. The idea of substitution — replacing a variable with a specific value to test whether an equation holds true — has roots stretching back thousands of years. Ancient civilizations in Babylon, Egypt, and Greece all grappled with equations and needed methods to verify their work. The core question they faced is the same one you face today: How do I know my answer is right?

~1800 BCE
Babylonian Equation Solving
Babylonian scribes solved quadratic-style problems on clay tablets and verified answers by checking that their numerical results satisfied the original word problem.
~300 BCE
Euclid's Elements
Greek mathematicians formalized the idea that a solution must satisfy a given relationship. Euclid's geometric proofs implicitly required verification of each construction.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote the foundational algebra text and explicitly demonstrated checking solutions by substituting answers back into original problems.
1637
Descartes & Symbolic Algebra
René Descartes introduced the modern variable notation (x, y, z) in his work La Géométrie, making substitution into symbolic equations far more systematic and efficient.

Throughout history, the fundamental idea has remained unchanged: an equation is a statement claiming two expressions are equal, and a solution is a value that makes that statement true. Substitution is how we put that claim to the test. If the left side equals the right side after plugging in our answer, we have verified the solution. If not, we know an error occurred somewhere in our work.

Core Principles & Definitions

Before diving into examples, it is important to establish what we mean by key terms. An equation is a mathematical statement asserting that two expressions have the same value. A solution to an equation is any value of the variable that makes the equation true. The solution set is the collection of all such values. When we check by substitution, we replace the variable with a proposed answer and simplify both sides to see if they are equal.

1

Equation as a Balance

An equation states that the left-hand side (LHS) equals the right-hand side (RHS). Both sides must balance for the statement to be true.
2

What a Solution Is

A solution is any value of the variable that, when substituted, makes the LHS and RHS produce the same number.
3

The Substitution Check

Replace every instance of the variable with the proposed value, simplify each side independently, and compare. Equal means verified; unequal means incorrect.
4

Solution Set

Some equations have one solution, some have multiple, and others have none. The solution set includes every value that passes the substitution check.
5

Why Checking Matters

Algebraic steps can introduce extraneous solutions or hide sign errors. Substitution is your safety net to catch mistakes before they cost you points.
KEY TAKEAWAY
Think of substitution like using a key in a lock. Your proposed solution is the key, and the equation is the lock. If you insert the key (substitute the value) and the lock opens (both sides are equal), you have the right key. If the lock does not open, you need a different key — the value is not a solution.

Visual Explanation

The following diagram illustrates the substitution checking process as a flowchart. It shows the three possible outcomes when you substitute a proposed value into an equation: the two sides are equal (the value is a solution), the two sides are not equal (the value is not a solution), or you discover a domain restriction that invalidates the value.

This flowchart summarizes the substitution-checking process. Start with a proposed solution, substitute it into the equation, simplify both sides independently, and compare. A match confirms the solution; a mismatch tells you to re-examine your work.

Notice the diamond-shaped decision box in the center. This is where the critical comparison happens. You must simplify each side independently before comparing — do not mix operations across the equals sign during the check. The left side gets simplified on its own, the right side gets simplified on its own, and then you see if they match. This discipline prevents errors from creeping in during verification.

Mathematical Framework

The formal process of checking by substitution can be expressed as a clear rule. Suppose you have an equation and a proposed solution. Here is the framework that applies to every situation, whether the equation is linear, quadratic, or involves absolute values.

GENERAL EQUATION FORM
f(x) = g(x)
f(x) represents the left-hand side expression, and g(x) represents the right-hand side expression. Both are functions of the variable x.
SUBSTITUTION CHECK
f(a) = g(a) → If true, then x = a is a solution.
Replace every x with the proposed value a. If f(a) and g(a) produce the same number, then a belongs to the solution set.
SOLUTION SET NOTATION
S = { a | f(a) = g(a) }
S is the solution set — the collection of all values a that make the equation true. This set-builder notation reads: "S is the set of all values a such that f(a) equals g(a)."

When you solve an equation algebraically, you perform a series of reversible operations — adding, subtracting, multiplying, or dividing both sides by the same nonzero quantity. Each step is supposed to produce an equivalent equation (one with the same solution set). However, some operations — like squaring both sides — can introduce extraneous solutions, values that satisfy the transformed equation but not the original. This is precisely why the substitution check is so important: it catches values that sneaked in through irreversible steps.

⚠️ Watch Out for Extraneous Solutions
Whenever you square both sides, multiply both sides by a variable expression, or work with absolute values, always check every proposed solution by substitution. These operations can create "phantom" solutions that do not satisfy the original equation.

Applying Substitution Across Equation Types

Substitution works the same way regardless of the type of equation. However, the details of simplification differ depending on whether you are working with linear equations, quadratics, systems of equations, or equations involving absolute values. The diagram below shows how the same substitution principle applies across different equation families you will encounter in Math 1.

This diagram shows four common equation types — linear, quadratic, absolute value, and systems — each verified using the same substitution method. The dashed box at the bottom emphasizes the universal rule that applies to all of them.
Summary of substitution details for common equation types
Equation TypeExampleKey Substitution Detail
Linear3x − 7 = 8One variable occurrence; substitution is straightforward.
Quadraticx² + 2x = 15Check each solution from factoring separately — there may be two.
Absolute Value|2x − 1| = 7Remember to evaluate the absolute value after substituting.
System of Equationsx + y = 10, 2x − y = 2The ordered pair must satisfy both equations, not just one.

Worked Example

Let's work through a complete example. Suppose you solved the equation 3(x − 2) + 4 = 2x + 5 and got x = 7. We want to verify this by substitution.

Verify x = 7 for 3(x − 2) + 4 = 2x + 5
1
Step 1 — Write the Original EquationStart with the original equation exactly as it was given, before any algebraic manipulation. This is critical — you are testing the value against the original statement, not a transformed version.
3(x − 2) + 4 = 2x + 5
2
Step 2 — Substitute x = 7 into the Left-Hand Side (LHS)Replace every x with 7 on the left side: 3(7 − 2) + 4 = 3(5) + 4 = 15 + 4 = 19.
LHS = 19
3
Step 3 — Substitute x = 7 into the Right-Hand Side (RHS)Replace every x with 7 on the right side: 2(7) + 5 = 14 + 5 = 19.
RHS = 19
4
Step 4 — Compare LHS and RHSSince LHS = 19 and RHS = 19, both sides are equal.
19 = 19 ✓ → x = 7 is a valid solution.
5
Step 5 — State the ConclusionBecause substituting x = 7 into the original equation produces a true statement (19 = 19), we can confirm that x = 7 is the correct solution. The solution set is {7}.
Solution set: {7}
💡 Pro Tip
Always simplify the LHS and RHS separately before comparing. If you try to simplify across the equals sign during a check, you might accidentally "force" the sides to match, which defeats the purpose of verifying.

Common Errors & How to Avoid Them

Even though the substitution process is straightforward, students often make predictable mistakes. Understanding these pitfalls will make your checks more reliable and efficient. The table below compares correct practices with common errors.

Common substitution errors and corrections
Common ErrorWhy It's WrongCorrect Practice
Substituting into a simplified equation instead of the originalThe simplified version may contain an algebraic error. Checking it just confirms the error, not the solution.Always substitute into the original equation as it was first written.
Forgetting to replace every instance of xIf x appears more than once and you only replace one, the simplification will be wrong.Scan the entire equation and highlight every x before substituting.
Sign errors with negative valuesSubstituting x = −3 into −2x often leads to mistakes like −2(−3) = −6 instead of 6.Use parentheses around negative values: −2(−3) to keep signs clear.
Only checking one equation in a systemA value pair might satisfy one equation but not the other, making it invalid.Substitute into every equation in the system and verify all of them.
Rounding too early with decimalsPremature rounding can make sides appear unequal even when the solution is correct.Keep exact fractions or carry extra decimal places through the check.
KEY TAKEAWAY
Substitution checking is like proofreading an essay by re-reading the original prompt. If you only re-read your own draft, you might miss that you went off-topic. Similarly, always go back to the original equation — not a rewritten version — to confirm your answer truly satisfies the question that was asked.

Connection to Advanced Mathematics

The substitution check you learn in Math 1 is a foundational skill that extends far beyond simple equations. As you advance through higher mathematics, you will encounter the same principle in increasingly sophisticated settings. The table below shows how this concept evolves.

How substitution checking scales into advanced math
Math 1 (Now)Future CourseHow Substitution Appears
Check one-variable equationsAlgebra 2 / PrecalculusVerify solutions to polynomial, rational, and logarithmic equations; identify extraneous roots
Check linear systems with two equationsLinear AlgebraVerify solution vectors satisfy matrix equations Ax = b
Explain why a solution is correctProof-Based CoursesConstruct formal proofs that a value satisfies given conditions; verify uniqueness of solutions
Check solutions to inequalitiesCalculusVerify critical points satisfy derivative equations; confirm endpoints of intervals

The habit of verifying your work by substitution also connects to broader mathematical reasoning. In formal mathematics, checking a solution is related to the concept of a proof by verification. When mathematicians propose a formula or conjecture, they test it against known cases — essentially the same process you do with substitution. Building this habit now will make you a more careful, more confident mathematical thinker in every course that follows.

Practice Problems

Test your understanding with these five problems. Each one requires you to use substitution to check a proposed solution and explain your reasoning. The problems increase in difficulty from conceptual recall to critical thinking.

PROBLEM 1CONCEPTUAL
In your own words, explain why you should substitute a proposed solution into the original equation rather than a simplified version of it.
PROBLEM 2BASIC CALCULATION
Check whether x = 5 is a solution to the equation 4x − 7 = 2x + 3. Show your work by evaluating each side separately.
PROBLEM 3INTERMEDIATE
A student claims that x = −2 and x = 3 are both solutions to the equation x² − x − 6 = 0. Use substitution to check each value and determine whether the complete solution set is {−2, 3}.
PROBLEM 4APPLIED
A store sells notebooks for $4 each and pens for $2 each. You bought some notebooks and pens for a total of $20, and you bought 7 items in total. Your friend says you bought 3 notebooks and 4 pens. Set up the system of equations and use substitution to verify or refute your friend's claim.
PROBLEM 5CRITICAL THINKING
A student solves the equation |2x − 4| = x + 1 and gets x = 5 and x = 1. Use substitution to check both solutions. Then explain why this type of equation can sometimes produce extraneous solutions, and how substitution catches them.

Lesson Summary

Checking solutions by substitution is the process of replacing every variable in the original equation with a proposed value and simplifying each side independently. If the left-hand side equals the right-hand side, the value is a confirmed solution. The solution set is the collection of all values that pass this test. This method works for linear equations, quadratics, absolute value equations, and systems — the principle is universal.

Always substitute into the original equation, not a simplified one, to avoid confirming a mistake. Use parentheses around negative values to prevent sign errors, replace every instance of the variable, and remember that for systems, the proposed solution must satisfy every equation in the system. Developing the habit of checking by substitution will make you a more accurate and confident problem-solver in Math 1 and every math course beyond it.

Varsity Tutors • Math 1 • Checking Solutions by Substitution