Skip to main content
\(\require{cancel}\newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\point}[2]{\left(#1,#2\right)} \newcommand{\highlight}[1]{{\color{blue}{{#1}}}} \newcommand{\highlightr}[1]{{\color{red}{{#1}}}} \newcommand{\highlightg}[1]{{\color{green}{{#1}}}} \newcommand{\highlightp}[1]{{\color{purple}{{#1}}}} \newcommand{\highlightb}[1]{{\color{brown}{{#1}}}} \newcommand{\lowlight}[1]{{\color{lightgray}{#1}}} \newcommand{\attention}[1]{\mathord{\overset{\downarrow}{#1}}} \newcommand{\substitute}[1]{{\color{blue}{{#1}}}} \newcommand{\addright}[1]{{\color{blue}{{{}+#1}}}} \newcommand{\addleft}[1]{{\color{blue}{{#1+{}}}}} \newcommand{\subtractright}[1]{{\color{blue}{{{}-#1}}}} \newcommand{\multiplyright}[2][\cdot]{{\color{blue}{{{}#1#2}}}} \newcommand{\multiplyleft}[2][\cdot]{{\color{blue}{{#2#1{}}}}} \newcommand{\divideunder}[2]{\frac{#1}{{\color{blue}{{#2}}}}} \newcommand{\divideright}[1]{{\color{blue}{{{}\div#1}}}} \newcommand{\apple}{\text{šŸŽ}} \newcommand{\banana}{\text{šŸŒ}} \newcommand{\pear}{\text{šŸ}} \newcommand{\cat}{\text{šŸ±}} \newcommand{\dog}{\text{šŸ¶}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section1.4Systems of linear equations

Subsection1.4.1Videos

Subsection1.4.2Written Examples

A linear equation in \(x\) and \(y\) is an equation that can be written in the form \(ax+by=c\) where \(a\text{,}\) \(b\text{,}\) and \(c\) are constants, and not both \(a\) and \(b\) are \(0\text{.}\) When graphed, a linear equation produces a line consisting of all of the ordered pairs that satisfy the equation (make the two sides of the equation have equal value).

A linear system of equations in two variables is a collection of two or more linear equations with those two variables. Solving a system of linear equations in two variables entails determining what ordered pairs, if any, satisfy every equation in the system. With the advent of graphing technology, one efficient way of determining the solution set to a system of linear equations is by graphing the line associated with every equation in the system and analyzing the result.

Consider the following system of equations. Please note that the large left brace is the symbol we use to indicate that the two equations form a system ā€” that we are looking for ordered pairs that satisfy both equations in the system.

\begin{equation*} \left\{ \begin{aligned} 3x-2y\amp=-8\\ 2x-y\amp=-6\\ \end{aligned} \right. \end{equation*}

If we were going to graph these two lines by hand, there would be value in manipulating the equations into slope-intercept from. Let's go ahead and do that.

\begin{align*} 3x-2y\amp=-8\\ 3x-2y\subtractright{3x}\amp=-8\subtractright{3x}\\ -2y\amp=-3x-8\\ \multiplyleft{-\frac{1}{2}}(-2y)\amp=\multiplyleft{-\frac{1}{2}}(-3x-8)\\ y\amp=\frac{3}{2}x+4 \end{align*}
\begin{align*} 2x-y\amp=-6\\ 2x-y\subtractright{2x}\amp=-6\subtractright{2x}\\ -y\amp=-2x-6\\ \multiplyleft{(-y)}\amp=\multiplyleft{(-2x-6)}\\ y\amp=2x+6 \end{align*}

From the slope-intercept form of the line with equation \(3x-2x=-8\text{,}\) we can see that the line has a \(y\)-intercept of \((0,4)\) and a slope of \(\frac{3}{2}\text{.}\)

From the slope-intercept form of the line with equation \(2x-y=-6\text{,}\) we can see that the line has a \(y\)-intercept of \((0,6)\) and a slope of \(2\text{.}\)

As seen in FigureĀ 1.4.1, the two lines intersect at the point \((-4,-2)\text{.}\) So the solution to the given system of equations is the ordered pair \((-4,-2)\text{.}\)

plain text
Figure1.4.1\(3x-2y=-8\) and \(2x-y=-6\)

When solving a system of two linear equations with two unknowns, there are three possible outcomes for the nature of the solution. The most common outcome is that there is exactly one ordered pair that satisfies both equations. This outcome is illustrated by the intersecting lines shown in FigureĀ 1.4.2 Another possible outcome is that no ordered pair satisfies both equations. This outcome is illustrated by the parallel lines shown in FigureĀ 1.4.3. The third possible outcome is that the two equations are equivalent ā€” that they are two manifestations of the equation for the same line. In this case, every point on the line satisfies both equations in the system. This outcome is illustrated by the single line shown in FigureĀ 1.4.4.

plain text
plain text
plain text
Figure1.4.2\(2x+y=3\) and \(x-2y=8\)
Figure1.4.3\(x-y=3\) and \(-x+y=1\)
Figure1.4.4\(2x+3y=6\) and \(y=-\frac{2}{3}x+2\)

When there is at least one ordered pair that satisfies both equations in the system, the system is said to be consistent. When there are no ordered pairs that satisfy both equations in the system, the system is said to be inconsistent.

When there is exactly one or zero ordered pairs that satisfy both equations in the system, the equations in the system are said to be independent. When there is more than one ordered pair that satisfies both equations in the system, the equations are said to be dependent.

plain text
plain text
plain text
Figure1.4.5Consistent System; Independent Equations
Figure1.4.6Inconsistent System; Independent Equations
Figure1.4.7Consistent System; Dependent Equations

Consider the linear system of equations stated below.

\begin{equation*} \left\{ \begin{aligned} 2x-5y\amp=7\\ 2x+y\amp=3\\ \end{aligned} \right. \end{equation*}
plain text
Figure1.4.8\(2x-5y=7\) and \(2x+y=3\)

The system is graphed FigureĀ 1.4.8. The system is clearly consistent, but there is no way to visually determine the exact solution based upon the graph. If we were working with graphing technology, the software could undoubtedly determine the exact solution, but dependent upon the decimal form of the coordinates of the points, we may only be able to recognize an approximation of the solution.

Surely people were able to determine the solution to that system before the advent of graphing technology. Indeed they were. There actually are several processes for determining the solution to linear systems of two equations with two unknowns. In this section we are going to explore one of those processes, the process of substitution.

Referring again to

\begin{equation*} \left\{ \begin{aligned} 2x-5y\amp=7\\ 2x+y\amp=3\\ \end{aligned} \right. \end{equation*}

we can see that we could easily isolate \(y\) the second equation. Let's go ahead and do that.

\begin{align*} 2x+y\amp=3\\ 2x+y\subtractright{2x}\amp=3\subtractright{2x}\\ y\amp=-2x+3 \end{align*}

Since the solution to the system must satisfy both equations in the system, it's got to be the case that the \(y\)-coordinate is equal to \(-2x+3\text{.}\) We can use that fact to reduce the number of variables in the first equation to one by substituting the expression \(-2x+3\) for \(y\text{.}\) We can then solve the resultant equation for \(x\text{.}\) Let's go ahead and do that.

\begin{align*} 2x-5\highlight{y}\amp=7\\ 2x-5(\highlight{-2x+3})\amp=7\\ 2x+10x-15\amp=7\\ 12x-15\amp=7\\ 12x-15\addright{15}\amp=7\addright{15}\\ 12x\amp=22\\ \divideunder{12x}{12}\amp=\divideunder{22}{12}\\ x\amp=\frac{11}{6} \end{align*}

So the solution has an \(x\)-coordinate of \(\frac{11}{6}\text{.}\) Let's substitute that value for \(x\) in the equation \(y=-2x+3\) and simplify to determine the \(y\)-coordinate of the solution.

\begin{align*} y\amp=-2\highlight{x}+3\\ y\amp=-2(\highlight{\frac{11}{6}})+3\\ y\amp=-\frac{11}{3}+\frac{9}{3}\\ y\amp=-\frac{2}{3} \end{align*}

So the solution to the system of equations is the ordered pair \((\frac{11}{6},-\frac{2}{3})\text{.}\) Let's verify.

\begin{equation*} \left\{ \begin{aligned} 2(\highlight{\frac{11}{6}})-5(\highlightr{-\frac{2}{3}})\amp=7\,?\\ 2(\highlight{\frac{11}{6}})+(\highlightr{-\frac{2}{3}})\amp=3\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} \frac{11}{3}+\frac{10}{3}\amp=7\,?\\ \frac{11}{3}-\frac{2}{3}\amp=3\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} \frac{21}{3}\amp=7\,\checkmark\\ \frac{9}{3}\amp=3\,\checkmark\\ \end{aligned} \right. \end{equation*}

The usual process of using substitution to solve a system of two linear equations with two unknowns is outlined below. This is the process used when exactly one ordered pair satisfies the system. Some of the steps are different in other situations ā€” those situations will be discussed later.

  1. Isolate one of the variables in one of the equations. If you can, choose a variable and equation that will not result in unnecessary fractions.
  2. Substitute the expression on the other side of the isolated variable for that variable in the other equation.
  3. You now have an equation with only one variable. Go ahead and solve that equation for the remaining variable.
  4. Substitute the value you determined in step 3 into the equation you found in step 1 to determine the value of the variable you isolated in step 1.
  5. Check your solution in both equations, and assuming it is correct, state your solution. If the solution is not correct, find your mistake and/or rework the problem from scratch.

Let's see the steps in action.

Example

Determine the solution to the system stated below.

\begin{equation*} \left\{ \begin{aligned} 3x-4y\amp=-17\\ 2x+4y\amp=2\\ \end{aligned} \right. \end{equation*}

Step 1

We need isolate one of the variables in one of the equations. I choose to isolate \(x\) in the second equation, because any other choice will lead to unnecessary fractions.

\begin{align*} 2x+4y\amp=2\\ 2x+4y\subtractright{4y}\amp=2\subtractright{4y}\\ 2x\amp=-4y+2\\ \multiplyleft{\frac{1}{2}}2x\amp=\multiplyleft{\frac{1}{2}}(-4y+2)\\ x\amp=-2y+1 \end{align*}

Steps 2 and 3

We now substitute the expression \(-2y+1\) for \(x\) in the first equation stated in the system. We then go ahead and solve that equation for \(y\text{.}\)

\begin{align*} 3\highlight{x}-4y\amp=-17\\ 3(\highlight{-2y+1})-4y\amp=-17\\ -6y+3-4y\amp=-17\\ -10y+3\amp=-17\\ -10y+3\subtractright{3}\amp=-17\subtractright{3}\\ -10y\amp=-20\\ \divideunder{-10y}{-10}\amp=\divideunder{-20}{-10}\\ y\amp=2 \end{align*}

Step 4

We now substitute \(2\) for \(y\) in the equation \(x=-2y+1\) to determine the value of \(x\text{.}\)

\begin{align*} x\amp=-2(\highlight{2})+1\\ x\amp=-3 \end{align*}

Step 5

We now check our solution and state our conclusion.

\begin{equation*} \left\{ \begin{aligned} 3(\highlight{-3})-4(\highlightr{2})\amp=-17\,?\\ 2(\highlight{-3})+4(\highlightr{2})\amp=2\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -9-8\amp=-17\,\checkmark\\ -6+8\amp=2\,\checkmark\\ \end{aligned} \right. \end{equation*}

The solution to the stated system of equations is the ordered pair \((-3,2)\text{.}\)

We now turn our attention to the manner in which we recognize that a linear system of two equations has no solutions or an "infinite number" of solutions, the latter case occurring when the two equations are equivalent. The process begins as if we were trying to find the unique ordered pair that satisfies the system. The signal that we are in an usual situation occurs in step 3 of that process. Let's see how.

  1. Isolate one of the variables in one of the equations. If you can, choose a variable and equation that will not result in unnecessary fractions.
  2. Substitute the expression on the other side of the isolated variable for that variable in the other equation.
  3. You now have an equation with only one variable. Go ahead and try to solve that equation for the remaining variable. The thing that indicates that something unusual is afoot is when the variable disappears. If that occurs, and what is left behind is a false statement (called a contradiction) such as \(2=5\text{,}\) you can conclude that there are no ordered pairs that satisfy both equations in the system. If the variable disappears and you are left with an equation that is always true (called an identity) such as \(7=7\text{,}\) you can conclude that the two equations in the system are different representations of the same line, and as such every ordered pair that falls on that line is a solution to the system.

The easiest way to check that either of these two solution types is correct is to manipulate both equations from the system into slope-intercept form. If the two equations really share no common ordered pairs, the two corresponding lines will have the same slope but different \(y\)-intercepts. If the two equations are equivalent, then the slope-intercept forms of their equations will be identical.

Example

Use the method of substitution to determined all solutions to the following system of equations.

\begin{equation*} \left\{ \begin{aligned} 2x-6y\amp=12\\ -x+3y\amp=-6\\ \end{aligned} \right. \end{equation*}

We begin by isolating \(x\) in the second equation from the system.

\begin{align*} -x+3y\amp=-6\\ -x+3y\subtractright{3y}\amp=-6\subtractright{3y}\\ -x\amp=-3y-6\\ \multiplyleft{-1}-x\amp=\multiplyleft{-1}(-3y-6)\\ x\amp=3y+6 \end{align*}

We now substitute \(3y+6\) for \(x\) in the first equation in the system.

\begin{align*} 2\highlight{x}-6y\amp=12\\ 2(\highlight{3y+6})-6y\amp=12\\ 6y+12-6y\amp=12\\ 12\amp=12 \end{align*}

We've arrived at an identity, so we conclude that the two equations in the system are two representations of the same line, and that every ordered pair that falls on that line is a solution to the system of equations. We can check by manipulating both equations into slope-intercept form and making sure that the two results are identical.

\begin{align*} 2x-6y\amp=12\\ 2x-6y\subtractright{2x}\amp=12\subtractright{2x}\\ -6y\amp=-2x+12\\ \multiplyleft{-\frac{1}{6}}-6y\amp=\multiplyleft{-\frac{1}{6}}(-2x+12)\\ y\amp=\frac{1}{3}x-2 \end{align*}
\begin{align*} -x+3y\amp=-6\\ -x+3y\addright{x}\amp=-6\addright{x}\\ 3y\amp=x-6\\ \multiplyleft{\frac{1}{3}}3y\amp=\multiplyleft{\frac{1}{3}}(x-6)\\ y\amp=\frac{1}{3}x-2 \end{align*}
Because the slope-intercept forms of the two equations are identical, we can safely conclude that the system does indeed have an "infinite number" of solutions, specifically every ordered pair on the line \(y=\frac{1}{3}x-2\text{.}\)

Example

Use the method of substitution to determined all solutions to the following system of equations.

\begin{equation*} \left\{ \begin{aligned} 4x+10y\amp=24\\ y\amp=-\frac{2}{5}x+5\\ \end{aligned} \right. \end{equation*}

Because \(y\) is already isolated in the second equation, let's run with that and substitute \(-\frac{2}{5}x+5\) for \(y\) in the first equation.

\begin{align*} 4x+10\highlight{y}\amp=24\\ 4x+10(\highlight{-\frac{2}{5}x+5})\amp=24\\ 4x-4x+50\amp=24\\ 50\amp=24 \end{align*}

We've arrived at the contradiction \(50=24\text{;}\) no matter what values we assign to \(x\) and \(y\text{,}\) we cannot force \(50\) and \(24\) to be equal. As such, it must be the case that there are no ordered pairs that satisfy both equations in the system. We can check by manipulating the first equation into slope-intercept form and seeing that the slope of the line is \(-\frac{2}{5}\) but that the \(y\)-intercept is not \((0,5)\) (as it is for the second equation).

\begin{align*} 4x+10y\amp=24\\ 4x+10y\subtractright{4x}\amp=24\subtractright{4x}\\ 10y\amp=-4x+24\\ \multiplyleft{\frac{1}{10}}10y\amp=\multiplyleft{\frac{1}{10}}(-4x+24)\\ y\amp=-\frac{2}{5}x+\frac{12}{5} \end{align*}

So we can see that if we graphed the two lines in the system, they would be parallel lines (same slope, different \(y\)-intercepts), so we are correct in our conclusion that the solution sets for the two equations share no common ordered pairs.

Sometimes there is no avoiding fractions when applying the method of substitution to a linear system of equations. For eaxmple, consider the following system of equations.

\begin{equation*} \left\{ \begin{aligned} -5x+3y\amp=4\\ 6x-7y\amp=2\\ \end{aligned} \right. \end{equation*}

No matter which variable we isolate, the expression on the other side of the equation will contain fractions. Fortunately, once we've made the substitution we can clear away the fractions before proceeding to the solution. Since there are no "good" choices, let's go ahead and solve the first equation for \(y\text{.}\)

\begin{align*} -5x+3y\amp=4\\ -5x+3y\addright{5x}\amp=4\addright{5x}\\ 3y\amp=5x+4\\ \multiplyleft{\frac{1}{3}}3y\amp=\multiplyleft{\frac{1}{3}}(5x+4)\\ y\amp=\frac{5}{3}x+\frac{4}{3} \end{align*}

We can substitute \(\frac{5}{3}x+\frac{4}{3}\) for \(y\) in the second original equation and solve the resultant equation for \(x\text{.}\)

\begin{align*} 6x-7\highlight{y}\amp=2\\ 6x-7(\highlight{\frac{5}{3}x+\frac{4}{3}})\amp=2\\ 6x-\frac{35}{3}x-\frac{28}{3}\amp=2\\ \multiplyleft{3}(6x-\frac{35}{3}x-\frac{28}{3})\amp=\multiplyleft{3}2\,\highlight{\text{ (clearing away the fractions)}}\\ 18x-35x-28\amp=6\\ -17x-28\amp=6\\ -17x-28\addright{28}\amp=6\addright{28}\\ -17x\amp=34\\ \divideunder{-17x}{-17}\amp=\divideunder{34}{-17}\\ x\amp=-2 \end{align*}

Let's substitute \(-2\) for \(x\) in the equation \(y=\frac{5}{3}x+\frac{4}{3}\) and solve for \(y\text{.}\)

\begin{align*} y\amp=\frac{5}{3}(\highlight{-2})+\frac{4}{3}\\ y\amp=\frac{-6}{3}\\ y\amp=-2 \end{align*}

Our proposed solution is \((-2,-2)\text{.}\) Let's check in the original system.

\begin{equation*} \left\{ \begin{aligned} -5(\highlight{-2})+3(\highlightr{-2})\amp=4\,?\\ 6(\highlight{-2})-7(\highlightr{-2})\amp=2\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 10-6\amp=4\,\checkmark\\ -12+14\amp=2\,\checkmark\\ \end{aligned} \right. \end{equation*}

The solution to the given system of equations is the ordered pair \((-2,-2)\text{.}\)

Example: Use the method of substitution to solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} \frac{5}{2}x-\frac{3}{7}y\amp=\frac{71}{28}\\ -\frac{7}{9}x+\frac{2}{3}y\amp=-\frac{43}{18}\\ \end{aligned} \right. \end{equation*}

Solution

Good grief. Let's start by clearing away the fractions, noting that \(28\) is the LCD of the fractions in the first equation and \(18\) is the LCD of the fractions in the second equation.

\begin{equation*} \left\{ \begin{aligned} \multiplyleft{28}(\frac{5}{2}x-\frac{3}{7}y)\amp=\multiplyleft{28}\frac{71}{28}\\ \multiplyleft{18}(-\frac{7}{9}x+\frac{2}{3}y)\amp=\multiplyleft{18}-\frac{43}{18}\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 70x-12y\amp=71\\ -14x+12y\amp=-43\\ \end{aligned} \right. \end{equation*}

Consideration of our choices for variable isolation does not bring good cheer. Let's keep the fractions as reasonable as possible and solve the second equation for \(y\text{.}\)

\begin{align*} -14x+12y\amp=-43\\ -14x+12y\addright{14x}\amp=-43\addright{14x}\\ 12y\amp=14x-43\\ \multiplyleft{\frac{1}{12}}12y\amp=\multiplyleft{\frac{1}{12}}(14x-43)\\ y\amp=\frac{7}{6}x-\frac{43}{12} \end{align*}

Let's go ahead and substitute \(\frac{7}{6}x-\frac{43}{12}\) for \(y\) in the equation \(70x-12y=71\) and solve the resultant equation for \(x\text{.}\)

\begin{align*} 70x-12\highlight{y}\amp=71\\ 70x-12(\highlight{\frac{7}{6}x-\frac{43}{12}})\amp=71\\ 70x-14x+43\amp=71\\ 56x+43\amp=71\\ 56x+43\subtractright{43}\amp=71\subtractright{43}\\ 56x\amp=28\\ \divideunder{56x}{56}\amp=\divideunder{28}{56}\\ x\amp=\frac{1}{2} \end{align*}

Let's substitute \(\frac{1}{2}\) for \(x\) in the equation \(y=\frac{7}{6}x-\frac{43}{12}\) and solve the resultant equation for \(y\text{.}\)

\begin{align*} y\amp=\frac{7}{6}(\highlight{\frac{1}{2}})-\frac{43}{12}\\ y\amp=\frac{7}{12}-\frac{43}{12}\\ y\amp=-\frac{36}{12}\\ y\amp=-3 \end{align*}

Our proposed solution is \((\frac{1}{2},-3)\) which is pretty clean, so probably correct. Never-the-less, we need to check it in the original system.

\begin{equation*} \left\{ \begin{aligned} \frac{5}{2}(\highlight{\frac{1}{2}})-\frac{3}{7}(\highlightr{-3})\amp=\frac{71}{28}\,?\\ -\frac{7}{9}(\highlight{\frac{1}{2}})+\frac{2}{3}(\highlightr{-3})\amp=-\frac{43}{18}\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} \frac{5}{4}+\frac{9}{7}\amp=\frac{71}{28}\,?\\ -\frac{7}{18}-2\amp=-\frac{43}{18}\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} \frac{5}{4} \cdot \highlight{\frac{7}{7}}+\frac{9}{7} \cdot \highlight{\frac{4}{4}}\amp=\frac{71}{28}\,?\\ -\frac{7}{18}-\frac{2}{1} \cdot \highlight{\frac{18}{18}}\amp=-\frac{43}{18}\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} \frac{35}{28}+\frac{36}{28}\amp=\frac{71}{28}\,\checkmark\\ -\frac{7}{18}-\frac{36}{18}\amp=-\frac{43}{18}\,\checkmark\\ \end{aligned} \right. \end{equation*}

The solution to the given system of equations is the ordered pair \((\frac{1}{2},-3)\text{.}\)

Criminy.

Consider the following system of equations.

\begin{equation*} \left\{ \begin{aligned} 3x-2y\amp=-4\\ -4x+2y\amp=-2\\ \end{aligned} \right. \end{equation*}

We could solve the system by graphing or by using the method of substitution. There are many other options, however, and we are going to exploit one of the additional options ā€” we are going to use the elimination method (sometimes referred to as the addition method).

Let's assume that there is only one ordered pair that satisfies both equations in the system. We we replace \(x\) and \(y\) with the coordinates of that ordered pair, the first equation becomes \(-4=-4\) and the second equation becomes \(-2=-2\text{.}\) Note that if we add the respective sides of those equations, we arrive at another true statement, namely \(-6=-6\text{.}\) This phenomenon extends to solving the system ā€” whatever ordered pair(s) satisfies both equations in the system will also solve the equation that results from adding the respective sides of the equations. For the system under consideration, that is a mighty useful fact, because the action will (temporarily) eliminate \(y\) from the system and we can solve the resultant equations for \(x\text{.}\) We can then substitute that value for \(x\) in either of the original equations to determine the value of \(y\text{.}\) Let's see that plan in action.

Consider the following system of equations.

\begin{equation*} \left\{ \begin{aligned} 3x-2y\amp=-4\\ -4x+2y\amp=-2\\ \end{aligned} \right. \end{equation*}

We begin by adding the left sides of the equations together and equating that to the sum of the right sides of the equations. The result is

\begin{equation*} -x=-6\text{.} \end{equation*}

We then solve that equation for \(x\text{.}\)

\begin{align*} -x\amp=-6\\ \multiplyleft{-1}-x\amp=\multiplyleft{-1}-6\\ x\amp=6 \end{align*}

Let's go ahead and substitute \(6\) for \(x\) in the second original equation and solve for \(y\text{.}\)

\begin{align*} -4\highlight{x}+2y\amp=-2\\ -4(\highlight{6})+2y\amp=-2\\ -24+2y\amp=-2\\ -24+2y\addright{24}\amp=-2\addright{24}\\ 2y\amp=22\\ \divideunder{2y}{2}\amp=\divideunder{22}{2}\\ y\amp=11 \end{align*}

Let's check are apparent solution, \((6,11)\text{,}\) in the given system.

\begin{equation*} \left\{ \begin{aligned} 3(\highlight{6})-2(\highlightr{11})\amp=-4\,?\\ -4(\highlight{6})+2(\highlightr{11})\amp=-2\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 18-22\amp=-4\,\checkmark\\ -24+22\amp=-2\,\checkmark\\ \end{aligned} \right. \end{equation*}

The solution to the given system of equations is the ordered pair \((6,11)\text{.}\)

Now let's consider the following system of equations.

\begin{equation*} \left\{ \begin{aligned} 2x+3y\amp=23\\ 6x-5y\amp=-1\\ \end{aligned} \right. \end{equation*}

As given, equating the sums of the respective sides of the two equations will not eliminate either \(x\) or \(y\text{.}\) However we could multiply both sides of one of the equations by the same value so that when the sides of the new equation are added to the sides of the other equation one of the variables is eliminated. For example, if we multiply both sides of the first equation by \(-3\text{,}\) the resultant coefficient on \(x\) will be \(-6\text{,}\) and when the respective sides of that equation and the original second equation are added, \(x\) will be eliminated. Let's go ahead and do that.

\begin{equation*} \left\{ \begin{aligned} 2x+3y\amp=23\\ 6x-5y\amp=-1\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} \multiplyleft{-3}(2x+3y)\amp=\multiplyleft{-3}23\\ 6x-5y\amp=-1\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -6x-9y\amp=-69\\ 6x-5y\amp=-1\\ \end{aligned} \right. \end{equation*}

Equating the sums of the respective sides of the equation results in the following equation.

\begin{equation*} -14y=-70 \end{equation*}

Solving for \(y\) we have the following.

\begin{align*} -14y\amp=-70\\ \divideunder{-14y}{-14}\amp=\divideunder{-70}{-14}\\ y\amp=5 \end{align*}

Let's go ahead and substitute \(5\) for \(y\) in the second original equation and solve the result for \(x\text{.}\)

\begin{align*} 6x-5\highlight{y}\amp=-1\\ 6x-5(\highlight{5})\amp=-1\\ 6x-25\amp=-1\\ 6x-25\addright{25}\amp=-1\addright{25}\\ 6x\amp=24\\ \divideunder{6x}{6}\amp=\divideunder{24}{6}\\ x\amp=4 \end{align*}

So our apparent solution is \((4,5)\text{.}\) Let's go ahead and check in the given system of equations.

\begin{equation*} \left\{ \begin{aligned} 2(\highlight{4})+3(\highlightr{5})\amp=23\,?\\ 6(\highlight{4})-5(\highlightr{5})\amp=-1\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 8+15\amp=23\,\checkmark\\ 24-25\amp=-1\,\checkmark\\ \end{aligned} \right. \end{equation*}

The solution to the given system of equations is the ordered pair \((4,5)\text{.}\)

Assuming that a system of two equations with two unknowns has exactly one ordered pair in its solution set, the process for determining that solution is outlined below. The outline is followed by a note specifying how you recognize that there are no solutions or an "infinite number" of solutions while going through the elimination process.

  1. Before proceeding to the next step, both equations should be written in standard form (\(ax+by=c\)). Rearrange the terms as necessary so that this is the case.
  2. If there are like terms in the two equations with opposite coefficients (same absolute value, opposite signs), go ahead and add the respective sides of the two equations so that the variable associated with those terms is eliminated. If no such terms exist, multiply both sides of one equation by a number, and perhaps both sides of the other equation by a different number, so that one of the variables does have opposite coefficients in the two equations. Then add the two respective sides of the new system so that the variable with opposite coefficients is eliminated.
  3. Solve the equation that emerges from step 2 for the remaining variable.
  4. Substitute the value determined in step 3 into either of the original equations and solve for the remaining variable.
  5. Check your proposed solution in both of the original equations. Assuming it is correct, state your conclusion. If the solution is not correct, find your mistake and/or rework the problem from scratch.

Systems that either have no solutions or an "infinite number of solutions" reveal their nature when you execute step 2 of the process. In either case, both variables sum to zero while performing the step. If the system has no solutions, you are left with a contradiction (a false statement such as \(0=2\)). If the system has an "infinite number" of solutions, you are left with an identity (a true statement such as \(5=5\)).

Example: Use the elimination method to solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} 4x+5y\amp=16\\ -5x+3y\amp=17\\ \end{aligned} \right. \end{equation*}

Solution

Neither variable has opposite coefficients in the two equations, and there is no way of establishing opposite coefficients that doesn't lead to fractions if we only multiply both sides of only one of the equations by a constant. Because the coefficients on \(x\) already have opposite signs, I'm choosing to eliminate \(x\) by multiplying both sides of the first equation by \(5\) and both sides of the second equation by \(4\text{.}\) Note that I could have chosen to eliminate \(y\) by, say, multiplying both sides of the first equation by \(-3\) and both sides of the second equation by \(5\text{.}\)

\begin{equation*} \left\{ \begin{aligned} 4x+5y\amp=16\\ -5x+3y\amp=17\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} \multiplyleft{5}(4x+5y)\amp=\multiplyleft{5}16\\ \multiplyleft{4}(-5x+3y)\amp=\multiplyleft{4}17\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 20x+25y\amp=80\\ -20x+12y\amp=68\\ \end{aligned} \right. \end{equation*}

Adding the respective sides of both equations results in \(37y=148\text{.}\) We solve for \(y\) below.

\begin{align*} 37y\amp=148\\ \divideunder{37y}{37}\amp=\divideunder{148}{37}\\ y\amp=4 \end{align*}

Let's go ahead and substitute \(4\) for \(y\) in the equation \(4x+5y=20\) and solve the resultant equation for \(x\text{.}\)

\begin{align*} 4x+5\highlight{x}\amp=16\\ 4x+5(\highlight{4})\amp=16\\ 4x+20\amp=16\\ 4x+20\subtractright{20}\amp=16\subtractright{20}\\ 4x\amp=-4\\ \divideunder{4x}{4}\amp=\divideunder{-4}{4}\\ x\amp=-1 \end{align*}

So our proposed solution is the ordered pair \((-1,4)\text{.}\) Let's go ahead and check that in both of the original equations of the given system.

\begin{equation*} \left\{ \begin{aligned} 4(\highlight{-1})+5(\highlightr{4})\amp=16\,?\\ -5(\highlight{-1})+3(\highlightr{4})\amp=17\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -4+20\amp=16\,\checkmark\\ 5+12\amp=17\,\checkmark\\ \end{aligned} \right. \end{equation*}

The solution to the given system of equations is the ordered pair \((-1,4)\text{.}\)

Example: Use the elimination method to solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} y\amp=3x-8\\ -6x+2y\amp=17\\ \end{aligned} \right. \end{equation*}

Solution

We begin by manipulating the first equation into standard form.

\begin{equation*} \left\{ \begin{aligned} y\amp=3x-8\\ -6x+2y\amp=17\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} y\subtractright{3x}\amp=3x-8\subtractright{3x}\\ -6x+2y\amp=17\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -3x+y\amp=-8\\ -6x+2y\amp=17\\ \end{aligned} \right. \end{equation*}

We now observe that we can eliminate \(y\) from the system by multiplying both sides of the first equation by \(-2\) and then adding the respective sides of the two equations.

\begin{equation*} \left\{ \begin{aligned} \multiplyleft{-2}(-3x+y)\amp=\multiplyleft{-2}-8\\ -6x+2y\amp=17\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 6x-2y\amp=-8\\ -6x+2y\amp=17\\ \end{aligned} \right. \end{equation*}

Adding the respective sides of the equations results in the contradiction \(0=9\text{.}\) As such, there are no ordered pairs that satisfy both equations in the system.

Example: Use the elimination method to solve the following system of equations.

\begin{equation*} \left\{ \begin{aligned} \frac{x}{3}-\frac{2y}{5}\amp=-\frac{9}{5}\\ \frac{3x}{2}+\frac{3y}{4}\amp=-3\\ \end{aligned} \right. \end{equation*}

Solution

Before we even think about creating opposite coefficients, let's clear away the fractions by multiplying both sides of the first equation by \(15\) (the LCM of \(3\) and \(5\)) and both sides of the second equation by \(4\) (the LCM of \(2\) and \(4\)).

\begin{equation*} \left\{ \begin{aligned} \multiplyleft{15}(\frac{x}{3}-\frac{2y}{5})\amp=\multiplyleft{15}-\frac{9}{5}\\ \multiplyleft{4}(\frac{3x}{2}+\frac{3y}{4})\amp=\multiplyleft{4}-3\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 5x-6y\amp=-27\\ 6x+3y\amp=-12\\ \end{aligned} \right. \end{equation*}

We can now eliminate \(y\) from the system by multiplying both sides of the second equation by \(2\) and adding the respective sides of the two equations.

\begin{equation*} \left\{ \begin{aligned} 5x-6y\amp=-27\\ \multiplyleft{2}(6x+3y)\amp=\multiplyleft{2}-12\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 5x-6y\amp=-27\\ 12x+6y\amp=-24\\ \end{aligned} \right. \end{equation*}

Summing the respective sides of the equations results in \(17x=-51\) which we solve below.

\begin{align*} 17x\amp=-51\\ \divideunder{17x}{17}\amp=\divideunder{-51}{17}\\ x\amp=-3 \end{align*}

Let's substitute \(-3\) for \(x\) in the equation \(6x+3y=-12\) and solve the resultant equation for \(y\text{.}\) Note that we don't need to use one of the original equations to find the value of \(y\text{,}\) but we do need to use the original equations when we check our solution.

\begin{align*} 6\highlight{x}+3y\amp=-12\\ 6(\highlight{-3})+3y\amp=-12\\ -18+3y\amp=-12\\ -18+3y\addright{18}\amp=-12\addright{18}\\ 3y\amp=6\\ \divideunder{3y}{3}\amp=\divideunder{6}{3}\\ y\amp=2 \end{align*}

Our proposed solution is the ordered pair \((-3,2)\text{.}\) Let's check the solution in the given system.

\begin{equation*} \left\{ \begin{aligned} \frac{\highlight{-3}}{3}-\frac{2(\highlightr{2})}{5}\amp=-\frac{9}{5}\,?\\ \frac{3(\highlight{-3})}{2}+\frac{3(\highlightr{2})}{4}\amp=-3\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -1-\frac{4}{5}\amp=-\frac{9}{5}\,?\\ -\frac{9}{2}+\frac{6}{4}\amp=-3\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -\frac{5}{5}-\frac{4}{5}\amp=-\frac{9}{5}\,?\\ -\frac{9}{2}+\frac{3}{2}\amp=-3\,?\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -\frac{9}{5}\amp=-\frac{9}{5}\,\checkmark\\ -\frac{6}{2}\amp=-3\,\checkmark\\ \end{aligned} \right. \end{equation*}

The solution to the given system of equations is the ordered pair \((-3,2)\text{.}\)

When presented with an application problem with two unknowns, it can be helpful to arrange the information in a table from which we can infer two equations. Let's see a couple of examples.

Example

Mohamed has his retirement money invested in two accounts, one "safe" and the other highly speculative. At the beginning of 2017 the two accounts combined had a total of $27,872.00. Over the course of the year the safe account earned 2.5% interest while the speculative account grew by 43%. Mohamed made no deposits to nor withdrawals from either account over the course of the year. At the end of the year the total balance between the two accounts was $35,944.26. How much did Mohamed have invested in each account at the beginning of 2017? Assume that the start of the year the amount in each account was a whole dollar amount.

Solution

Let's begin by defining \(x\) to be the amount ($) that Mohamed had invested in the safe account at the beginning of 2017 and \(y\) the amount he had invested in the speculative account at the beginning of 2017. Let's also note that the total growth in the balance of the two accounts over the course of 2017 was $8,072.26 (the difference between $34,966.26 and $27,872.00). The information we know about the accounts is summarized in TableĀ 1.4.9.

Safe Account Speculative Account Total
Amount at start of 2017 ($) \(x\) \(y\) \(27,872.00\)
Annual Growth ($) \(.025x\) \(.43y\) \(8,072.26\)
Table1.4.9Mohamed's Retirement Accounts

In each row of the table, the amounts in the safe and speculative accounts sum to to the total amount. That leads to the following sustem of equations.

\begin{equation*} \left\{ \begin{aligned} x+y\amp=27,872\\ .025x+.43y\amp=8,072.26\\ \end{aligned} \right. \end{equation*}

We can eliminate \(x\) from the system by multiplying both sides of the first equation by \(-.025\) and then summing the respective sides of the two equations in the resultant system.

\begin{equation*} \left\{ \begin{aligned} \multiplyleft{-.025}{x+y}\amp=\multiplyleft{-.025}27,872\\ .025x+.43y\amp=8,072.26\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} -.025x-.025y\amp=-696.8\\ .025x+.43y\amp=8,072.26\\ \end{aligned} \right. \end{equation*}

Let's equate the sums of the respective sides of the equations and solve the resultant equation for \(y\text{.}\)

\begin{align*} .405y\amp=7375.46\\ \divideunder{.405y}{.405}\amp=\divideunder{7375.46}{.405}\\ y\amp \approx 18,211 \end{align*}

Substituting \(18,211\) for \(y\) in the equation \(x+y=27,872\) will enable us to determine the value for \(x\text{.}\)

\begin{align*} x+\highlight{18,211}\amp=27,872\\ x+18,211\subtractright{18,211}\amp=27,872\subtractright{18,211}\\ x\amp=9661 \end{align*}

Let's check the values for \(x\) and \(y\) in the growth equation.

\begin{align*} .025(\highlight{9661})+.43(\highlightr{18211})\amp=8072.26\,?\\ 241.53+7830.73\amp=8072.26\,?\\ 8072.26\amp=8072.26\,\checkmark \end{align*}

At the beginning of 2017, Mohamed had $9,611.00 invested in the safe account and $18,211.00 invested in the speculative account.

Example

Jim and Jim are lab partners in chemistry class. The two Jim's are tasked with the creation of 3 liters of a solution that is 35.2% acid and 64.8% water. They have two solutions to work with. One of the existing solutions is 40% acid (and 60% water) while the other is 28% acid (and 72% water). How much of each solution should the Jim's use in their mixture?

Solution (pun unavoidable)

Let's define \(x\) to be the amount (liters) of 40% acid solution that should be used and \(y\) be the amount (liters) of 28% acid solution that should be used. Let's note that the amount of acid in the final solution is 35.3% of 3 liters which is 1.056 liters. The information in the problem is summarized in TableĀ 1.4.10.

40% acid 28% acid New solution (35.2% acid)
Total amount of solution (l) \(x\) \(y\) \(2\)
Amount of acid in solution (l) \(.40x\) \(.28y\) \(1.056\)
Table1.4.10Jim and Jim are fixin' to do some mixin'

In both rows of the table, the amounts of the two existing solutions need to sum to the amount in the new solution. This leads to the following system of equations.

\begin{equation*} \left\{ \begin{aligned} x+y\amp=3\\ .40x+.28y\amp=1.056\\ \end{aligned} \right. \end{equation*}

From the first equation we can see that \(y=3-x\text{.}\) Let's substitute \(3-x\) for \(y\) in the second equation and solve the resultant equation for \(x\text{.}\)

\begin{align*} .40x+.28\highlight{y}\amp=1.056\\ .40x+.28(\highlight{3-x})\amp=1.056\\ .40x+.84-.28x\amp=1.056\\ .12x+.84\amp=1.056\\ .12x+.84\subtractright{.84}\amp=1.056\subtractright{.84}\\ .12\amp=.216\\ \divideunder{.12}{.12}\amp=\divideunder{.216}{.12}\\ x\amp=1.8 \end{align*}

Since the two amounts sum to 3, it must be the case that \(y=1.2\text{.}\) Let's check the values in the acid equation.

\begin{align*} .40(\highlight{1.8})+.28(\highlightr{1.2})\amp=1.056\,?\\ .72+.336\amp=1.056\,?\\ 1.056\amp=1.056\,\checkmark \end{align*}

The two Jim's need to mix 1.8 liters of the 40% acid solution with 1.2 liters of the 28% solution.

In the equation \(D=rt\text{,}\) \(D\) represents distance, \(r\) represents rate (speed), and \(t\) represents time. For example, if you drive at a constant speed of 65 mph for 2 hours, then the total distance covered over those hours is determined as follows.

\begin{align*} D\amp=rt\\ \amp=(65\,\frac{\text{miles}}{\text{hr}})(2\,\text{hr})\\ \amp=110\,\text{miles} \end{align*}

Similarly, the amount of time it takes to drive 175 miles at a constant rate of 70 mph is calculated below.

\begin{align*} t\amp=\frac{D}{r}\\ \amp=\frac{175\,\text{miles}}{70\frac{\text{miles}}{\text{hr}}}\\ \amp=2.5\,\text{hr} \end{align*}

The equation \(D=rt\) and its variations (e.g. \(t=\frac{D}{r}\)) frequently come into play when solving applications involving moving objects. Let's see a couple of examples.

Example

Chao and Elyse are in separate cars both driving on I-65. At noon one day Elyse (driving north) passes Chao (driving south). For the next 15 minutes each car maintains the exact speed they were traveling at noon. By 12:15 pm that day the distance (along the highway) between the two cars was 33.75 miles. During those 15 minutes Elyse's constant speed was 9 mph faster than Chao's constant speed. Determine the constant speeds that were maintained by the two drivers over those 15 minutes.

Solution

Let \(x\) represent the constant speed (mph) maintained by Elyse and \(y\) represent the constant speed (mph) maintained by Chao. Some of the information relevant to solution is shown in TableĀ 1.4.11. In each row of the table, the expression found in the Distance column was determined using \(D=rt\text{.}\)

Rate (mph) Time (hr) Distance (miles)
Elyse \(x\) \(.25\) \(.25y\)
Chao \(y\) \(.25\) \(.25y\)
Table1.4.11Elyse passes Chao

The fact that Elyse's constant speed was 9 mph greater than Chao gives us

\begin{equation*} x=y+9\text{.} \end{equation*}

The fact that that the distance betweens the two cars was 33.75 miles after 15 minutes gives us

\begin{equation*} .25x+.25y=33.75\text{.} \end{equation*}

Let's substitute \(y+9\) for \(x\) in the second equation and then solve for \(y\text{.}\)

\begin{align*} .25\highlight{x}+.25y\amp=33.75\\ .25(\highlight{y+9})+.25y\amp=33.75\\ .25y+2.25+.25y\amp=33.75\\ .5y+2.25\amp=33.75\\ .5y+2.25\subtractright{2.25}\amp=33.75\subtractright{2.25}\\ .5y\amp=31.5\\ \multiplyleft{2}.5y\amp=\multiplyleft{2}31.5\\ y\amp=62 \end{align*}

So Chao maintained a constant speed of 62 mph and seeing as Elyse maintained a constant speed that was 9 mph greater than Chao's, her constant speed was 71 mph. Let's make sure that our conclusion makes sense.

The distance traveled in 15 minutes at a speed of 62 mph is:

\begin{equation*} (62\,\frac{\text{miles}}{\text{hr}})(.25\,\text{hr})=15.5\,\text{miles}\text{.} \end{equation*}

The distance traveled in 15 minutes at a speed of 71 mph is:

\begin{equation*} (71\,\frac{\text{miles}}{\text{hr}})(.25\,\text{hr})=17.75\,\text{miles}\text{.} \end{equation*}
\begin{equation*} 15.5\,\text{miles}+17.75\,\text{miles}=33.25\,\text{miles}\,\checkmark \end{equation*}

Example

When moving along a river, a boat's speed relative to the land is determined by both the speed at which it would be moving in still water and the speed of the current. While moving downstream (with the current), the two speeds are added. While moving upstream (against the current), the speed of the current is subtracted from the speed the boat would maintain in still water.

One afternoon Cisco took his fishing boat out on the Willamette. He set the boat's motor to a constant (still water) cruising speed and motored 20 miles upstream before turning around and motoring the same 20 miles back downstream. The trip upstream took 2 hours to complete while the trip back downstream took only 50 minutes. Assuming that both the (still water) cruising speed and the speed of the current were constant the entire trip, determine both of those speeds.

Solution

Define \(x\) to be the (still water) cruising speed (mph) of the boat and \(y\) to be the speed of the current. The information from the problem is summarized in TableĀ 1.4.12.

Rate (mph) Time (hr) Distance (miles)
Upstream \(x-y\) \(2\) \(20\)
Downstream \(x+y\) \(\frac{5}{6}\) \(20\)
Table1.4.12Cisco goes fishing

Our two equations come from the fact that in each row of the table the distance is equal to the product of the rate and time. Specifically:

\begin{equation*} \left\{ \begin{aligned} 2(x-y)\amp=20\\ \frac{5}{6}(x+y)\amp=20\\ \end{aligned} \right. \end{equation*}

We'll begin solving our system by clearing away the fraction in the second equation and distributing the constant factors in both equations.

\begin{equation*} \left\{ \begin{aligned} 2(x-y)\amp=20\\ \multiplyleft{6}\frac{5}{6}(x+y)\amp=\multiplyleft{6}20\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 2(x-y)\amp=20\\ 5(x+y)\amp=120\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 2x-2y\amp=20\\ 5x+5y\amp=120\\ \end{aligned} \right. \end{equation*}

Let's eliminate \(y\) from the system by multiplying both sides of the first equation by \(5\) and both sides of the second equation by \(2\) and then summing the respective sides of the two equations.

\begin{equation*} \left\{ \begin{aligned} \multiplyleft{5}(2x-2y)\amp=\multiplyleft{5}20\\ \multiplyleft{2}(5x+5y)\amp=\multiplyleft{2}120\\ \end{aligned} \right. \end{equation*}
\begin{equation*} \left\{ \begin{aligned} 10x-10y\amp=100\\ 10x+10y\amp=240\\ \end{aligned} \right. \end{equation*}

Equating the sums of the respective sides we get \(20x=340\text{.}\) Let's solve that.

\begin{align*} 20x\amp=340\\ \divideunder{20x}{20}\amp=\divideunder{340}{20}\\ x\amp=17 \end{align*}

Let's substitute \(17\) for \(x\) in the equation \(2x-2y=20\) and solve the resultant equation for \(y\text{.}\)

\begin{align*} 2\highlight{x}-2y\amp=20\\ 2(\highlight{17})-2y\amp=20\\ 34-2y\amp=20\\ 34-2y\subtractright{34}\amp=20\subtractright{34}\\ -2y\amp=-14\\ \divideunder{-2y}{-2}\amp=\divideunder{-14}{-2}\\ y\amp=7 \end{align*}

Before stating a conclusion, let's make sure that our answers make sense. When going upstream, the speed of the boat relative to the land is the difference of the two speeds, i.e. 10 mph.

\begin{equation*} (10\,\frac{\text{miles}}{\text{hr}})(2\,\text{hr})=20 \,\text{miles}\,\checkmark \end{equation*}

When going downstream, the speed of the boat relative to the land is the sum of the two speeds, i.e. 24 mph.

\begin{equation*} (24\,\frac{\text{miles}}{\text{hr}})(\frac{5}{6}\,\text{hr})=20 \,\text{miles}\,\checkmark \end{equation*}

So the (still water) cruising speed of the boat was 17 mph and the speed of the current was 7 mph.

Subsection1.4.3Practice Exercises (with step-by-step solutions)

Solve each system of equations by graphing.

  1. \(\left\{ \begin{aligned} y\amp=\frac{2}{3}x-4\\ y\amp=-2x+4\\ \end{aligned} \right.\)
  2. \(\left\{ \begin{aligned} x+2y\amp=-5\\ -x+2y\amp=1\\ \end{aligned} \right.\)
  3. \(\left\{ \begin{aligned} 5x-4y\amp=8\\ y\amp=\frac{5}{4}x+3\\ \end{aligned} \right.\)

Solution
  1. The solution to the given system of equations is the ordered pair \((3,-2)\text{.}\)

    plain text
    Figure1.4.13\(y=\frac{2}{3}x-4\) and \(y=-2x+4\)
  2. The solution to the given system of equations is the ordered pair \((-3,-1)\text{.}\)

    plain text
    Figure1.4.14\(x+2y=-5\) and \(-x+2y=1\)
  3. The given system of equations has no solutions, it is inconsistent,

    plain text
    Figure1.4.15\(5x-4y=8\) and \(y=\frac{5}{4}x+3\)

Use the substitution method to determine the solution to each of the following systems of linear equations.

  1. \(\left\{ \begin{aligned} 3x-4y\amp=32\\ x\amp=2y+14\\ \end{aligned} \right.\)
  2. \(\left\{ \begin{aligned} -x-3y\amp=11\\ 2x+5y\amp=-18\\ \end{aligned} \right.\)
  3. \(\left\{ \begin{aligned} 3x-4y\amp=8\\ y\amp=\frac{3}{4}x-2\\ \end{aligned} \right.\)
  4. \(\left\{ \begin{aligned} y\amp=-3x+7\\ x\amp=-\frac{1}{3}y+3\\ \end{aligned} \right.\)
  5. \(\left\{ \begin{aligned} -2x+7y\amp=69\\ 6x+2y\amp=0\\ \end{aligned} \right.\)

Solution
  1. We were asked to solve the following system.

    \begin{equation*} \left\{ \begin{aligned} 3x-4y\amp=32\\ x\amp=2y+14\\ \end{aligned} \right. \end{equation*}

    We begin by substituting the expression \(2y+14\) for \(x\) in the equation \(3x-4y=32\text{.}\) We then solve the resultant equation for \(y\text{.}\)

    \begin{align*} 3(\substitute{2y+14})-4y\amp=32\\ 6y+42-4y\amp=32\\ 2y+42\amp=32\\ 2y+42 \subtractright{42}\amp=32 \subtractright{42}\\ 2y\amp=-10\\ \divideunder{2y}{2}\amp=\divideunder{-10}{2}\\ y\amp=-5 \end{align*}

    We can now substitute the value of \(-5\) for \(y\) in the equation \(x=2y+14\) to determine the value of \(x\text{.}\)

    \begin{align*} x\amp=2(\substitute{-5})+14\\ x\amp=4 \end{align*}

    We conclude by stating that the solution to the given system of equations is the ordered pair \((4,-5)\) (which checks in both equations).

  2. We were asked to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} -x-3y\amp=11\\ 2x+5y\amp=-18\\ \end{aligned} \right. \end{equation*}

    To avoid fractions, we begin by solving the first equation for \(x\text{.}\)

    \begin{align*} -x-3y\amp=11\\ -x-3y\addright{3y}\amp=11\addright{3y}\\ -x\amp=11+3y\\ \multiplyleft{-1}-x\amp=\multiplyleft{-1}(11+3y)\\ x\amp=-11-3y \end{align*}

    We can now substitute \(-11-3y\) for \(x\) in the equation \(2x+5y=-18\text{.}\) We then solve the resultant equation for \(y\text{.}\)

    \begin{align*} 2(\substitute{-11-3y})+5y\amp=-18\\ -22-6y+5y\amp=-18\\ -22-y\amp=-18\\ -322-y\addright{22}\amp=-18\addright{22}\\ -y\amp=4\\ \multiplyleft{-1}-x\amp=\multiplyleft{-1}4\\ y\amp=-4 \end{align*}

    We can now substitute the value of \(-4\) for \(y\) in the equation \(x=-11-3y\) to determine the value of \(x\text{.}\)

    \begin{align*} x\amp=-11-3(\substitute{-4})\\ x\amp=1 \end{align*}

    We conclude by stating that the solution to the given system of equations is the ordered pair \((1,-4)\) (which checks in both equations).

  3. Our goal is to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} 3x-4y\amp=8\\ y\amp=\frac{3}{4}x-2\\ \end{aligned} \right. \end{equation*}

    We begin by substituting \(\frac{3}{4}x-2\) for \(y\) in the equation \(3x-4y=8\text{.}\) We the (attempt) to solve he resultant eqaution for \(x\text{.}\)

    \begin{align*} 3x-4(\substitute{\frac{3}{4}x-2})\amp=8\\ 3x-3x+8\amp=8\\ 8\amp=8 \end{align*}

    The last equation is an identity, it is true regardless of the values of \(x\) and \(y\text{.}\) This means that the two original equations are equivalent ā€” they represent the same line. We can check this by isolating \(y\) in the equation \(3x-4y=8\text{.}\)

    \begin{align*} 3x-4y\amp=8\\ 3x-4y\subtractright{3x}\amp=8\subtractright{3x}\\ -4y\amp=8-3x\\ \multiplyleft{-\frac{1}{4}}4y\amp=\multiplyleft{-\frac{1}{4}}(8-3x)\\ y\amp=-2+\frac{3}{4}x \end{align*}

    This last equation is clearly equivalent to \(y=\frac{3}{4}x-2\text{,}\) so we are correct in our assertion that both equations in the original system represent the same line. We conclude that every point that lies on the line \(y=\frac{3}{4}x-2\) is a solution to the given system.

  4. We were tasked to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} y\amp=-3x+7\\ x\amp=-\frac{1}{3}y+3\\ \end{aligned} \right. \end{equation*}

    We can begin by substituting \(-\frac{1}{3}y+3\) for \(x\) in the equation \(y=-3x+7\text{.}\) We then (attempt) to solve the resultant equation for \(y\text{.}\)

    \begin{align*} y\amp=-3(\substitute{-\frac{1}{3}y+3})+7\\ y\amp=y-9+7\\ y\amp=y-2\\ y\subtractright{y}\amp=y-2\subtractright{y}\\ 0\amp=-2 \end{align*}

    The last equation is a contradiction, there are no values we can assign to \(x\) and \(y\) that will make \(0\) and \(-2\) equal! This is an indication that there are no solutions to the given system. We can check this by isolating \(y\) in the equation \(x=-\frac{1}{3}y+3\text{.}\)

    \begin{align*} x\amp=-\frac{1}{3}y+3\\ x\subtractright{3}\amp=-\frac{1}{3}y+3\subtractright{3}\\ x-3\amp=-\frac{1}{3}y\\ \multiplyleft{-3}(x-3)\amp=\multiplyleft{-3}-\frac{1}{3}y\\ -3x+9\amp=y \end{align*}

    The last equation, \(y=-3x+9\text{,}\) graphs to a line that is parallel to the line that results from graphing \(y=-3x+7\) (the other equation in the given system). This confirms that there is no point that lies on both lines. The given system has no solutions, it is inconsistent.

  5. We were presented with the opportunity to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} -2x+7y\amp=69\\ 6x+2y\amp=0\\ \end{aligned} \right. \end{equation*}

    To avoid introducing unnecessary fractions, we solve the equation \(6x+2y=0\) for \(y\text{.}\)

    \begin{align*} 6x+2y\amp=0\\ 6x+2y\subtractright{6x}\amp=0\subtractright{6x}\\ 2y\amp=-6x\\ \divideunder{2y}{2}\amp=\divideunder{-6x}{2}\\ y\amp=-3x \end{align*}

    We now substitute \(-3x\) for \(y\) in the equation \(-2x+7y=69\) and solve the resultant equation for \(x\text{.}\)

    \begin{align*} -2x+7(\substitute{-3x})\amp=69\\ -2x-21x\amp=69\\ -23x\amp=69\\ \divideunder{-23x}{-23}\amp=\divideunder{69}{-23}\\ x\amp=-3 \end{align*}

    Now we substitute \(-3\) for \(x\) in the equation \(y=-3x\) to determine the value of \(y\text{.}\)

    \begin{align*} y\amp=-3(\substitute{-3})\\ y\amp=9 \end{align*}

    We conclude that the solution to the given system of equations is the ordered pair \((-3,9)\) (which checks in both equations).

Use the substitution method to determine the solution to each of the following systems of linear equations.

  1. \(\left\{ \begin{aligned} x\amp=\frac{2}{5}y-2\\ -x+3y\amp=28\\ \end{aligned} \right.\)
  2. \(\left\{ \begin{aligned} -3x+4y\amp=27\\ 5x-3y\amp=-34\\ \end{aligned} \right.\)
  3. \(\left\{ \begin{aligned} \frac{5}{2}x-\frac{4}{3}y\amp=-33\\ -\frac{1}{5}x+\frac{2}{3}y\amp=6\\ \end{aligned} \right.\)
  4. \(\left\{ \begin{aligned} \frac{3}{4}x-\frac{5}{2}y\amp=\frac{7}{4}\\ -\frac{1}{3}x+y\amp=-1\\ \end{aligned} \right.\)
  5. \(\left\{ \begin{aligned} -4x+7y\amp=-13\\ 6x+14y\amp=9\\ \end{aligned} \right.\)

Solution
  1. Our challenge is to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} x\amp=\frac{2}{5}y-2\\ -x+3y\amp=28\\ \end{aligned} \right. \end{equation*}

    Since \(x\) is already isolated in the first equation, let's go ahead and substitute \(\frac{2}{5}y-2\) for \(x\) in the second equation.

    \begin{align*} -(\substitute{\frac{2}{5}y-2})+3y\amp=28\\ -\frac{2}{5}y+2+3y\amp=28 \end{align*}

    Before going any further, we can clear away the fraction by multiplying both sides of the equation by \(5\text{.}\)

    \begin{align*} \multiplyleft{5}(-\frac{2}{5}y+2+3y)\amp=\multiplyleft{5}28\\ -2y+10+15y\amp=140\\ 13y+10\amp=140\\ 13y+10\subtractright{10}\amp=140\subtractright{10}\\ 13y\amp=130\\ \divideunder{13y}{13}\amp=\divideunder{130}{13}\\ y\amp=10 \end{align*}

    Now that we know that the value of \(y\) is \(10\text{,}\) we can substitute \(10\) for \(y\) in the equation \(x=\frac{2}{5}y-2\) to determine the value of \(x\text{.}\)

    \begin{align*} x\amp=\frac{2}{5} \cdot \substitute{10}-2\\ x\amp=4-2\\ x\amp=2 \end{align*}

    So the solution to the given system of equations is the ordered pair \((2,10)\text{.}\) The reader should verify the solution in both equations (as the author did on his own).

  2. We have the opportunity to solve the following system of equations. Let's take advantage.

    \begin{equation*} \left\{ \begin{aligned} -3x+4y\amp=27\\ 5x-3y\amp=-34\\ \end{aligned} \right. \end{equation*}

    Regardless of which variable we isolate, there are going to be fractions in the resultant equation. We'll have one fewer fraction if we isolate \(x\) in the first equation, so let's do that.

    \begin{align*} -3x+4y\amp=27\\ -3x+4y\subtractright{4y}\amp=27\subtractright{4y}\\ -3x\amp=27-4y\\ \multiplyleft{-\frac{1}{3}}(-3x)\amp=\multiplyleft{-\frac{1}{3}}(27-4y)\\ x\amp=-9+\frac{4}{3}y \end{align*}

    We can now substitute \(-9+\frac{4}{3}y\) for \(x\) in the equation \(5x-3y=-34\text{.}\)

    \begin{align*} 5(\substitute{-9+\frac{4}{3}y})-3y\amp=-34\\ -45+\frac{20}{3}y-3y\amp=-34 \end{align*}

    Before proceeding any further, let's clear away the fraction by multiplying both sides of the equation by \(3\text{.}\)

    \begin{align*} \multiplyleft{3}(-45+\frac{20}{3}y-3y)\amp=\multiplyleft{3}-34\\ -135+20y-9y\amp=-102\\ -135+11y\amp=-102\\ -135+11y\addright{135}\amp=-102\addright{135}\\ 11y\amp=33\\ \divideunder{11y}{11}\amp=\divideunder{33}{11}\\ y\amp=3 \end{align*}

    Knowing that \(y=3\text{,}\) let's substitute \(3\) for \(y\) in the equation \(x=-9+\frac{4}{3}y\) to determine the value of \(x\text{.}\)

    \begin{align*} x\amp=-9+\frac{4}{3} \cdot \substitute{3}\\ x\amp=-9+4\\ x\amp=-5 \end{align*}

    So the solution to the given system of equations is the ordered pair \((-5,3)\text{.}\) The author has verified the solution, as should the reader.

  3. Time to roll up our sleeves, because we're going to tackle the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} \frac{5}{2}x-\frac{4}{3}y\amp=-33\\ -\frac{1}{5}x+\frac{2}{3}y\amp=6\\ \end{aligned} \right. \end{equation*}

    Once we get over the shock of all the fractions, let's focus on eliminating them. The LCD of the fractions in the first equation is \(6\) and the LCD of the fractions in the second equations is \(15\text{,}\) so we can clear the fractions in the first equation by multiplying both sides by \(6\) and we can clear the fractions from the second equation by multiplying both sides by \(15\text{.}\)

    \begin{equation*} \left\{ \begin{aligned} \multiplyleft{6}(\frac{5}{2}x-\frac{4}{3}y)\amp=\multiplyleft{6}-33\\ \multiplyleft{15}(-\frac{1}{5}x+\frac{2}{3}y)\amp=\multiplyleft{15}6\\ \end{aligned} \right. \end{equation*}

    This results in the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} 15x-8y\amp=-198\\ -3x+10y\amp=90\\ \end{aligned} \right. \end{equation*}

    Regardless of the variable we isolate, the resultant equation will have fractions. As far as fractions go, thirds are relatively friendly, so let's isolate \(x\) in the second equation.

    \begin{align*} -3x+10y\amp=90\\ -3x+10y\subtractright{10y}\amp=90\subtractright{10y}\\ -3x\amp=90-10y\\ \multiplyleft{-\frac{1}{3}}(-3x)\amp=\multiplyleft{-\frac{1}{3}}(90-10y)\\ x\amp=-30+\frac{10}{3}y \end{align*}

    Let's go ahead and substitute \(-30+\frac{10}{3}y\) for \(x\) in the equation \(15x-8y=-198\text{.}\)

    \begin{align*} 15(\substitute{-30+\frac{10}{3}y})-8y\amp=-198\\ -450+50y-8y\amp=-198\\ -450+42y\amp=-198\\ -450+42y\addright{450}\amp=-198\addright{450}\\ 42y\amp=252\\ \divideunder{42y}{42}\amp=\divideunder{252}{42}\\ y\amp=6 \end{align*}

    Let's now substitute \(6\) for \(y\) in the equation \(x=-30+\frac{10}{3}y\) to determine the value of \(x\text{.}\)

    \begin{align*} x\amp=-30+\frac{10}{3}\multiplyright{6}\\ x\amp=-30+20\\ x\amp=-10 \end{align*}

    The solution to the given system is the ordered pair \((-10,6)\) which the author is confident the reader will verify.

  4. Grab a cup of coffee, because we're going to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} \frac{3}{4}x-\frac{5}{2}y\amp=\frac{7}{4}\\ -\frac{1}{3}x+y\amp=-1\\ \end{aligned} \right. \end{equation*}

    Our first instinct might be to clear away all of the fractions, but that's probably not the best option. While we definitely want to clear the fractions from the first equation, a better option for the second equation is probably to just go ahead and isolate \(y\text{.}\) We begin with the second action.

    \begin{align*} -\frac{1}{3}x+y\amp=-1\\ -\frac{1}{3}x+y\addright{\frac{1}{3}x}\amp=-1\addright{\frac{1}{3}x}\\ y\amp=-1+\frac{1}{3}x \end{align*}

    We can now substitute \(-1+\frac{1}{3}x\) for \(y\) in the first equation. Before doing that, let's clear away the fractions from the first equation by multiplying both sides of the equation by the LCD of all of the fractions in the equation which is \(4\text{.}\)

    \begin{align*} \frac{3}{4}x-\frac{5}{2}y\amp=\frac{7}{4}\\ \multiplyleft{4}(\frac{3}{4}x-\frac{5}{2}y)\amp=\multiplyleft{4}\frac{7}{4}\\ 3x-10y\amp=7\\ 3x-10(\substitute{-1+\frac{1}{3}x})\amp=7\\ 3x+10-\frac{10}{3}x\amp=7 \end{align*}

    Before proceeding any further, let's clear away the fraction by multiplying both sides of the equation by \(3\text{.}\)

    \begin{align*} \multiplyleft{3}(3x+10-\frac{10}{3}x)\amp=\multiplyleft{3}7\\ 9x+30-10x\amp=21\\ -x+30\amp=21\\ -x+30\subtractright{30}\amp=21\subtractright{30}\\ -x\amp=-9\\ \multiplyleft{-1}-x\amp=\multiplyleft{-1}-9\\ x\amp=9 \end{align*}

    We can now determine the value for \(y\) after replacing \(x\) with \(9\) in the equation \(y=-1+\frac{1}{3}x\text{.}\)

    \begin{align*} y\amp=-1+\frac{1}{3} \cdot \substitute{9}\\ y\amp=-1+3\\ y\amp=2 \end{align*}

    The solution to the given system of equations is the ordered pair \((9,2)\text{.}\) The solution is verified below.

    \begin{equation*} \left\{ \begin{aligned} \frac{3}{4}\multiplyright{9}-\frac{5}{2}\multiplyright{2}\amp=\frac{7}{4}\,?\\ -\frac{1}{3}\multiplyright{9}+\substitute{2}\amp=-1\,?\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} \frac{27}{4}-5\amp=\frac{7}{4}\,?\\ -3+2\amp=-1\,\checkmark\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} \frac{27}{4}-\frac{20}{4}\amp=\frac{7}{4}\,\checkmark\\ -1\amp=-1\,\checkmark\\ \end{aligned} \right. \end{equation*}
  5. We finish this workout by solving the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} -4x+7y\amp=-13\\ 6x+14y\amp=9\\ \end{aligned} \right. \end{equation*}

    No avoiding fractions, but at east we can work with quarters. Let's solve the first equation for \(x\text{.}\)

    \begin{align*} -4x+7y\amp=-13\\ -4x+7y\subtractright{7y}\amp=-13\subtractright{7y}\\ -4x\amp=-13-7y\\ \multiplyleft{-\frac{1}{4}}(-4x)\amp=\multiplyleft{-\frac{1}{4}}(-13-7y)\\ x\amp=\frac{13}{4}+\frac{7}{4}y \end{align*}

    Breath ... let's substitute \(\frac{13}{4}+\frac{7}{4}y\) for \(x\) in the second given equation.

    \begin{align*} 6\substitute{x}+14y\amp=9\\ 6(\substitute{\frac{13}{4}+\frac{7}{4}y})+14y\amp=9\\ \frac{39}{2}+\frac{21}{2}y+14y\amp=9 \end{align*}

    In, out ... in, out ... let's clear away the fractions by multiplying both sides of the equation by \(2\) and then solve for \(y\text{.}\)

    \begin{align*} \multiplyleft{2}(\frac{39}{2}+\frac{21}{2}y+14y)\amp=\multiplyleft{2}9\\ 39+21y+28y\amp=18\\ 49y+39\amp=18\\ 49y+39\subtractright{39}\amp=18\subtractright{39}\\ 49y\amp=-21\\ \divideunder{49y}{49}\amp=\divideunder{-21}{49}\\ y\amp=-\frac{3}{7} \end{align*}

    Oh my. Exhale. Let's carry on. Replacing \(y\) with \(-\frac{3}{7}\) in the equation \(x=\frac{13}{4}+\frac{7}{4}y\) will led to the value of \(x\text{.}\)

    \begin{align*} x\amp=\frac{13}{4}+\frac{7}{4}\multiplyright{-\frac{3}{7}}\\ x\amp=\frac{13}{4}-\frac{3}{4}\\ x\amp=\frac{5}{2} \end{align*}

    Alrighty, then. The solution to the given system is the ordered pair \((\frac{5}{2},-\frac{3}{7})\text{.}\) This unlikely outcome is verified below.

    \begin{equation*} \left\{ \begin{aligned} -4\multiplyright{\frac{5}{2}}+7\multiplyright{-\frac{3}{7}}\amp=-13\,?\\ 6\multiplyright{\frac{5}{2}}+14\multiplyright{-\frac{3}{7}}\amp=9\,?\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} -10-3\amp=-13\,\checkmark\\ 15-6\amp=9\,\checkmark\\ \end{aligned} \right. \end{equation*}

    Crikey.

Use the elimination method to determine the solution to each of the following systems of linear equations.

  1. \(\left\{ \begin{aligned} 3x-4y\amp=4\\ 5x+4y\amp=28\\ \end{aligned} \right.\)
  2. \(\left\{ \begin{aligned} -3x-y\amp=2\\ 6x-4y\amp=44\\ \end{aligned} \right.\)
  3. \(\left\{ \begin{aligned} 3x-7y\amp=19\\ 5x+3y\amp=17\\ \end{aligned} \right.\)
  4. \(\left\{ \begin{aligned} \frac{3}{2}x-\frac{5}{4}y\amp=-40\\ -\frac{2}{5}x+\frac{3}{4}y\amp=14\\ \end{aligned} \right.\)
  5. \(\left\{ \begin{aligned} y\amp=-2x+2\\ x\amp=\frac{1}{7}y-8\\ \end{aligned} \right.\)

Solution
  1. Our task is to use the elimination method to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} 3x-4y\amp=4\\ 5x+4y\amp=28\\ \end{aligned} \right. \end{equation*}

    We can eliminate \(y\) from the system by adding the respective sides of the equations. The result is the equation

    \begin{equation*} 8x=32\text{.} \end{equation*}

    Dividing both sides of the equation by \(8\) leaves us with

    \begin{equation*} x=4\text{.} \end{equation*}

    We can replace \(x\) with \(4\) in the equation \(3x-4y=4\) and solve the resultant equation to determine the value of \(y\text{.}\)

    \begin{align*} 3(\substitute{4})-4y\amp=4\\ 12-4y\amp=4\\ 12-4y\subtractright{12}\amp=4\subtractright{12}\\ -4y\amp=-8\\ \divideunder{-4y}{-4}\amp=\divideunder{-8}{-4}\\ y\amp=2 \end{align*}

    The solution to the given system of equations is the ordered pair \((4,2)\text{.}\) The reader should verify that the ordered pair satisfies both of the original equations (as did the author ā€¦ thrice!).

  2. Our task is to use the elimination method to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} -3x-y\amp=2\\ 6x-4y\amp=44\\ \end{aligned} \right. \end{equation*}

    Let's begin by multiplying both sides of the first equation by \(2\) so that the result added to the second equation eliminates \(x\) from the system.

    \begin{equation*} \left\{ \begin{aligned} \multiplyleft{2}(-3x-y)\amp=\multiplyleft{2}2\\ 6x-4y\amp=44\\ \end{aligned} \right. \end{equation*}

    The system is now:

    \begin{equation*} \left\{ \begin{aligned} -6x-2y\amp=4\\ 6x-4y\amp=44\\ \end{aligned} \right. \end{equation*}

    Adding the respective sides of the equation results in

    \begin{equation*} -6y=48\text{.} \end{equation*}

    Dividing both sides of that equation by \(-6\) results in

    \begin{equation*} y=-8\text{.} \end{equation*}

    We can substitute \(-8\) for \(y\) in the equation \(6x-4y=44\) and solve the resultant equation to determine the value of \(x\text{.}\)

    \begin{align*} 6x-4(\substitute{-8})\amp=44\\ 6x+32\amp=44\\ 6x=32\subtractright{32}\amp=44\subtractright{32}\\ 6x\amp=12\\ \divideunder{6x}{6}\amp=\divideunder{12}{6}\\ x\amp=2 \end{align*}

    The solution to the given system of equations is the ordered pair \((2,-8)\text{.}\) As always, the reader should verify that the ordered pair satisfies both of the original equations stated in the system.

  3. Our task is to use the elimination method to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} 3x-7y\amp=19\\ 5x+3y\amp=17\\ \end{aligned} \right. \end{equation*}

    We begin by making the observation that if we multiply both sides of the of the first equation by \(3\)and both sides of the second equation by \(7\text{,}\) then \(y\) will be eliminated from the sum of the respective sides.

    \begin{equation*} \left\{ \begin{aligned} \multiplyleft{3}(3x-7y)\amp=\multiplyleft{3}19\\ \multiplyleft{7}(5x+3y)\amp=\multiplyleft{7}17\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} 9x-21y\amp=57\\ 33x+21y\amp=119\\ \end{aligned} \right. \end{equation*}

    Adding the respective sides of the last system results in the equation \(44x=176\) and dividing both sides of that equation by \(44\) gives us \(x=4\text{.}\) We can now substitute \(4\) for \(x\) in the equation \(5x+3y=17\) and solve the resultant equation for \(y\text{.}\)

    \begin{align*} 5(\substitute{4})+3y\amp=17\\ 20+3y\amp=17\\ 20+3y\subtractright{20}\amp=17\subtractright{20}\\ 3y\amp=-3\\ \divideunder{3y}{3}\amp=\divideunder{-3}{3}\\ y\amp=-1 \end{align*}

    The solution to the given system of equations is the ordered pair \((4,-1)\text{.}\) I am confident that the reader will verify the validity of the solution in both of the given equations.

  4. Our task is to use the elimination method to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} \frac{3}{2}x-\frac{5}{4}y\amp=-40\\ -\frac{2}{5}x+\frac{3}{4}y\amp=14\\ \end{aligned} \right. \end{equation*}

    It would probably be best to not even think about variable-elimination until we clear away the fractions from the system. We shall do the clearing by multiplying both sides of the first equation by \(4\) and both sides of the second equation by \(20\text{.}\)

    \begin{equation*} \left\{ \begin{aligned} \multiplyleft{4}(\frac{3}{2}x-\frac{5}{4}y)\amp=\multiplyleft{4}-40\\ \multiplyleft{20}(-\frac{2}{5}x+\frac{3}{4}y)\amp=\multiplyleft{20}14\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} 6x-5y\amp=-160\\ -8x+15y\amp=280\\ \end{aligned} \right. \end{equation*}

    We can eliminate \(y\) from the system by multiplying both sides of the first equation by \(3\) and adding the respective sides of the first equation to the sides of the second equation. With a plan in hand, let's proceed.

    \begin{equation*} \left\{ \begin{aligned} \multiplyleft{3}(6x-5y)\amp=\multiplyleft{3}-160\\ -8x+15y\amp=280\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} 18x-15y\amp=-480\\ -8x+15y\amp=280\\ \end{aligned} \right. \end{equation*}

    Adding the respective sides of the latest system results in \(10x=-200\) and dividing both sides of the equation by \(10\) reveals \(x=-20\text{.}\) We can substitute \(x\) with \(-20\) in the equation \(6x-5y=-160\) and solve the result for \(x\text{.}\)

    \begin{align*} 6(\substitute{-20})-5y\amp-160\\ -120-5y\amp=-160\\ -120-5y\addright{120}\amp=-160\addright{120}\\ -5y\amp=-40\\ \divideunder{-5y}{-5}\amp=\divideunder{-40}{-5}\\ y\amp=8 \end{align*}

    The solution to the given system of equations is the ordered pair \((-20,8)\text{.}\) The solution is valid as the reader should confirm in the original (fraction-laden) system.

  5. Our task is to use the elimination method to solve the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} y\amp=-2x+2\\ x\amp=\frac{1}{7}y-8\\ \end{aligned} \right. \end{equation*}

    The first thing we need to do is rewrite the system with both equations written in the form \(ax+by=c\text{.}\)

    \begin{equation*} \left\{ \begin{aligned} y\amp=-2x+2\\ x\amp=\frac{1}{7}y-8\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} \addleft{2x}y\amp=\substitute{2x}-2x+2\\ x\subtractright{\frac{1}{7}y}\amp=\frac{1}{7}y-8\subtractright{\frac{1}{7}y}\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} 2x+y\amp=2\\ x-\frac{1}{7}y\amp=-8\\ \end{aligned} \right. \end{equation*}

    We could now clear the fraction from the second equation, but the author is choosing instead to multiply both sides of the second equation (as is) by \(-2\) with the goal of \(x\)-elimination in mind.

    \begin{equation*} \left\{ \begin{aligned} 2x+y\amp=2\\ \multiplyleft{-2}(x-\frac{1}{7}y)\amp=\multiplyleft{-2}-8\\ \end{aligned} \right. \end{equation*}
    \begin{equation*} \left\{ \begin{aligned} 2x+y\amp=2\\ -2x+\frac{2}{7}y\amp=16\\ \end{aligned} \right. \end{equation*}

    Adding the respective sides of the two equations results in \(\frac{9}{7}y=18\) and multiplying both sides of that equation by \(\frac{7}{9}\) leaves us with \(y=14\text{.}\) We now substitute \(14\) for \(y\) in the equation \(x=\frac{1}{7}y-8\) to determine the value of \(x\text{.}\)

    \begin{align*} x\amp=\frac{1}{7}\multiplyright{14}-8\\ x\amp=2-8\\ x\amp=-6 \end{align*}

    The solution to the given system of equations is the ordered pair \((-6,14)\) which the reader will surely confirm.

  1. At the beginning of 1982, Francisco had $10,000 invested in two accounts - a savings account and a stock market account. Over the course of the year, the savings account balance grew by 8%, while the stock market account lost 5%. At the end of the year the two account balances totaled $10,345. How much did Francisco have invested in each account at the beginning of 1982? Assume that no money was deposited to or withdrawn from either account over the course of the year.
  2. Jolly Joy Jelly Beans are red and green. The candy is sold from bulk bins and in general, 70% of the beans (by weight) are red while the other 30% are green. Benny Jonesing Jelly Beans are also red and green and are also sold from bulk bins. In general, 25% of Benny Beans (by weight) are red while the other 75% are green. Monica wants to purchase 12 lbs of Jelly beans, but she wants the red and green beans to be evenly distributed, each making up 50% of the mix. How many pounds of each type of candy should Monica purchase to achieve her goal? Assume that each percentage stated in the problem is exact.
  3. Calvin is in Chemistry 201 lab. Calvin's instructor want him to prepare two liters of a solution that is 30% HCl (hydrochloric acid). Calvin has two mixtures to work with, one of which is 20% HCl and the other of which is 45% HCl. How many liters of each of the existent mixtures should Calvin use to achieve his goal of 2 l of solution, 30% of which is HCl?

Solution
  1. Let \(x\) represent the amount ($) Francisco had invested in the savings account at the beginning of of 1982 and \(y\) represent the amount Francisco had invested in the stock market account at the beginning of 1982. The information given in the problem is summarized in TableĀ 1.4.16.

    Savings Account Stock Account Total
    Amount invested ($) \(x\) \(y\) \(10,000\)
    Interest earned ($) \(.08x\) \(-.05y\) \(345\)
    Table1.4.16Francisco's Investment Accounts

    In both the investment and interest rows, the individual amounts from the two accounts must sum to the total. This gives us the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} x+y\amp=10,000\\ .08x-.05y\amp=345\\ \end{aligned} \right. \end{equation*}

    Solving the first equation for \(y\) we have \(y=10,000-x\text{.}\) So we can substitute \(10,000-x\) for \(y\) in the interest equation and solve for \(x\text{.}\)

    \begin{align*} .08x-.05(\substitute{10,000-x})\amp=345\\ .08x-500+.05x\amp=345\\ .13x-500\amp=345\\ .13x-500\addright{500}\amp=345{\addright{500}}\\ .13x\amp=845\\ \divideunder{.13x}{.13}\amp=\divideunder{845}{.13}\\ x\amp=6500 \end{align*}

    So Francisco had $6500 in the savings account at the beginning of 1982 leaving $3500 that he had invested in the stock market account at the beginning of 1982. Let's confirm the result with the interest equation.

    \begin{align*} .08(\substitute{6500})-.05(\substitute{3500})\amp=520-175\\ \amp=345\,\checkmark \end{align*}
  2. Let \(x\) represent the number of pounds of Jolly Joy Beans that Monica should purchase and \(y\) represent the number of pounds of Benny Beans she should buy.

    We can solve the problem two different ways - by focusing on her goal that 50% of the beans are red or by focusing on her goal that 50% of the beans are green. Below I focus on the goal of 50% red beans. You should also work the problem focusing on the goal that 50% of the beans are green and see that you get the same result. The information given in the problems is summarized in TableĀ 1.4.17

    Jolly Joy Beans Benny Beans Total
    # of lbs purchased \(x\) \(y\) \(12\)
    # of lbs of red beans \(.70x\) \(.25y\) \(6\)
    Table1.4.17Monica's Accounting of Jelly Beans

    In both variable rows of TableĀ 1.4.17, the sum of the two individual purchases needs to equal the total purchase. This gives us the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} x+y\amp=12\\ .70x+.25y\amp=6\\ \end{aligned} \right. \end{equation*}

    From the first equation we have \(y=12-x\) which we use to make a substitution in the second equation.

    \begin{align*} .70x+.25\substitute{y}\amp=6\\ .70x+.25(\substitute{12-x})\amp=6\\ .70x+3-.25x\amp=6\\ .45x+3\amp=6\\ .45x+3\subtractright{3}\amp=6\subtractright{3}\\ .45x\amp=3\\ \divideunder{.45x}{.45}\amp=\divideunder{3}{.45}\\ x\amp=6\,\sfrac{2}{3} \end{align*}

    So we conclude that Monica should purchase \(6\,\sfrac{2}{3}\) pounds of Jolly Joy Beans and \(5\,\sfrac{1}{3}\) pounds of Benny Beans (so that she purchases a total of 12 pounds of beans). We can check to make sure that this will result in 6 lbs of red beans.

    \begin{align*} .70(\substitute{\frac{20}{3}})+.25(\substitute{\frac{16}{3}})\amp=\frac{14}{3}+\frac{4}{3}\\ \amp=\frac{18}{3}\\ \amp=6\,\checkmark \end{align*}
  3. Let \(x\) represent the amount (liters) of 20% solutions Calvin should use and \(y\) represent the amount (liters) of 45% HCl solution Calvin should use. The information given in the problem is summarized in TableĀ 1.4.18. The figure of \(.60\) in the table comes from the fact that there are two liters of new solution and 30% of that solutions is HCl; \(30\)% of \(2\) is \(.60\text{.}\)

    20% HCl 45% HCl New solution (30% HCl)
    Total amount of solution (l) \(x\) \(y\) \(2\)
    Amount of HCl in solution (l) \(.20x\) \(.45y\) \(.60\)
    Table1.4.18Calvin has Chemistry to do

    In both rows of TableĀ 1.4.18, the amounts contributed by the 20% HCl solution and the 45% HCl solution need to total to the amount of 30% solution. This gives us the following system of equations.

    \begin{equation*} \left\{ \begin{aligned} x+y\amp=2\\ .20x+.45y\amp=.60\\ \end{aligned} \right. \end{equation*}

    Solving the first equation for \(y\) we have \(y=2-x\text{.}\) So we can substitute \(2-x\) for \(y\) in the HCl equation and solve for \(x\text{.}\)

    \begin{align*} .20x+.45(\substitute{2-x})\amp=.60\\ .20x+.90-.45x\amp=.60\\ -.25x+.90\amp=.60\\ -.25x+.90\subtractright{.90}\amp=.60\subtractright{.90}\\ -.25x\amp=-.30\\ \divideunder{-.25x}{-.25}\amp=\divideunder{-.30}{-.25}\\ x\amp=1.2 \end{align*}

    So, Calvin should use \(1.2\) liters of the 20% HCl solution and \(0.8\) liters of the 45% solution. We can check our result with the HCl equation.

    \begin{align*} 0.2(\substitute{1.2})+0.45(\substitute{0.8})\amp=0.24+036\\ \amp=0.6\,\checkmark \end{align*}
  1. Two cars are moving toward each other on a straight and flat east-west highway through th Great Plains of Canada. Because the highway is so straight and flat, with the cruise controls engaged each car is able to maintain constant speed for two hours At the start of the two hours the cars are 324 km apart and they cross past each other at the end of the two hours. During the two hours period the constant speed of the westbound car is 18 km/hr greater than the constant speed of the eastbound car. Determine the constant speed of each of the cars.
  2. The jet-stream produces a steady wind that blows high in the atmosphere from the west to the east. The wind is powerful enough that it increases the speed of an eastbound flight and decreases the speed of a westbound flight. For example, if the jet-stream wind is 80 mi/hr and a plane's speed relative to the ground would be 400 mi/hr in still air, then its seed relative to the ground when flying east is 480 mi/hr while its speed when flying west is 320 mi/hr. Hoda works as a pilot for Richfolks Air. She flies a root between Seattle and Denver. During the flight she usually maintains maximum airspeed (the speed the plane would fly in perfectly still air) for 1200 miles of the flight. One particular Tuesday the wind produced by the jet-stream was constant the entire day. On that day the mentioned 1200 mile stretch from Seattle to Denver (eastbound) took 2 hours to complete while the same 1200 mile stretch from Denver to Seattle (westbound) took 2 hours and 40 minutes to complete. Determine the airspeed and wind speed on that day.

Solution
  1. Let \(x\) represent the constant speed (km/hr) of the westbound car and \(y\) represent the constant speed (km/hr) of the eastbound car. Since both cars travel for two hours, the distances traveled over the two hours are \(2x\) and \(2y\text{.}\) Between the two cars, a total of 324 km are traversed over those two hours, which gives us the first equation in the system that models the problem.

    \begin{equation*} 2x+2y=324 \end{equation*}

    We are told that the westbound car moves at a rate that is 18 km/hr greater than the rate at which the eastbound car moves. This gives us the second equation in the system.

    \begin{equation*} x=y+18\text{.} \end{equation*}

    We begin solving the system by substituting \(y+18\) for \(x\) in the distance equation.

    \begin{align*} 2\substitute{x}+2y\amp=324\\ 2(\substitute{y+18})+2y\amp=324\\ 2y+36+2y\amp=324\\ 4y+36\amp=324\\ 4y+36\subtractright{36}\amp=324\subtractright{36}\\ 4y\amp=288\\ \divideunder{4y}{4}\amp=\divideunder{288}{4}\\ y\amp=72 \end{align*}

    So the slower car (eastbound) travels at the rate of \(72\) km/hr and the faster car (westbound) travels at \(90\) km/hr. In two hours the cars travel, respectively, \(144\) km and \(180\) km, and sure enough, \(144+188=324\) \(\checkmark\text{.}\)

  2. Define \(x\) to be the constant speed (mi/hr) of the jet in still air and \(y\) to be the constant speed (mi/hr) of the wind. The information stated in the problem is summarized in TableĀ 1.4.19. Note that 40 minutes is two-thirds of an hour.

    rate (mi/hr) time (hr) distance (mi)
    Eastbound flight \(x+y\) \(2\) \(1200\)
    Westbound flight \(x-y\) \(\frac{8}{3}\) \(1200\)
    Table1.4.19

    Applying the formula "\(D=r \times t\)" to both rows of the table, we derive our system of equations.

    \begin{equation*} \left\{ \begin{aligned} 2(x+y)\amp=1200\\ \frac{8}{3}(x-y)\amp=1200\\ \end{aligned} \right. \end{equation*}

    We can begin finding our solution by isolating \(y\) in the first equation.

    \begin{align*} 2(x+y)\amp=1200\\ 2x+2y\amp=1200\\ 2x+2y\subtractright{2x}\amp=1200\subtractright{2x}\\ 2y\amp=1200-2x\\ \multiplyleft{\frac{1}{2}}2y\amp=\multiplyleft{\frac{1}{2}}(1200-2x)\\ y\amp=600-x \end{align*}

    We can now substitute \(600-x\) for \(y\) in the second equation and solve the resultant equation for \(x\text{.}\)

    \begin{align*} \frac{8}{3}(x-(600-x))\amp=1200\\ \frac{8}{3}(x-600+x)\amp=1200\\ \frac{8}{3}(2x-600)\amp=1200\\ \frac{16}{3}x-1600\amp=1200\\ \frac{16}{3}x-1600\addright{1600}\amp=1200\addright{1600}\\ \frac{16}{3}x\amp=2800\\ \multiplyleft{\frac{3}{16}}\frac{16}{3}x\amp=\multiplyleft{\frac{3}{16}}2800\\ x\amp=525 \end{align*}

    We can use the equation \(y=600-x\) to determine that the value of \(y\) is \(75\text{.}\)

    So the speed of Hoda's jet in still air is \(525\) mi/hr and the wind speed is \(75\) mi/hr.

Subsection1.4.4Workshop Materials (with short answers)

Determine the solution to each system of equations after first graphing each line in the system.

  1. \(\left\{ \begin{aligned} y\amp=\frac{3}{2}x-7\\ y\amp=-2x+7\\ \end{aligned} \right.\)
  2. \(\left\{ \begin{aligned} 2x-y\amp=-11\\ -4x+3y\amp=21\\ \end{aligned} \right.\)
  3. \(\left\{ \begin{aligned} y\amp=-\frac{1}{3}x+4\\ 2x+6y\amp=12\\ \end{aligned} \right.\)

Solution
  1. The solution is \((4,-1)\text{.}\)

  2. The solution is \((-6,-1)\text{.}\)

  3. There are no solutions to the given system of equations.

Use the method of substitution so solve each of the following system of equations.

  1. \(\left\{ \begin{aligned} x\amp=\frac{2}{5}y-14\\ 3x+5y\amp=20\\ \end{aligned} \right.\)
  2. \(\left\{ \begin{aligned} y\amp=-\frac{7}{3}x+{5}{6}\\ 14x+6y\amp=5\\ \end{aligned} \right.\)
  3. \(\left\{ \begin{aligned} 3x-y\amp=23\\ -2x-11y\amp=8\\ \end{aligned} \right.\)

Solution
  1. The solution is \((-10,10)\text{.}\)

  2. The two equations grah to the same line. Every point on that line is a solution to the system of equations.

  3. The solution is \((7,-2)\text{.}\)

Use the elimination method to determine the solution to each system of equations.

  1. \(\left\{ \begin{aligned} 2x-5y\amp=49\\ -2x-5y\amp=1\\ \end{aligned} \right.\)
  2. \(\left\{ \begin{aligned} -4x+\frac{3}{2}y\amp=-22\\ 3x+5y\amp=41\\ \end{aligned} \right.\)
  3. \(\left\{ \begin{aligned} y\amp=\frac{4}{3}x+4\\ 4x-3y\amp=21\\ \end{aligned} \right.\)

Solution
  1. The solution is \((12,-5)\text{.}\)

  2. The solution is \((7,4)\text{.}\)

  3. There are no solutions to the given system of equations.

  1. At the start of the year Nguyen had $15,000 invested in two separate IRA accounts - one a traditional IRA, the other a Roth IRA. Over the course of the year, the traditional IRA balance grew by 21% and the the Roth IRA balance grew by 17%. Nguyen made no deposits to nor withdraws from either account over the course of the year. At the end of the year the total balance of the two accounts was $17,718. How much did Nguyen have invested in each account at the beginning of the year?
  2. Jamal is tasked with creating an acidic solution in his Chemistry lab. He needs to make 3 liters of a solution that is 35% Sulfuric acid and 65% water. He has two previously made solutions to work with. One is 20% acid and 80% water, the other is 40% acid and 60% water. How much of each of the preexisting solutions should Jamal use to create his new solution?

Solution
  1. At the beginning of the year Nguyen had $42,00 invested in the traditional IRA and $10,800 invested in the Roth IRA.
  2. Jamal needs to mix \(.75\) liters of the 20% acid solution with 2.25 liters of the 40% acid solution.
  1. While on route, there are two speeds associated with a jet. One is the airspeed - the speed the jet would fly relative to the ground if there were no wind. The other is is the ground speed - the speed the jet actually moves relative to the ground. The wind due to the jet stream increases the ground speed of eastbound flights and decreases the ground speed of west bound flights, For example, if the airspeed is 400 mph and the wind speed is 50 mph, then the actual ground speed of an eastbound flight is 450 mph and the ground speed of a west bound flight is 350 mph. (This is a simplification of the specific impact of the jet stream, but reflective of the general concept.) One afternoon two 747s are flying between San Francisco and Denver, one headed west (to San Francisco), the other headed east (to Denver). For 2.5 hours the two planes maintained the same constant airspeed. Over that period the eastbound flight traveled 1665 miles while the westbound flight only traveled 1185 miles. Determine the airspeed and wind speed for those 2.5 hours.
  2. Olivia and her wife Jackie like to go running at the local high school track. On average, Jackie maintains a pace that is 30% greater than the pace maintained by Olivia. Over a thirty minute period, Jackie runs .825 miles farther than Olivia. Determine the speed (mi/hr) of each runner, assuming that they each maintain a constant speed for the entire thirty minute period.

Solution
  1. The airspeed is 570 mph and the wind speed is 96 mph.
  2. Jackie's constant speed is 7.15 mi/hr and Olivia's constant speed is 5.5 mi/hr.