Skip to main content
Logo image

Section 3.6 Systems of Linear Equations (LF6)

Subsection 3.6.1 Activities

Observation 3.6.1.

Often times when solving a real-world application, more than one equation is necessary to describe the information. We’ll investigate some of those in this section.

Activity 3.6.2.

Admission into a carnival for \(4\) children and \(2\) adults is \(\$128.50\text{.}\) For \(6\) children and \(4\) adults, the admission is \(\$208\text{.}\) Assuming a different price for children and adults, what is the price of the child’s admission and the price of the adult admission?

Definition 3.6.3.

A system of linear equations consists of two or more linear equations made up of two or more variables. A solution to a system of equations is a value for each of the variables that satisfies all the equations at the same time.

Remark 3.6.5.

While we can test points to determine if they are solutions, it is not feasible to test every possible point to find a solution. We need a method to solve a system.

Activity 3.6.6.

Consider the following system of equations.
\begin{equation*} \begin{cases} 3x-y=2\\ x+4y=5 \end{cases} \end{equation*}
(d)
Check that the point of intersection of the two lines is a solution to the system of equations.
Answer.
To check to see if the point of intersection is a solution, plug in \(1\) in for \(x\) and \(1\) in for \(y\) into BOTH equations.

Remark 3.6.7.

Sometimes it is difficult to determine the exact intersection point of two lines using a graph. Let’s explore another possible method for solving a system of equations.

Activity 3.6.8.

Consider the following system of equations.
\begin{equation*} \begin{cases} 3x+y=4\\ x+3y=10 \end{cases} \end{equation*}
(e)
Write the solution to the system of equations (the found values of \(x\) and \(y\)) as an ordered pair.
Answer.
\((0.25, 3.25)\)

Remark 3.6.9.

This method of solving a system of equations is referred to as the Substitution Method.
  1. Solve one of the equations for one variable.
  2. Substitute the expression into the other equation to solve for the remaining variable.
  3. Substitute that value into either equation to find the value of the first variable.

Activity 3.6.10.

Solve the following system of equations using the substitution method.
\begin{equation*} \begin{cases} x+2y=-1\\ -x+y=3 \end{cases} \end{equation*}
Answer.
\(\left( -\dfrac{7}{3}, \dfrac{2}{3} \right)\)

Remark 3.6.11.

While the substitution method will always work, sometimes the resulting equations will be difficult to solve. Let’s explore a third method for solving a system of two linear equations with two variables.

Activity 3.6.12.

Consider the following system of equations.
\begin{equation*} \begin{cases} 5x+7y=12\\ 3x-7y=37 \end{cases} \end{equation*}

Remark 3.6.13.

This method of solving a system of equations is referred to as the Elimination Method.
  1. Combine the two equations using addition or subtraction to eliminate one of the variables.
  2. Solve the resulting equation.
  3. Substitute that value into either equation to find the value of the other variable.

Activity 3.6.14.

Solve the following system of equations using the elimination method.
\begin{equation*} \begin{cases} 7x-4y=3\\ 3y-7x=8 \end{cases} \end{equation*}
Answer.
\(\left(-\dfrac{41}{7} ,-11 \right)\)

Activity 3.6.15.

Consider the following system of equations.
\begin{equation*} \begin{cases} 5x-9y=6\\ -10x+4y=2 \end{cases} \end{equation*}
Notice that if you simply add the two equations together, it will not eliminate a variable. Substitution will also be difficult since it involves fractions.

Activity 3.6.16.

For each system of equations, determine which method (graphical, substitution, or elimination) might be best for solving.

Subsection 3.6.2 Exercises