The substitution method solves a system by isolating one variable in one equation and substituting that expression into the other equation. For the system y = 2x + 1 and 3x + y = 11, substitute the first equation into the second: 3x + (2x + 1) = 11, which gives 5x + 1 = 11, so x = 2, then y = 5. Substitution works best when one variable is already isolated or has a coefficient of 1. It always gives an exact answer, unlike graphing. This method is also the algebraic foundation for solving systems involving nonlinear equations.
Start with systems where one variable is already solved for (y = ... or x = ...). Then practice solving for a variable before substituting. Emphasize substituting the entire expression (with parentheses). Check the solution in both original equations. Show that the no-solution and infinitely-many-solutions cases produce contradictions and identities, respectively.
From graphing systems, you know that the solution to a system of two equations is the point where both lines intersect — a pair (x, y) that makes both equations true simultaneously. Graphing shows you where that point is, but reading coordinates off a graph is imprecise. Substitution is the algebraic method that finds the exact answer. The core idea is simple: if you know that y equals some expression in x, then wherever y appears in the other equation, you can replace it with that expression. Now you have one equation in one unknown, which you already know how to solve.
Here is the process in full. Given the system y = 2x + 1 and 3x + y = 11: the first equation already tells you what y is. Substitute 2x + 1 in place of y in the second equation: 3x + (2x + 1) = 11. Combine like terms: 5x + 1 = 11. Solve: x = 2. Now substitute back into either equation to find y: y = 2(2) + 1 = 5. The solution is (2, 5). You should always check by plugging (2, 5) into both original equations to confirm. Substitution converts a two-variable problem into a one-variable problem by using one equation to "express" one variable in terms of the other.
When neither equation starts with a variable isolated, you isolate one yourself before substituting. From 2x + y = 7 and x − y = 2, solving the second for x gives x = y + 2. Substitute into the first: 2(y + 2) + y = 7, so 2y + 4 + y = 7, giving y = 1, then x = 3. Notice the parentheses around (y + 2): this is where the most common error occurs. When you substitute an entire expression for a variable, the expression takes the place of the variable — including any coefficient or operation applied to that variable. Treating it as a single unit with parentheses prevents sign errors.
Sometimes the system has no solution or infinitely many solutions, and substitution reveals this algebraically rather than visually. If you substitute and all the variables cancel to produce a false statement like 0 = 7, the lines are parallel — no solution. If you get a true identity like 0 = 0, the equations are the same line in disguise — infinitely many solutions. This is more reliable than squinting at a graph to determine whether lines are parallel. Substitution is also the method you'll use for nonlinear systems later, where one equation might be a parabola and graphing becomes far less useful as a primary method.