Solving Systems of Equations by Substitution

Method

Substitution Method

The Substitution Method is an algebraic method for finding the solutions of a system of equations. It consists of substituting an equivalent expression for a variable in one of the equations of the system. Consider, for example, the following system of linear equations. y-4=2x & (I) 9x+6=3y & (II) To solve the system by using the Substitution Method, there are four steps to follow.

1
Isolate One Variable in Any of the Equations
expand_more
The first step is to isolate any variable in any of the equations. For simplicity, in this case, the y-variable will be isolated in Equation (I).

y-4=2x 9x+6=3y
y=2x+4 9x+6=3y

2
Substitute the Expression
expand_more
Substitute the new expression for the variable in the equation where the variable was not isolated. In this case, 2x+4 will be substituted for y in Equation (II).

y=2x+4 9x+6=3y
y=2x+4 9x+6=3( 2x+4)

Now Equation (II) only has one variable, which is x.

3
Solve the Equation With One Variable
expand_more
Solve the equation that contains only one variable. In this case, Equation (II) will be solved for x.

y=2x+4 & (I) 9x+6=3(2x+4) & (II)
y=2x+4 9x+6=6x+12
y=2x+4 9x=6x+6
y=2x+4 3x=6
y=2x+4 x=2

The value of the x-variable is 2.

4
Substitute the Value of the Variable Into the Other Equation
expand_more
Now that the value of one of the variables is known, it can be substituted into the equation that has not been considered yet. Here, x= 2 will be substituted into Equation (I).

y=2x+4 & (I) x=2 & (II)
y=2( 2)+4 x=2
(I): Evaluate right-hand side
y=4+4 x=2
y=8 x=2

The value of the y-variable in this system is 8. Therefore, the solution to the system of equations, which is the point of intersection of the lines, is (2,8) or x=2, y=8.

If at any step of the method a true statement is obtained, then the lines represented by the equations of the system are coincidental and the system will therefore have infinitely many solutions. Conversely, if at any step a false statement is obtained, then the lines are parallel and the system will have no solution.

Exercises
Edit Lesson