Paul's Online Notes
Paul's Online Notes
Home / Algebra / Systems of Equations / Linear Systems with Two Variables
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 7.1 : Linear Systems with Two Variables

1. Use the Method of Substitution to find the solution to the following system or to determine if the system is inconsistent or dependent.

\[\begin{align*}x - 7y & = - 11\\ 5x + 2y & = - 18\end{align*}\]

Show All Steps Hide All Steps

Start Solution

Before we get started with the solution process for this system we need to make it clear that there is no “one correct solution path”. There are lots of solution paths that we can take to find the solution to this system. All are correct and all will end up with the same solution to the system (provided the work has been done correctly of course…).

Okay, let’s get started on the solution to this system.

The Method of Substitution tells us that we first need to solve one of the equations for one of the variables. The equation we solve and the variable we solve for technically doesn’t matter as noted above.

However, there is often one equation/variable combination that is “easier” than the others. In this case we can quickly solve the first equation for \(x\) without a lot of extra work so let’s do that.

\[x - 7y = - 11\hspace{0.25in} \Rightarrow \hspace{0.25in}x = 7y - 11\] Show Step 2

We now take the equation for \(x\) we found above and substitute this into the other equation (the second equation in this case). Doing this gives,

\[\begin{align*}5x + 2y & = - 18\\ 5\left( {7y - 11} \right) + 2y & = - 18\end{align*}\] Show Step 3

We can now solve the equation we found in the previous step for \(y\). Doing this gives,

\[\begin{align*}5\left( {7y - 11} \right) + 2y & = - 18\\ 35y - 55 + 2y & = - 18\\ 37y & = 37\hspace{0.25in} \to \hspace{0.25in}y = 1\end{align*}\] Show Step 4

Finally, we can plug the value of \(y\) we found in the previous step into the equation for \(x\) we found in the first step. This gives,

\[x = 7\left( 1 \right) - 11 = - 4\]

The solution to the system is then : \(\require{bbox} \bbox[2pt,border:1px solid black]{{x = - 4,\,\,y = 1}}\).