Menu

Math Lesson 9.7.3 - Solving Systems of Linear Equations

Please provide a rating, it takes seconds and helps us to keep this resource free for all to use

[ 1 Votes ]

Welcome to our Math lesson on Solving Systems of Linear Equations, this is the third lesson of our suite of math lessons covering the topic of Systems of Linear Equations. Methods for Solving Them., you can find links to the other lessons within this tutorial and access additional Math learning resources below this lesson.

Methods for Solving Systems of Linear Equations

There are three methods for solving a system of linear equations, where two of which are numerical methods and the third one is graph - based. We will explain each of them in the following part of this tutorial.

1. Elimination method

This is the easiest method for solving linear equations if the proper conditions are met. It consists of the elimination of one of the variables through the addition of the two equations to each other. Creating the proper conditions means multiplying one or both equations by suitable coefficients, to create possible solutions to cancel the variable we choose to eliminate from the resulting equation. Then, we continue with the solution because the new equation obtained, now has only one variable. After calculating the value of this variable, we substitute it in any of the original equations to find the value of the other variable (the one that was eliminated before).

Let's clarify this point through a couple of examples.

Example 3

Solve the following system of linear equations by the elimination method.

x + 3y = 143x - 2y = 9

Solution 3

We have two choices for eliminating one of the variables:

  1. Multiplying by - 3 the first equation only. In this way, we eliminate the variable x after adding the two equations.
  2. Multiplying the by 2 the first equation and by - 3 the second equation. In this way, we eliminate the variable y after adding the two equations.

Let's choose the first option. Thus, multiplying the first equation by - 3 yields

-3x - 9y = - 423x - 2y = 9

Adding the two equations means adding the left sides and the right sides separately. This eliminates the variable x because -3x + 3x = 0 and yields for the rest

- 9y - 2y = - 42 + 9
- 11y = - 33
y = ( - 33)/( - 11)
y = 3

Now, we can substitute this value found for y in any of the original equations, for example in the first one. Thus,

x + 3 ∙ 3 = 14
x + 9 = 14
x = 14 - 9
x = 5

Thus, the number pair (5, 3) is a solution set for this system of linear equations.

Proof:

5 + 3 ∙ 3 = 143 ∙ 5 - 2 ∙ 3 = 9
5 + 9 = 1415 - 6 = 9
14 = 14 true9 = 9 true

Sometimes, it is necessary to multiply both equations by different coefficients to eliminate any variable, as we will see in the next example.

Example 4

Solve the following system of equations using the elimination method.

5x - 2 = 4y3y - 4x = - 2

Solution 4

First, we must write each equation in the form ax + by = -c. Thus,

5x - 4y = 2 - 4x + 3y = - 2

Now, let's multiply the first equation by 3 and the second equation by 4 to eliminate y. Thus,

3 ∙ 5x - 3 ∙ 4y = 3 ∙ 24 ∙ ( - 4x) + 4 ∙ 3y = 4 ∙ ( - 2)
15x - 12y = 6 - 16x + 12y = - 8

Adding the two equations yields

- x = - 2
x = 2

Let's substitute this value in the first equation to find y (we substitute the value of x in the first equation as it has smaller numbers, but you can substitute it in the second equation as well if you wish). Thus,

5 ∙ 2 - 2 = 4y
10 - 2 = 4y
8 = 4y
y = 8/4/
y = 2

Proof:

5 ∙ 2 - 2 = 4 ∙ 23 ∙ 2 - 4 ∙ 2 = - 2
10 - 2 = 86 - 8 = - 2
8 = 8 true - 2 = - 2 true

2. Substitution method

This is the second method for solving a system of linear equations. It consists of choosing an equation from the system for expressing one of the variables in terms of the other variable and then, substituting the corresponding expression in the other equation. In this way, we obtain a first - order equation with one variable.

For example, in the system of equations

2x - y = 5x + 3y = 13

we can write the variable y in terms of the other variable x in the first equation, i.e. y = 2x - 5 and substitute the variable y in the second equation with this expression obtained from the first. In this way, we obtain

x + 3 ∙ (2x - 5) = 13
x + 6x - 15 = 13
7x = 13 + 15
7x = 28
x = 4

As for the value of y, we write

y = 2 ∙ 4 - 5
y = 8 - 5
y = 3

Proof:

2 ∙ 4 - 3 = 5
8 - 3 = 5
5 = 5 (true)

and

4 + 3 ∙ 3 = 13
4 + 9 = 13
13 = 13 (true)

Example 5

Solve the following system of linear equations by substitution method.

x - y/3 = 63x - 5y = - 30

Solution 5

It is better to multiply the first equation by 3 first, to eliminate the fraction. Doing this, yields

3x - y = 183x - 5y = - 30

From the first equation, we obtain y = 3x - 18. We substitute y with this expression into the second equation and solve it for x. Hence,

3x - 5 ∙ (3x - 18) = - 30
3x - 5 ∙ 3x - 5 ∙ ( - 18) = - 30
3x - 15x + 90 = - 30
- 12x = - 30 - 90
- 12x = - 120
x = -120/-12
x = 10

Now, we can replace the variable x with 10 in any of the equations of the system - for example in the first - to obtain

3 ∙ 10 - y = 18
30 - y = 18
y = 30 - 18
y = 12

Proof:

3 ∙ 10 - 12 = 18
30 - 12 = 18
18 = 18 (true)

and

3 ∙ 10 - 5 ∙ 12 = -30
30 - 60 = -30
-30 = -30 (true)

Remark! It is not necessary to make the proof after every system you solve. It is recommended however that you make a quick mental proof to be sure that you have correctly solved the system.

3. Graphing method

This method consists of plotting the graphs of each linear equation in the system and checking the coordinates of the meeting point, as they represent the solution set of the system. This is because at the meeting point both equations have the same values for the variable x and also for the other variable y.

We discussed some linear equation graphs in the initial part of this tutorial. We explained that we need to have only two points for each equation given in order to plot the graph of linear equations. We will continue in this way in this part of the tutorial as well.

Let's take an example for illustration. In the system of linear equations

-2x + y = 5x - 3y = -5

we have to plot the graphs of each equation in the same figure and see where they meet. But first, we have to find two points from each graph that allow us to plot them. We have to choose the values of the x-variable and find the corresponding values of the y-variable. Thus, in the first equation let's take for example x = 0 and x = 2. Substituting them in the first equation we obtain

- 2 ∙ 0 + y = 5
0 + y = 5
y = 5

and

- 2 ∙ 2 + y = 5
-4 + y = 5
y = 5 + 4
y = 9

Therefore, points A(0, 5) and B(2, 9) are points that belong to the first graph.

Then, we follow the same procedure for the second equation of the system as well. We can take x = -5 and x = 4 and find the corresponding y-values. Thus,

-5 - 3y = - 5
-3y = - 5 + 5
-3y = 0
y = 0

and

4 - 3y = - 5
-3y = -5 - 4
-3y = -9
y = -9/-3
y = 3

Therefore, points C( - 5, 0) and D(4, 3) are points that belong to the first graph.

Now, we plot both graphs in the same coordinate system as shown below.

Math Tutorials: Systems of Linear Equations. Methods for Solving Them. Example

As you see, the intercept point is at ( - 2, 1). This means the solution set of this system of equations is x = -2 and y = 1.

We can confirm this graphical solution through one of the other methods discussed earlier; for example through the elimination method. Thus, multiplying by 3 the first equation of the system

-2x + y = 5x - 3y = -5

to eliminate y, yields

-6x + 3y = 15x - 3y = -5

Adding the two equations, yields

- 6x + 3y + x - 3y = 15 - 5
-5x = 10
x = 10/-5
x = -2

Hence, substituting this value in the second equation (for convenience) yields

- 2 - 3y = -5
-3y = - 5 + 2
-3y = - 3
y = -3/-3
y = 1

These results are identical to those obtained through the graphing method.

Example 6

Solve the following system of linear equations through the graphing method.

3x - y = 1-2x + y = 1

Solution 6

We can create tables to have the values arranged better. Thus,

Math Tutorials: Systems of Linear Equations. Methods for Solving Them. Example

Hence, the graphs of the two equations are as shown below:

Math Tutorials: Systems of Linear Equations. Methods for Solving Them. Example vFrom the figure, it is clear that point M is the intercept of the two lines. It has the coordinates M(2, 5). This means the solution set of our system of equations is x = 2 and y = 5. We can prove this solution by replacing the variables with these values in the system. Thus, for the first equation, we have

3x - 5 = 1
3 ∙ 2 - 5 = 1
6 - 5 = 1
1 = 1 (true)

and for the second equation, we have

- 2x + y = 1
-2 ∙ 2 + 5 = 1
1 = 1 (true)

More Systems of Linear Equations. Methods for Solving Them. Lessons and Learning Resources

Equations Learning Material
Tutorial IDMath Tutorial TitleTutorialVideo
Tutorial
Revision
Notes
Revision
Questions
9.7Systems of Linear Equations. Methods for Solving Them.
Lesson IDMath Lesson TitleLessonVideo
Lesson
9.7.1Linear Equations Definition
9.7.2Systems of Linear Equations
9.7.3Solving Systems of Linear Equations

Whats next?

Enjoy the "Solving Systems of Linear Equations" math lesson? People who liked the "Systems of Linear Equations. Methods for Solving Them. lesson found the following resources useful:

  1. Solving Systems Feedback. Helps other - Leave a rating for this solving systems (see below)
  2. Equations Math tutorial: Systems of Linear Equations. Methods for Solving Them.. Read the Systems of Linear Equations. Methods for Solving Them. math tutorial and build your math knowledge of Equations
  3. Equations Video tutorial: Systems of Linear Equations. Methods for Solving Them.. Watch or listen to the Systems of Linear Equations. Methods for Solving Them. video tutorial, a useful way to help you revise when travelling to and from school/college
  4. Equations Revision Notes: Systems of Linear Equations. Methods for Solving Them.. Print the notes so you can revise the key points covered in the math tutorial for Systems of Linear Equations. Methods for Solving Them.
  5. Equations Practice Questions: Systems of Linear Equations. Methods for Solving Them.. Test and improve your knowledge of Systems of Linear Equations. Methods for Solving Them. with example questins and answers
  6. Check your calculations for Equations questions with our excellent Equations calculators which contain full equations and calculations clearly displayed line by line. See the Equations Calculators by iCalculator™ below.
  7. Continuing learning equations - read our next math tutorial: Relationship between Equations in Linear Systems. Systems of Equations with One Linear and One Quadratic Equation

Help others Learning Math just like you

Please provide a rating, it takes seconds and helps us to keep this resource free for all to use

[ 1 Votes ]

We hope you found this Math tutorial "Systems of Linear Equations. Methods for Solving Them." useful. If you did it would be great if you could spare the time to rate this math tutorial (simply click on the number of stars that match your assessment of this math learning aide) and/or share on social media, this helps us identify popular tutorials and calculators and expand our free learning resources to support our users around the world have free access to expand their knowledge of math and other disciplines.

Equations Calculators by iCalculator™