Need Help?

Get in touch with us

searchclose
bannerAd

Solving System of Equations by Substitution

May 17, 2022
link

Solving System of Equations by Substitution method is useful for solving a system of equations. It is most easily applicable to systems of linear equations. In this article, we will review the method of substitution. We will discuss what the substitution method is and how to solve system of equations by substitution. Also, we will solve multiple examples. It will aid in better understanding. So, let us begin the discussion.

What is the Solving System of Equations by Substitution?

It is the method of solving systems of linear equations by substitution. Substitution involves putting one equation into another as the substitute of a variable. We substitute one variable with its found value to solve the problem. 

The Substitution Method is highly useful in topics including linear algebra, computer programming, and more. Notably, solving systems of equations by substitution method is very uncomplicated.

Before discussing how to solve the system of equations by substitution, let us crisply review the system of equations.

System of linear equations

parallel

It is a set of two or more linear equations. 

Given two variables (x & y), the graph of a system of two linear equations is a pair of lines in the plane.

Here, We Have Three Possibilities:

  • The lines are parallel. These will intersect at zero points. 
  • The lines intersect at a single point. 
  • The lines intersect at infinite points. It means two equations represent a similar line.

Systems of equations come as math problems, including two or more equations.

Solutions of System of Equations

Generally, a Solution of a System of Equations in Two Variables is an Ordered Pair. Such a Solution Makes both Equations True.

  • The system having at least one solution is a Consistent solution
  • The system having no solution is an Inconsistent solution.
  • When all the solutions of one equation are the solutions of the other equation, the equations are dependent. (It means they both represent the same line.)
  • Sometimes, the equations in a system do not share all solutions. Such equations of a system are independent.

Solving System of Equations by Substitution Method will have One of These Results: 

(i) Only one value for each variable within the system, i.e., one solution

parallel

(ii) An untrue statement, i.e., no solutions

(iii) A true statement, i.e., infinite solutions

How to Solve System of Equations by Substitution

Consider the following equations:

y = 2x

x + y = 12

Here, the 1st equation shows that y is equal to 2x. This means we can put this value in place of y. So, let us put the value of y in the 2nd equation.

Putting such a value of y will make the entire equation involve one variable. When an equation has one variable, we can easily find its solution.

Substituting the value of y in 2nd equation,

x + 2x = 12

3x = 12

x = 12 / 3             

x = 4

So, now we have a specific value for x. But don’t forget, you need the value of y. We have to find a specific value for y. For this, we will put the value of x into the 1st equation.

y = 2x

y = 2(4) (substituting 4 in place of x)

y = 8

So, in solving the system of equations by substitution, we got our solution. 

The solution to the given system of equations is (4,8). 

It is better if we check these solutions. For this, we have to put the solutions back into the system of equations.

1st equation: y = 2x

Putting the values,

8 = 2(4)

8 = 8

2nd equation: x + y = 12

Putting the values,

4 + 8 = 12

12 = 12

The above system of equations is a basic example. So you can easily understand the concept. 

Let us move ahead.

Solving for a variable first before using the Substitution Method

Usually, as a High school student, you won’t get the value of x or y already equated. There will be no ready-to-use value for substitution. Rather, you will get the problem as a pair of linear equations to solve.

Consider a System of Equations:

3x + 4y = -5

2x – 3y = 8

Here, we can observe that none of the above equations is already solved. There is no value for either x or y available for substitution. So, we have to first solve for x or y. Then, we will do the substitution. 

How to do this? Let us Discuss.

For solving systems of linear equations by substitution, we have to follow these steps:

Step 1: Select one equation from a pair of linear equations. 

Step 2: Now, we have to solve it for any of its variables (say, either x or y).

Step 3: Substitute the variable’s value (solved in Step 2) in the other equation.

Step 4: Solve the second equation to find the value of the other variable.

Step 5: Check the solutions. We can do so by putting them into either of the original equations. Such an equation must involve both variables.

When we are solving systems of linear equations by substitution, typically, one equation and one of the variables pave the way for the solution more quickly than the other. To understand this well, let us solve some examples.

Solved Examples

Example 1

3x + 4y = -5

2x – 3y = 8

Now, we will try solving the system of equations by substitution.

Here, we will solve by selecting variable x and the second equation.

First, we will solve x for the 2nd equation.

2x – 3y = 8

2x = 3y + 8

x = 3y / 2 + 4                                       (3rd eq.)

Next, we will substitute the value of x, i.e., 3y / 2 + 4, in the 1st equation.

3x + 4y = -5

3(3y / 2 + 4) + 4y = -5

Now, we will solve this equation.

9y / 2 + 12 + 4y = -5

17y / 2 = -5 – 12

17y / 2 = -17

y = -2

Here, we will substitute the value of y into any equation that has both the variables x and y.

Substituting the value of y, i.e., y = -2, into the 3rd equation.

x = 3y / 2 + 4

x = 3(-2) / 2 + 4

x = -6 / 2 + 4

x = -3 + 4

x = 1

Also, students can check their solutions by putting the found values in both the original equations.

Putting the values of both variables x and y in the 1st equation.

3x + 4y = -5

3(1) + 4(-2) = -5

3-8 = -5

-5 = -5

2x – 3y = 8

2(1) – 3(-2) = 8

2 + 6 = 8

8 = 8

Both LHS and RHS are equal.

Hence, the solutions x = 1 and y = –2 are correct.

A fact to consider: When solving systems of linear equations by substitution method, if the resultant solution is correct, it will be 0 = 0 (or LHS = RHS) on checking it. This shows that the system is dependent. Any of the original equations is a solution. However, if the substitution method results in an incorrect solution, it will not result in LHS = RHS (e.g. 0 = 4). This shows that the system is inconsistent. There is no solution for this system.

Example 2

-7x – 2y = -13

x – 2y = 11

Like before, we will solve by selecting variable x and the second equation.

x = 11 + 2y

Now, we will put this value of x in the 1st equation.

-7x – 2y = -13

-7(11 + 2y) – 2y = -13

-77 – 14y – 2y = -13

-77 – 16y = -13

-16y = -13 + 77

-16y = 64 

 y = -4             (on dividing 64 by 12)

Now, we have to find x. For this, put the value of y in the 1st equation.

x = 11 + 2y

x = 11+ 2(-4)

x = 11 – 8

x =  3

Hence, the solution for this system of equations is (3, -4).

Checking the solutions:

-7x – 2y = -13

-7(3) – 2(-4) = -13

-21 + 8 = -13

-13 = -13

x = 11 + 2y

3 = 11 + 2(-4)

3 = 11 – 8

3 = 3

It proves that the values or solutions are correct.

Application-based Problem

  1. The perimeter of a rectangle is 60 m. The length of this rectangle is 10 m longer than its breadth. Calculate the dimensions of the rectangle by the substitution method.

Let l be the length and b be the breadth.

Framing the above information into a system of equations: 

2 (l + b) = 60

l = b + 10

(Here, we have variables l & b in place of x & y)

On Substituting the value of l in the 1st equation,

2 [(b + 10) + b] = 60

2 [2b + 10] = 60

4b + 20 = 60

4b = 60 – 20

4b = 40

b = 10                  (on dividing 20 by 4)

Now, to find l:

Putting the value of b in the 2nd equation.

l = b + 10

l = 10 + 10

l = 20

Checking both solutions:

Substituting values in the 1st equation,

2 (l + b) = 60

2 (20 + 10) = 60

2 (30) = 60

60 = 60

Substituting values in the 2nd equation,

l = b + 10

20 = 10 + 10

20 = 20

This proves the solutions are correct.

Hence, the length of the rectangle is 20 m, and its breadth is 10 m.

Students can refer to the above examples to learn how to solve the system of equations by substitution for solving relevant math problems.

At A Glance

We can summarize the method of substitution in three steps:

  1. Solve any one equation for one of its variables.
  2. Put/Substitute the found value into the other equation and solve it.
  3. Put/Substitute the solution for one variable into the original equation to find the other variable.

Solving the system of equations by substitution method is an efficient way of solving algebraic and geometric problems. 

Frequently Asked Questions

1. How do you solve equations with the substitution method?

Solving equation with the substitution method is a lot like solving equations with the addition and subtraction method, but it’s a little easier to understand. If you have an equation like 3x – 4 = 7 and you want to solve it using the substitution method, you just need to find two numbers that add up to 7 but are multiples of 3. In this case, those numbers are 2 and 4—so:

3x – 4 = 7

In our example above, we’re trying to solve for x, so we can plug these two numbers into our original equation and see what we get:

3x – 4 = 7

2 + 4 = 6 (which means that x = 6

2. How do I solve the system of equations?

The first thing to do is to write down the equations, and then separate them by variables.

Next, use algebraic techniques to solve for the unknown values.

After that, plug each value into each equation, and solve for the other unknown value.

3. How do you solve each system by substitution?

To solve a system of equations, you’ll want to substitute one equation for the other. To do this, you’ll need to know what variable you’re working with. Is it an unknown, or is it an already known number? If the variable is unknown, then you’ll want to substitute it for that variable. If the variable is already known, then you’ll want to substitute it for that variable and leave the other as is.

4. How do you solve the system using substitution?

The solution to a system of equations is the point where all of the lines intersect. In order to find that point, we need to solve for all of the variables. To solve for all of the variables, we substitute one variable into each of the equations.

5. How do use substitution when solving a system of equations?

In a system of equations, there are two or more variables.

To solve a system of equations, you need to get one variable to be equal to the other variable(s).

The easiest way to do this is by using substitution.

Substitution is when you replace one variable with another value.

solving system of equations by substitution

Comments:

Related topics

Addition and Multiplication Using Counters and Bar-Diagrams

Addition and Multiplication Using Counters & Bar-Diagrams

Introduction: We can find the solution to the word problem by solving it. Here, in this topic, we can use 3 methods to find the solution. 1. Add using counters 2. Use factors to get the product 3. Write equations to find the unknown. Addition Equation: 8+8+8 =? Multiplication equation: 3×8=? Example 1: Andrew has […]

Read More >>
DILATION

Dilation: Definitions, Characteristics, and Similarities

Understanding Dilation A dilation is a transformation that produces an image that is of the same shape and different sizes. Dilation that creates a larger image is called enlargement. Describing Dilation Dilation of Scale Factor 2 The following figure undergoes a dilation with a scale factor of 2 giving an image A’ (2, 4), B’ […]

Read More >>
Numerical Expressions

How to Write and Interpret Numerical Expressions?

Write numerical expressions What is the Meaning of Numerical Expression? A numerical expression is a combination of numbers and integers using basic operations such as addition, subtraction, multiplication, or division. The word PEMDAS stands for: P → Parentheses E → Exponents M → Multiplication D → Division  A → Addition S → Subtraction         Some examples […]

Read More >>
System of linear inequalities

System of Linear Inequalities and Equations

Introduction: Systems of Linear Inequalities: A system of linear inequalities is a set of two or more linear inequalities in the same variables. The following example illustrates this, y < x + 2…………..Inequality 1 y ≥ 2x − 1…………Inequality 2 Solution of a System of Linear Inequalities: A solution of a system of linear inequalities […]

Read More >>

Other topics