Solve Linear Systems by Substitution  
 

Definition of substitution: a person or thing acting in place of another.


 
When solving a system of linear equations, the graphing method works well when the solution consists of integers or easy to determine fractions. When it is difficult to find the accurate coordinates of the point of intersection, we need a new approach. One method is called the substitution method.

In solving mathematics problems, one of the powerful approaches is to reduce an unknown problem into a problem that we already know how to solve. Up to this point, we have learned how to solve a linear equation with one variable. In other words, if we can transform the equations with two variables into an equation with just one variable, then we can solve the problem. How can that be done?

Let´s use the following specific problem to show how:

y + x -3 = 0 (1)
3y - 2x = 0 (2)

When working with a system of linear equations with two variables, we have two equations. Using the first equation, we can solve for one variable, such as y, in terms of the other variable and real (and honest) number(s), as follows:

y = -x + 3 (3)

You might wonder why we did this, since we still don´t know what y should be. Be patient. The trick is to substitute the variable y in the equation (2) with (3). Thus, the name Substitution Method. The result is an equation with only one variable x:

3y - 2x = 0
3(-x+3) - 2x = 0
-5x + 9 = 0

Now, we obtained an equation with only one variable, and the knowledge of how to solve a linear equation can be applied to find the solution.

Therefore,

    x = 9/5  

Once we obtain the value for x, we can substitute (thus the name Substitution Method) the value of x in either original equation or even equation (3) to obtain an honest number for y:

  y = -x + 3 = 6/5