Solving Systems with Cramer’s Rule

Learning Objectives

In this section, you will:

  • Evaluate  2 × 2  determinants.
  • Use Cramer’s Rule to solve a system of equations in two variables.
  • Evaluate  3 × 3  determinants.
  • Use Cramer’s Rule to solve a system of three equations in three variables.
  • Know the properties of determinants.

We have learned how to solve systems of equations in two variables and three variables, and by multiple methods: substitution, addition, Gaussian elimination, using the inverse of a matrix, and graphing. Some of these methods are easier to apply than others and are more appropriate in certain situations. In this section, we will study two more strategies for solving systems of equations.

Evaluating the Determinant of a 2×2 Matrix

A determinant is a real number that can be very useful in mathematics because it has multiple applications, such as calculating area, volume, and other quantities. Here, we will use determinants to reveal whether a matrix is invertible by using the entries of a square matrix to determine whether there is a solution to the system of equations. Perhaps one of the more interesting applications, however, is their use in cryptography. Secure signals or messages are sometimes sent encoded in a matrix. The data can only be decrypted with an invertible matrix and the determinant. For our purposes, we focus on the determinant as an indication of the invertibility of the matrix. Calculating the determinant of a matrix involves following the specific patterns that are outlined in this section.

Find the Determinant of a 2 × 2 Matrix

The determinant of a[latex]\,2\text{ }×\text{ }2\,[/latex]matrix, given

[latex]A=\left[\begin{array}{cc}a& b\\ c& d\end{array}\right][/latex]

is defined as

Notice the change in notation. There are several ways to indicate the determinant, including[latex]\,\mathrm{det}\left(A\right)\,[/latex]and replacing the brackets in a matrix with straight lines,[latex]\,|A|.[/latex]

Finding the Determinant of a 2 × 2 Matrix

Find the determinant of the given matrix.

[latex]A=\left[\begin{array}{cc}5& 2\\ -6& 3\end{array}\right][/latex]

Using Cramer’s Rule to Solve a System of Two Equations in Two Variables

We will now introduce a final method for solving systems of equations that uses determinants. Known as Cramer’s Rule, this technique dates back to the middle of the 18th century and is named for its innovator, the Swiss mathematician Gabriel Cramer (1704-1752), who introduced it in 1750 in Introduction à l’Analyse des lignes Courbes algébriques. Cramer’s Rule is a viable and efficient method for finding solutions to systems with an arbitrary number of unknowns, provided that we have the same number of equations as unknowns.

Cramer’s Rule will give us the unique solution to a system of equations, if it exists. However, if the system has no solution or an infinite number of solutions, this will be indicated by a determinant of zero. To find out if the system is inconsistent or dependent, another method, such as elimination, will have to be used.

To understand Cramer’s Rule, let’s look closely at how we solve systems of linear equations using basic row operations. Consider a system of two equations in two variables.

[latex]\begin{array}{c}{a}_{1}x+{b}_{1}y={c}_{1}\,\,\,\,\left(1\right)\\ {a}_{2}x+{b}_{2}y={c}_{2}\,\,\,\,\left(2\right)\end{array}[/latex]

We eliminate one variable using row operations and solve for the other. Say that we wish to solve for[latex]\,x.\,[/latex]If equation (2) is multiplied by the opposite of the coefficient of[latex]\,y\,[/latex]in equation (1), equation (1) is multiplied by the coefficient of[latex]\,y\,[/latex]in equation (2), and we add the two equations, the variable[latex]\,y\,[/latex]will be eliminated.

[latex]\begin{array}{l}\underset{\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_}{\begin{array}{llll}\hfill & \hfill & \hfill & \hfill \\ \,\,\,\,{b}_{2}{a}_{1}x+{b}_{2}{b}_{1}y={b}_{2}{c}_{1}\hfill & \hfill & \hfill & \text{Multiply }{R}_{1}\text{ by }{b}_{2}\hfill \\ -{b}_{1}{a}_{2}x-{b}_{1}{b}_{2}y=-{b}_{1}{c}_{2}\hfill & \hfill & \hfill & \text{Multiply }{R}_{2}\text{ by}-{b}_{1}\hfill \end{array}}\hfill \\ \,\,\,\begin{array}{ll} {b}_{2}{a}_{1}x-{b}_{1}{a}_{2}x={b}_{2}{c}_{1}-{b}_{1}{c}_{2}\hfill & \hfill \end{array}\hfill \end{array}[/latex]

Now, solve for[latex]\,x.[/latex]

[latex]\begin{array}{l}\,\,\,{b}_{2}{a}_{1}x-{b}_{1}{a}_{2}x={b}_{2}{c}_{1}-{b}_{1}{c}_{2}\hfill \\ \,\,\,x\left({b}_{2}{a}_{1}-{b}_{1}{a}_{2}\right)={b}_{2}{c}_{1}-{b}_{1}{c}_{2}\hfill \\ \text{ }x=\frac{{b}_{2}{c}_{1}-{b}_{1}{c}_{2}}{{b}_{2}{a}_{1}-{b}_{1}{a}_{2}}=\frac{\left[\begin{array}{cc}{c}_{1}& {b}_{1}\\ {c}_{2}& {b}_{2}\end{array}\right]}{\left[\begin{array}{cc}{a}_{1}& {b}_{1}\\ {a}_{2}& {b}_{2}\end{array}\right]}\hfill \end{array}[/latex]

Similarly, to solve for[latex]\,y,[/latex]we will eliminate[latex]\,x.[/latex]

[latex]\begin{array}{l}\underset{\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_}{\begin{array}{llll}\hfill & \hfill & \hfill & \hfill \\ \,\,\,\,{a}_{2}{a}_{1}x+{a}_{2}{b}_{1}y={a}_{2}{c}_{1}\hfill & \hfill & \hfill & \text{Multiply }{R}_{1}\text{ by }{a}_{2}\hfill \\ -{a}_{1}{a}_{2}x-{a}_{1}{b}_{2}y=-{a}_{1}{c}_{2}\hfill & \hfill & \hfill & \text{Multiply }{R}_{2}\text{ by}-{a}_{1}\hfill \end{array}}\hfill \\ \,\,\,\,\,\,\begin{array}{ll}{a}_{2}{b}_{1}y-{a}_{1}{b}_{2}y={a}_{2}{c}_{1}-{a}_{1}{c}_{2}\hfill & \hfill \end{array}\hfill \end{array}[/latex]

Solving for[latex]\,y\,[/latex]gives

[latex]\begin{array}{l}{a}_{2}{b}_{1}y-{a}_{1}{b}_{2}y={a}_{2}{c}_{1}-{a}_{1}{c}_{2}\hfill \\ y\left({a}_{2}{b}_{1}-{a}_{1}{b}_{2}\right)={a}_{2}{c}_{1}-{a}_{1}{c}_{2}\hfill \\ \text{ }y=\frac{{a}_{2}{c}_{1}-{a}_{1}{c}_{2}}{{a}_{2}{b}_{1}-{a}_{1}{b}_{2}}=\frac{{a}_{1}{c}_{2}-{a}_{2}{c}_{1}}{{a}_{1}{b}_{2}-{a}_{2}{b}_{1}}=\frac{|\begin{array}{cc}{a}_{1}& {c}_{1}\\ {a}_{2}& {c}_{2}\end{array}|}{|\begin{array}{cc}{a}_{1}& {b}_{1}\\ {a}_{2}& {b}_{2}\end{array}|}\hfill \end{array}[/latex]

Notice that the denominator for both[latex]\,x\,[/latex]and[latex]\,y\,[/latex]is the determinant of the coefficient matrix.

We can use these formulas to solve for[latex]\,x\,[/latex]and[latex]\,y,\,[/latex]but Cramer’s Rule also introduces new notation:

  • [latex]\,\,D:[/latex]determinant of the coefficient matrix
  • [latex]{D}_{x}:[/latex]determinant of the numerator in the solution of[latex]x[/latex]
    [latex]x=\frac{{D}_{x}}{D}[/latex]
  • [latex]{D}_{y}:[/latex]determinant of the numerator in the solution of[latex]\,y[/latex]
    [latex]y=\frac{{D}_{y}}{D}[/latex]

The key to Cramer’s Rule is replacing the variable column of interest with the constant column and calculating the determinants. We can then express[latex]\,x\,[/latex]and[latex]\,y\,[/latex]as a quotient of two determinants.

Cramer’s Rule for 2×2 Systems

Cramer’s Rule is a method that uses determinants to solve systems of equations that have the same number of equations as variables.

Consider a system of two linear equations in two variables.

[latex]\begin{array}{c}{a}_{1}x+{b}_{1}y={c}_{1}\\ {a}_{2}x+{b}_{2}y={c}_{2}\end{array}[/latex]

The solution using Cramer’s Rule is given as

[latex]x=\frac{{D}_{x}}{D}=\frac{|\begin{array}{cc}{c}_{1}& {b}_{1}\\ {c}_{2}& {b}_{2}\end{array}|}{|\begin{array}{cc}{a}_{1}& {b}_{1}\\ {a}_{2}& {b}_{2}\end{array}|},\,\,D\ne 0;\,\,\text{​}\text{​}\,y=\frac{{D}_{y}}{D}=\frac{|\begin{array}{cc}{a}_{1}& {c}_{1}\\ {a}_{2}& {c}_{2}\end{array}|}{|\begin{array}{cc}{a}_{1}& {b}_{1}\\ {a}_{2}& {b}_{2}\end{array}|},\,\,D\ne 0.[/latex]

If we are solving for[latex]\,x,\,[/latex]the[latex]\,x\,[/latex]column is replaced with the constant column. If we are solving for[latex]\,y,\,[/latex]the[latex]\,y\,[/latex]column is replaced with the constant column.

Using Cramer’s Rule to Solve a 2 × 2 System

Solve the following[latex]\,2\text{ }×\text{ }2\,[/latex]system using Cramer’s Rule.

[latex]\begin{array}{c}12x+3y=15\\ \text{ }2x-3y=13\end{array}[/latex]

Try It

Use Cramer’s Rule to solve the 2 × 2 system of equations.

[latex]\begin{array}{l}\text{ }x+2y=-11\hfill \\ -2x+y=-13\hfill \end{array}[/latex]

Evaluating the Determinant of a 3 × 3 Matrix

Finding the determinant of a 2×2 matrix is straightforward, but finding the determinant of a 3×3 matrix is more complicated. One method is to augment the 3×3 matrix with a repetition of the first two columns, giving a 3×5 matrix. Then we calculate the sum of the products of entries down each of the three diagonals (upper left to lower right), and subtract the products of entries up each of the three diagonals (lower left to upper right). This is more easily understood with a visual and an example.

Find the determinant of the 3×3 matrix.

[latex]A=\left[\begin{array}{ccc}{a}_{1}& {b}_{1}& {c}_{1}\\ {a}_{2}& {b}_{2}& {c}_{2}\\ {a}_{3}& {b}_{3}& {c}_{3}\end{array}\right][/latex]
  1. Augment[latex]\,A\,[/latex]with the first two columns.
    [latex]\mathrm{det}\left(A\right)=|\begin{array}{ccc}{a}_{1}& {b}_{1}& {c}_{1}\\ {a}_{2}& {b}_{2}& {c}_{2}\\ {a}_{3}& {b}_{3}& {c}_{3}\end{array}\,\,\,|\,\,\,\begin{array}{c}{a}_{1}\\ {a}_{2}\\ {a}_{3}\end{array}\,\,\,\,\begin{array}{c}{b}_{1}\\ {b}_{2}\\ {b}_{3}\end{array}|[/latex]
  2. From upper left to lower right: Multiply the entries down the first diagonal. Add the result to the product of entries down the second diagonal. Add this result to the product of the entries down the third diagonal.
  3. From lower left to upper right: Subtract the product of entries up the first diagonal. From this result subtract the product of entries up the second diagonal. From this result, subtract the product of entries up the third diagonal.

The algebra is as follows:

[latex]|A|={a}_{1}{b}_{2}{c}_{3}+{b}_{1}{c}_{2}{a}_{3}+{c}_{1}{a}_{2}{b}_{3}-{a}_{3}{b}_{2}{c}_{1}-{b}_{3}{c}_{2}{a}_{1}-{c}_{3}{a}_{2}{b}_{1}[/latex]

Finding the Determinant of a 3 × 3 Matrix

Find the determinant of the 3 × 3 matrix given

[latex]A=\left[\begin{array}{ccc}0& 2& 1\\ 3& -1& 1\\ 4& 0& 1\end{array}\right][/latex]

Try It

Find the determinant of the 3 × 3 matrix.

[latex]\mathrm{det}\left(A\right)=|\begin{array}{ccc}1& -3& 7\\ 1& 1& 1\\ 1& -2& 3\end{array}|[/latex]

Can we use the same method to find the determinant of a larger matrix?

No, this method only works for[latex]\,2\text{ }×\text{ }2\,[/latex]and[latex]\,\text{3}\text{ }×\text{ }3\,[/latex]matrices. For larger matrices it is best to use a graphing utility or computer software.

Using Cramer’s Rule to Solve a System of Three Equations in Three Variables

Now that we can find the determinant of a 3 × 3 matrix, we can apply Cramer’s Rule to solve a system of three equations in three variables. Cramer’s Rule is straightforward, following a pattern consistent with Cramer’s Rule for 2 × 2 matrices. As the order of the matrix increases to 3 × 3, however, there are many more calculations required.

When we calculate the determinant to be zero, Cramer’s Rule gives no indication as to whether the system has no solution or an infinite number of solutions. To find out, we have to perform elimination on the system.

Consider a 3 × 3 system of equations.

[latex]x=\frac{{D}_{x}}{D},y=\frac{{D}_{y}}{D},z=\frac{{D}_{z}}{D},D\ne 0[/latex]

where

If we are writing the determinant[latex]\,{D}_{x},[/latex]we replace the[latex]\,x\,[/latex]column with the constant column. If we are writing the determinant[latex]{D}_{y},[/latex]we replace the[latex]\,y\,[/latex]column with the constant column. If we are writing the determinant[latex]\,{D}_{z},[/latex]we replace the[latex]\,z\,[/latex]column with the constant column. Always check the answer.

Solving a 3 × 3 System Using Cramer’s Rule

Find the solution to the given 3 × 3 system using Cramer’s Rule.

[latex]\begin{array}{c}x+y-z=6\\ 3x-2y+z=-5\\ x+3y-2z=14\end{array}[/latex]

Try It

Use Cramer’s Rule to solve the 3 × 3 matrix.

[latex]\begin{array}{r}\hfill x-3y+7z=13\\ \hfill x+y+z=1\,\,\,\\ \hfill x-2y+3z=4\,\,\,\end{array}[/latex]

Using Cramer’s Rule to Solve an Inconsistent System

Solve the system of equations using Cramer’s Rule.

[latex]\begin{array}{l}3x-2y=4\text{ }\left(1\right)\\ 6x-4y=0\text{ }\left(2\right)\end{array}[/latex]

Use Cramer’s Rule to Solve a Dependent System

Solve the system with an infinite number of solutions.

[latex]\begin{array}{rr}\hfill x-2y+3z=0& \hfill \left(1\right)\\ \hfill 3x+y-2z=0& \hfill \left(2\right)\\ \hfill 2x-4y+6z=0& \hfill \left(3\right)\end{array}[/latex]

Understanding Properties of Determinants

There are many properties of determinants. Listed here are some properties that may be helpful in calculating the determinant of a matrix.

Properties of Determinants

  1. If the matrix is in upper triangular form, the determinant equals the product of entries down the main diagonal.
  2. When two rows are interchanged, the determinant changes sign.
  3. If either two rows or two columns are identical, the determinant equals zero.
  4. If a matrix contains either a row of zeros or a column of zeros, the determinant equals zero.
  5. The determinant of an inverse matrix[latex]\,{A}^{-1}\,[/latex]is the reciprocal of the determinant of the matrix[latex]\,A.[/latex]
  6. If any row or column is multiplied by a constant, the determinant is multiplied by the same factor.

Illustrating Properties of Determinants

Illustrate each of the properties of determinants.

Using Cramer’s Rule and Determinant Properties to Solve a System

Find the solution to the given 3 × 3 system.

[latex]\begin{array}{ll}2x+4y+4z=2\hfill & \left(1\right)\hfill \\ 3x+7y+7z=-5\hfill & \left(2\right)\hfill \\ \text{ }x+2y+2z=4\hfill & \left(3\right)\hfill \end{array}[/latex]

Access these online resources for additional instruction and practice with Cramer’s Rule.

Key Concepts

  • The determinant for[latex]\,\left[\begin{array}{cc}a& b\\ c& d\end{array}\right]\,[/latex]is[latex]\,ad-bc.\,[/latex]See (Figure).
  • Cramer’s Rule replaces a variable column with the constant column. Solutions are[latex]\,x=\frac{{D}_{x}}{D},y=\frac{{D}_{y}}{D}.\,[/latex]See (Figure).
  • To find the determinant of a 3×3 matrix, augment with the first two columns. Add the three diagonal entries (upper left to lower right) and subtract the three diagonal entries (lower left to upper right). See (Figure).
  • To solve a system of three equations in three variables using Cramer’s Rule, replace a variable column with the constant column for each desired solution:[latex]\,x=\frac{{D}_{x}}{D},y=\frac{{D}_{y}}{D},z=\frac{{D}_{z}}{D}.\,[/latex]See (Figure).
  • Cramer’s Rule is also useful for finding the solution of a system of equations with no solution or infinite solutions. See (Figure) and (Figure).
  • Certain properties of determinants are useful for solving problems. For example:
    • If the matrix is in upper triangular form, the determinant equals the product of entries down the main diagonal.
    • When two rows are interchanged, the determinant changes sign.
    • If either two rows or two columns are identical, the determinant equals zero.
    • If a matrix contains either a row of zeros or a column of zeros, the determinant equals zero.
    • The determinant of an inverse matrix[latex]\,{A}^{-1}\,[/latex]is the reciprocal of the determinant of the matrix[latex]\,A.[/latex]
    • If any row or column is multiplied by a constant, the determinant is multiplied by the same factor. See (Figure) and (Figure).

Section Exercises

Verbal

Explain why we can always evaluate the determinant of a square matrix.

Examining Cramer’s Rule, explain why there is no unique solution to the system when the determinant of your matrix is 0. For simplicity, use a[latex]\,2\,×\,2\,[/latex]matrix.

Explain what it means in terms of an inverse for a matrix to have a 0 determinant.

The determinant of[latex]\,2\,×\,2\,[/latex]matrix[latex]\,A\,[/latex]is 3. If you switch the rows and multiply the first row by 6 and the second row by 2, explain how to find the determinant and provide the answer.

Algebraic

For the following exercises, find the determinant.

[latex]|\begin{array}{cc}1& 2\\ 3& 4\end{array}|[/latex]

[latex]|\begin{array}{rr}\hfill -1& \hfill 2\\ \hfill 3& \hfill -4\end{array}|[/latex]

[latex]|\begin{array}{rr}\hfill 2& \hfill -5\\ \hfill -1& \hfill 6\end{array}|[/latex]

[latex]|\begin{array}{cc}-8& 4\\ -1& 5\end{array}|[/latex]

[latex]|\begin{array}{rr}\hfill 1& \hfill 0\\ \hfill 3& \hfill -4\end{array}|[/latex]

[latex]|\begin{array}{rr}\hfill 10& \hfill 20\\ \hfill 0& \hfill -10\end{array}|[/latex]

[latex]|\begin{array}{cc}10& 0.2\\ 5& 0.1\end{array}|[/latex]

[latex]|\begin{array}{rr}\hfill 6& \hfill -3\\ \hfill 8& \hfill 4\end{array}|[/latex]

[latex]|\begin{array}{rr}\hfill -2& \hfill -3\\ \hfill 3.1& \hfill 4,000\end{array}|[/latex]

[latex]|\begin{array}{rr}\hfill -1.1& \hfill 0.6\\ \hfill 7.2& \hfill -0.5\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill -1& \hfill 0& \hfill 0\\ \hfill 0& \hfill 1& \hfill 0\\ \hfill 0& \hfill 0& \hfill -3\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill -1& \hfill 4& \hfill 0\\ \hfill 0& \hfill 2& \hfill 3\\ \hfill 0& \hfill 0& \hfill -3\end{array}|[/latex]

[latex]|\begin{array}{ccc}1& 0& 1\\ 0& 1& 0\\ 1& 0& 0\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill 2& \hfill -3& \hfill 1\\ \hfill 3& \hfill -4& \hfill 1\\ \hfill -5& \hfill 6& \hfill 1\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill -2& \hfill 1& \hfill 4\\ \hfill -4& \hfill 2& \hfill -8\\ \hfill 2& \hfill -8& \hfill -3\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill 6& \hfill -1& \hfill 2\\ \hfill -4& \hfill -3& \hfill 5\\ \hfill 1& \hfill 9& \hfill -1\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill 5& \hfill 1& \hfill -1\\ \hfill 2& \hfill 3& \hfill 1\\ \hfill 3& \hfill -6& \hfill -3\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill 1.1& \hfill 2& \hfill -1\\ \hfill -4& \hfill 0& \hfill 0\\ \hfill 4.1& \hfill -0.4& \hfill 2.5\end{array}|[/latex]

[latex]|\begin{array}{rrr}\hfill 2& \hfill -1.6& \hfill 3.1\\ \hfill 1.1& \hfill 3& \hfill -8\\ \hfill -9.3& \hfill 0& \hfill 2\end{array}|[/latex]

[latex]|\begin{array}{ccc}-\frac{1}{2}& \frac{1}{3}& \frac{1}{4}\\ \frac{1}{5}& -\frac{1}{6}& \frac{1}{7}\\ 0& 0& \frac{1}{8}\end{array}|[/latex]

For the following exercises, solve the system of linear equations using Cramer’s Rule.

[latex]\begin{array}{l}2x-3y=-1\\ 4x+5y=9\end{array}[/latex]

[latex]\begin{array}{r}5x-4y=2\\ -4x+7y=6\end{array}[/latex]

[latex]\begin{array}{l}\text{ }6x-3y=2\,\,\,\,\,\hfill \\ -8x+9y=-1\hfill \end{array}[/latex]

[latex]\begin{array}{l}2x+6y=12\\ 5x-2y=13\end{array}[/latex]

[latex]\begin{array}{l}4x+3y=23\,\,\hfill \\ \text{ }2x-y=-1\hfill \end{array}[/latex]

[latex]\begin{array}{l}10x-6y=2\,\,\,\,\hfill \\ -5x+8y=-1\hfill \end{array}[/latex]

[latex]\begin{array}{l}4x-3y=-3\\ 2x+6y=-4\end{array}[/latex]

[latex]\begin{array}{r}4x-5y=7\\ -3x+9y=0\end{array}[/latex]

[latex]\begin{array}{l}4x+10y=180\,\,\,\,\hfill \\ -3x-5y=-105\hfill \end{array}[/latex]

[latex]\begin{array}{l}\text{ }8x-2y=-3\hfill \\ -4x+6y=4\,\,\,\,\hfill \end{array}[/latex]

For the following exercises, solve the system of linear equations using Cramer’s Rule.

[latex]\begin{array}{l}\text{ }x+2y-4z=-1\hfill \\ \text{ }7x+3y+5z=26\,\,\hfill \\ -2x-6y+7z=-6\hfill \end{array}[/latex]

[latex]\begin{array}{l}-5x+2y-4z=-47\hfill \\ \text{ }4x-3y-z=-94\hfill \\ \text{ }3x-3y+2z=94\,\,\,\,\hfill \end{array}[/latex]

[latex]\begin{array}{l}\text{ }4x+5y-z=-7\hfill \\ -2x-9y+2z=8\,\,\,\,\hfill \\ \text{ }5y+7z=21\,\hfill \end{array}[/latex]

[latex]\begin{array}{r}4x-3y+4z=10\\ 5x-2z=-2\\ 3x+2y-5z=-9\end{array}[/latex]

[latex]\begin{array}{l}4x-2y+3z=6\,\,\,\hfill \\ \text{ }-6x+y=-2\hfill \\ 2x+7y+8z=24\hfill \end{array}[/latex]

[latex]\begin{array}{r}\hfill 5x+2y-z=1\,\,\,\,\,\\ \hfill -7x-8y+3z=1.5\\ \hfill 6x-12y+z=7\,\,\,\,\end{array}[/latex]

[latex]\begin{array}{l}\text{ }13x-17y+16z=73\,\,\,\,\hfill \\ -11x+15y+17z=61\,\,\,\,\hfill \\ \text{ }46x+10y-30z=-18\hfill \end{array}[/latex]

[latex]\begin{array}{l}\begin{array}{l}\hfill \\ -4x-3y-8z=-7\hfill \end{array}\hfill \\ \text{ }2x-9y+5z=0.5\hfill \\ \text{ }5x-6y-5z=-2\hfill \end{array}[/latex]

[latex]\begin{array}{l}\text{ }4x-6y+8z=10\,\,\hfill \\ -2x+3y-4z=-5\hfill \\ \text{ }x+y+z=1\,\,\,\,\,\hfill \end{array}[/latex]

[latex]\begin{array}{r}\hfill 4x-6y+8z=10\,\,\,\,\,\\ \hfill -2x+3y-4z=-5\,\,\,\\ \hfill 12x+18y-24z=-30\end{array}[/latex]

Technology

For the following exercises, use the determinant function on a graphing utility.

[latex]|\begin{array}{rrrr}\hfill 1& \hfill 0& \hfill 8& \hfill 9\\ \hfill 0& \hfill 2& \hfill 1& \hfill 0\\ \hfill 1& \hfill 0& \hfill 3& \hfill 0\\ \hfill 0& \hfill 2& \hfill 4& \hfill 3\end{array}|[/latex]

[latex]|\begin{array}{rrrr}\hfill 1& \hfill 0& \hfill 2& \hfill 1\\ \hfill 0& \hfill -9& \hfill 1& \hfill 3\\ \hfill 3& \hfill 0& \hfill -2& \hfill -1\\ \hfill 0& \hfill 1& \hfill 1& \hfill -2\end{array}|[/latex]

[latex]|\begin{array}{rrrr}\hfill \frac{1}{2}& \hfill 1& \hfill 7& \hfill 4\\ \hfill 0& \hfill \frac{1}{2}& \hfill 100& \hfill 5\\ \hfill 0& \hfill 0& \hfill 2& \hfill 2,000\\ \hfill 0& \hfill 0& \hfill 0& \hfill 2\end{array}|[/latex]

[latex]|\begin{array}{rrrr}\hfill 1& \hfill 0& \hfill 0& \hfill 0\\ \hfill 2& \hfill 3& \hfill 0& \hfill 0\\ \hfill 4& \hfill 5& \hfill 6& \hfill 0\\ \hfill 7& \hfill 8& \hfill 9& \hfill 0\end{array}|[/latex]

Real-World Applications

For the following exercises, create a system of linear equations to describe the behavior. Then, calculate the determinant. Will there be a unique solution? If so, find the unique solution.

Two numbers add up to 56. One number is 20 less than the other.

Two numbers add up to 104. If you add two times the first number plus two times the second number, your total is 208

Three numbers add up to 106. The first number is 3 less than the second number. The third number is 4 more than the first number.

Three numbers add to 216. The sum of the first two numbers is 112. The third number is 8 less than the first two numbers combined.

For the following exercises, create a system of linear equations to describe the behavior. Then, solve the system for all solutions using Cramer’s Rule.

You invest $10,000 into two accounts, which receive 8% interest and 5% interest. At the end of a year, you had $10,710 in your combined accounts. How much was invested in each account?

You invest $80,000 into two accounts, $22,000 in one account, and $58,000 in the other account. At the end of one year, assuming simple interest, you have earned $2,470 in interest. The second account receives half a percent less than twice the interest on the first account. What are the interest rates for your accounts?

A movie theater needs to know how many adult tickets and children tickets were sold out of the 1,200 total tickets. If children’s tickets are $5.95, adult tickets are $11.15, and the total amount of revenue was $12,756, how many children’s tickets and adult tickets were sold?

A concert venue sells single tickets for $40 each and couple’s tickets for $65. If the total revenue was $18,090 and the 321 tickets were sold, how many single tickets and how many couple’s tickets were sold?

You decide to paint your kitchen green. You create the color of paint by mixing yellow and blue paints. You cannot remember how many gallons of each color went into your mix, but you know there were 10 gal total. Additionally, you kept your receipt, and know the total amount spent was $29.50. If each gallon of yellow costs $2.59, and each gallon of blue costs $3.19, how many gallons of each color go into your green mix?

You sold two types of scarves at a farmers’ market and would like to know which one was more popular. The total number of scarves sold was 56, the yellow scarf cost $10, and the purple scarf cost $11. If you had total revenue of $583, how many yellow scarves and how many purple scarves were sold?

Your garden produced two types of tomatoes, one green and one red. The red weigh 10 oz, and the green weigh 4 oz. You have 30 tomatoes, and a total weight of 13 lb, 14 oz. How many of each type of tomato do you have?

At a market, the three most popular vegetables make up 53% of vegetable sales. Corn has 4% higher sales than broccoli, which has 5% more sales than onions. What percentage does each vegetable have in the market share?

At the same market, the three most popular fruits make up 37% of the total fruit sold. Strawberries sell twice as much as oranges, and kiwis sell one more percentage point than oranges. For each fruit, find the percentage of total fruit sold.

Three bands performed at a concert venue. The first band charged $15 per ticket, the second band charged $45 per ticket, and the final band charged $22 per ticket. There were 510 tickets sold, for a total of $12,700. If the first band had 40 more audience members than the second band, how many tickets were sold for each band?

A movie theatre sold tickets to three movies. The tickets to the first movie were $5, the tickets to the second movie were $11, and the third movie was $12. 100 tickets were sold to the first movie. The total number of tickets sold was 642, for a total revenue of $6,774. How many tickets for each movie were sold?

Men aged 20–29, 30–39, and 40–49 made up 78% of the population at a prison last year. This year, the same age groups made up 82.08% of the population. The 20–29 age group increased by 20%, the 30–39 age group increased by 2%, and the 40–49 age group decreased to[latex]\,\frac{3}{4}\,[/latex]of their previous population. Originally, the 30–39 age group had 2% more prisoners than the 20–29 age group. Determine the prison population percentage for each age group last year.

At a women’s prison down the road, the total number of inmates aged 20–49 totaled 5,525. This year, the 20–29 age group increased by 10%, the 30–39 age group decreased by 20%, and the 40–49 age group doubled. There are now 6,040 prisoners. Originally, there were 500 more in the 30–39 age group than the 20–29 age group. Determine the prison population for each age group last year.

For the following exercises, use this scenario: A health-conscious company decides to make a trail mix out of almonds, dried cranberries, and chocolate-covered cashews. The nutritional information for these items is shown in (Figure).

Fat (g) Protein (g) Carbohydrates (g)
Almonds (10) 6 2 3
Cranberries (10) 0.02 0 8
Cashews (10) 7 3.5 5.5

For the special “low-carb”trail mix, there are 1,000 pieces of mix. The total number of carbohydrates is 425 g, and the total amount of fat is 570.2 g. If there are 200 more pieces of cashews than cranberries, how many of each item is in the trail mix?

For the “hiking” mix, there are 1,000 pieces in the mix, containing 390.8 g of fat, and 165 g of protein. If there is the same amount of almonds as cashews, how many of each item is in the trail mix?

For the “energy-booster” mix, there are 1,000 pieces in the mix, containing 145 g of protein and 625 g of carbohydrates. If the number of almonds and cashews summed together is equivalent to the amount of cranberries, how many of each item is in the trail mix?

Review Exercises

Systems of Linear Equations: Two Variables

For the following exercises, determine whether the ordered pair is a solution to the system of equations.

[latex]\begin{array}{l}3x-y=4\\ x+4y=-3\,\end{array}[/latex]and[latex]\,\left(-1,1\right)[/latex]

[latex]\begin{array}{l}6x-2y=24\\ -3x+3y=18\,\end{array}[/latex]and[latex]\,\left(9,15\right)[/latex]

For the following exercises, use substitution to solve the system of equations.

[latex]\begin{array}{l}10x+5y=-5\hfill \\ \,\,\,3x-2y=-12\hfill \end{array}[/latex]

[latex]\begin{array}{l}\frac{4}{7}x+\frac{1}{5}y=\frac{43}{70}\\ \frac{5}{6}x-\frac{1}{3}y=-\frac{2}{3}\end{array}[/latex]

[latex]\begin{array}{l}5x+6y=14\\ 4x+8y=8\end{array}[/latex]

For the following exercises, use addition to solve the system of equations.

[latex]\begin{array}{l}3x+2y=-7\\ 2x+4y=6\end{array}[/latex]

[latex]\begin{array}{r}3x+4y=2\\ 9x+12y=3\end{array}[/latex]

[latex]\begin{array}{l}8x+4y=2\\ 6x-5y=0.7\end{array}[/latex]

For the following exercises, write a system of equations to solve each problem. Solve the system of equations.

A factory has a cost of production[latex]\,C\left(x\right)=150x+15\text{,}000\,[/latex]and a revenue function[latex]\,R\left(x\right)=200x.\,[/latex]What is the break-even point?

A performer charges[latex]\,C\left(x\right)=50x+10\text{,}000,\,[/latex]where[latex]\,x\,[/latex]is the total number of attendees at a show. The venue charges $75 per ticket. After how many people buy tickets does the venue break even, and what is the value of the total tickets sold at that point?

Systems of Linear Equations: Three Variables

For the following exercises, solve the system of three equations using substitution or addition.

[latex]\begin{array}{l}\text{ }0.5x-0.5y=10\hfill \\ \text{ }-0.2y+0.2x=4\hfill \\ \text{ }0.1x+0.1z=2\hfill \end{array}[/latex]

[latex]\begin{array}{r}\hfill 5x+3y-z=5\,\,\,\\ \hfill 3x-2y+4z=13\\ \hfill 4x+3y+5z=22\end{array}[/latex]

[latex]\begin{array}{r}x+y+z=1\\ 2x+2y+2z=1\\ 3x+3y=2\end{array}[/latex]

[latex]\begin{array}{l}\text{ }2x-3y+z=-1\hfill \\ \text{ }x+y+z=-4\hfill \\ \text{ }4x+2y-3z=33\hfill \end{array}[/latex]

[latex]\begin{array}{l}\,\,3x+2y-z=-10\hfill \\ \,\,\,\,x-y+2z=7\hfill \\ -x+3y+z=-2\hfill \end{array}[/latex]

[latex]\begin{array}{r}\hfill 3x+4z=-11\\ \hfill x-2y=5\,\,\,\,\,\,\,\\ \hfill 4y-z=-10\end{array}[/latex]

[latex]\begin{array}{r}2x-3y+z=0\\ 2x+4y-3z=0\\ 6x-2y-z=0\end{array}[/latex]

[latex]\begin{array}{r}6x-4y-2z=2\\ 3x+2y-5z=4\\ 6y-7z=5\end{array}[/latex]

For the following exercises, write a system of equations to solve each problem. Solve the system of equations.

Three odd numbers sum up to 61. The smaller is one-third the larger and the middle number is 16 less than the larger. What are the three numbers?

A local theatre sells out for their show. They sell all 500 tickets for a total purse of $8,070.00. The tickets were priced at $15 for students, $12 for children, and $18 for adults. If the band sold three times as many adult tickets as children’s tickets, how many of each type was sold?

Systems of Nonlinear Equations and Inequalities: Two Variables

For the following exercises, solve the system of nonlinear equations.

[latex]\begin{array}{l}\begin{array}{l}\\ y={x}^{2}-7\end{array}\hfill \\ y=5x-13\hfill \end{array}[/latex]

[latex]\begin{array}{l}\begin{array}{l}\\ y={x}^{2}-4\end{array}\hfill \\ y=5x+10\hfill \end{array}[/latex]

[latex]\begin{array}{l}{x}^{2}+{y}^{2}=16\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,y=x-8\hfill \end{array}[/latex]

[latex]\begin{array}{l}{x}^{2}+{y}^{2}=25\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,y={x}^{2}+5\hfill \end{array}[/latex]

[latex]\begin{array}{r}{x}^{2}+{y}^{2}=4\\ y-{x}^{2}=3\end{array}[/latex]

For the following exercises, graph the inequality.

[latex]y>{x}^{2}-1[/latex]

[latex]\frac{1}{4}{x}^{2}+{y}^{2}<4[/latex]

For the following exercises, graph the system of inequalities.

[latex]\begin{array}{l}{x}^{2}+{y}^{2}+2x<3\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,y>-{x}^{2}-3\hfill \end{array}[/latex]

[latex]\begin{array}{l}{x}^{2}-2x+{y}^{2}-4x<4\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,y<-x+4\hfill \end{array}[/latex]

[latex]\begin{array}{l}{x}^{2}+{y}^{2}<1\hfill \\ \,\,\,\,\,\,\,\,\,\,\,\,\,{y}^{2}<x\hfill \end{array}[/latex]

Partial Fractions

For the following exercises, decompose into partial fractions.

[latex]\frac{-2x+6}{{x}^{2}+3x+2}[/latex]

[latex]\frac{10x+2}{4{x}^{2}+4x+1}[/latex]

[latex]\frac{7x+20}{{x}^{2}+10x+25}[/latex]

[latex]\frac{x-18}{{x}^{2}-12x+36}[/latex]

[latex]\frac{-{x}^{2}+36x+70}{{x}^{3}-125}[/latex]

[latex]\frac{-5{x}^{2}+6x-2}{{x}^{3}+27}[/latex]

[latex]\frac{{x}^{3}-4{x}^{2}+3x+11}{{\left({x}^{2}-2\right)}^{2}}[/latex]

[latex]\frac{4{x}^{4}-2{x}^{3}+22{x}^{2}-6x+48}{x{\left({x}^{2}+4\right)}^{2}}[/latex]

Matrices and Matrix Operations

For the following exercises, perform the requested operations on the given matrices.

[latex]A=\left[\begin{array}{rr}\hfill 4& \hfill -2\\ \hfill 1& \hfill 3\end{array}\right],B=\left[\begin{array}{rrr}\hfill 6& \hfill 7& \hfill -3\\ \hfill 11& \hfill -2& \hfill 4\end{array}\right],C=\left[\begin{array}{r}\hfill \begin{array}{cc}6& 7\\ 11& -2\end{array}\\ \hfill \begin{array}{cc}14& 0\end{array}\end{array}\right],D=\left[\begin{array}{rrr}\hfill 1& \hfill -4& \hfill 9\\ \hfill 10& \hfill 5& \hfill -7\\ \hfill 2& \hfill 8& \hfill 5\end{array}\right],E=\left[\begin{array}{rrr}\hfill 7& \hfill -14& \hfill 3\\ \hfill 2& \hfill -1& \hfill 3\\ \hfill 0& \hfill 1& \hfill 9\end{array}\right][/latex]

[latex]-4A[/latex]

[latex]10D-6E[/latex]

[latex]B+C[/latex]

[latex]AB[/latex]

[latex]BA[/latex]

[latex]BC[/latex]

[latex]CB[/latex]

[latex]DE[/latex]

[latex]ED[/latex]

[latex]EC[/latex]

[latex]CE[/latex]

[latex]{A}^{3}[/latex]

Solving Systems with Gaussian Elimination

For the following exercises, write the system of linear equations from the augmented matrix. Indicate whether there will be a unique solution.

[latex]\left[\begin{array}{rrr}\hfill 1& \hfill 0& \hfill -3\\ \hfill 0& \hfill 1& \hfill 2\\ \hfill 0& \hfill 0& \hfill 0\end{array}\text{ }|\text{ }\begin{array}{r}\hfill 7\\ \hfill -5\\ \hfill 0\end{array}\right][/latex]

[latex]\left[\begin{array}{rrr}\hfill 1& \hfill 0& \hfill 5\\ \hfill 0& \hfill 1& \hfill -2\\ \hfill 0& \hfill 0& \hfill 0\end{array}\text{ }|\text{ }\begin{array}{r}\hfill -9\\ \hfill 4\\ \hfill 3\end{array}\right][/latex]

For the following exercises, write the augmented matrix from the system of linear equations.

[latex]\begin{array}{l}\\ \begin{array}{r}\hfill -2x+2y+z=7\\ \hfill 2x-8y+5z=0\\ \hfill 19x-10y+22z=3\end{array}\end{array}[/latex]

[latex]\begin{array}{l}\,\,\,\,\,4x+2y-3z=14\hfill \\ -12x+3y+z=100\hfill \\ \,\,\,\,\,9x-6y+2z=31\hfill \end{array}[/latex]

[latex]\begin{array}{r}\hfill x+3z=12\,\\ \hfill -x+4y=0\,\,\,\,\\ \hfill y+2z=-7\end{array}[/latex]

For the following exercises, solve the system of linear equations using Gaussian elimination.

[latex]\begin{array}{r}3x-4y=-7\\ -6x+8y=14\end{array}[/latex]

[latex]\begin{array}{r}3x-4y=1\\ -6x+8y=6\end{array}[/latex]

[latex]\begin{array}{l}\begin{array}{l}\\ -1.1x-2.3y=6.2\end{array}\hfill \\ -5.2x-4.1y=4.3\hfill \end{array}[/latex]

[latex]\begin{array}{r}\hfill 2x+3y+2z=1\,\,\,\,\,\\ \hfill -4x-6y-4z=-2\\ \hfill 10x+15y+10z=0\,\,\,\,\,\end{array}[/latex]

[latex]\begin{array}{r}\hfill -x+2y-4z=8\,\,\,\,\\ \hfill 3y+8z=-4\\ \hfill -7x+y+2z=1\,\,\,\,\end{array}[/latex]

Solving Systems with Inverses

For the following exercises, find the inverse of the matrix.

[latex]\left[\begin{array}{rr}\hfill -0.2& \hfill 1.4\\ \hfill 1.2& \hfill -0.4\end{array}\right][/latex]

[latex]\left[\begin{array}{rr}\hfill \frac{1}{2}& \hfill -\frac{1}{2}\\ \hfill -\frac{1}{4}& \hfill \frac{3}{4}\end{array}\right][/latex]

[latex]\left[\begin{array}{ccc}12& 9& -6\\ -1& 3& 2\\ -4& -3& 2\end{array}\right][/latex]

[latex]\left[\begin{array}{ccc}2& 1& 3\\ 1& 2& 3\\ 3& 2& 1\end{array}\right][/latex]

For the following exercises, find the solutions by computing the inverse of the matrix.

[latex]\begin{array}{l}\,\,\,\,0.3x-0.1y=-10\hfill \\ -0.1x+0.3y=14\hfill \end{array}[/latex]

[latex]\begin{array}{l}\,\,\,\,\,\,\,\,0.4x-0.2y=-0.6\hfill \\ -0.1x+0.05y=0.3\hfill \end{array}[/latex]

[latex]\begin{array}{r}4x+3y-3z=-4.3\\ 5x-4y-z=-6.1\\ x+z=-0.7\end{array}[/latex]

[latex]\begin{array}{r}\hfill \begin{array}{l}\\ -2x-3y+2z=3\end{array}\\ \hfill -x+2y+4z=-5\\ \hfill -2y+5z=-3\end{array}[/latex]

For the following exercises, write a system of equations to solve each problem. Solve the system of equations.

Students were asked to bring their favorite fruit to class. 90% of the fruits consisted of banana, apple, and oranges. If oranges were half as popular as bananas and apples were 5% more popular than bananas, what are the percentages of each individual fruit?

A sorority held a bake sale to raise money and sold brownies and chocolate chip cookies. They priced the brownies at $2 and the chocolate chip cookies at $1. They raised $250 and sold 175 items. How many brownies and how many cookies were sold?

Solving Systems with Cramer’s Rule

For the following exercises, find the determinant.

[latex]|\begin{array}{cc}100& 0\\ 0& 0\end{array}|[/latex]

[latex]|\begin{array}{cc}0.2& -0.6\\ 0.7& -1.1\end{array}|[/latex]

[latex]|\begin{array}{ccc}-1& 4& 3\\ 0& 2& 3\\ 0& 0& -3\end{array}|[/latex]

[latex]|\begin{array}{ccc}\sqrt{2}& 0& 0\\ 0& \sqrt{2}& 0\\ 0& 0& \sqrt{2}\end{array}|[/latex]

For the following exercises, use Cramer’s Rule to solve the linear systems of equations.

[latex]\begin{array}{r}\hfill 4x-2y=23\,\,\,\,\\ \hfill -5x-10y=-35\end{array}[/latex]

[latex]\begin{array}{l}0.2x-0.1y=0\\ -0.3x+0.3y=2.5\end{array}[/latex]

[latex]\begin{array}{r}\hfill -0.5x+0.1y=0.3\,\,\,\\ \hfill -0.25x+0.05y=0.15\end{array}[/latex]

[latex]\begin{array}{l}x+6y+3z=4\\ 2x+y+2z=3\\ 3x-2y+z=0\end{array}[/latex]

[latex]\begin{array}{r}\hfill 4x-3y+5z=-\frac{5}{2}\\ \hfill 7x-9y-3z=\frac{3}{2}\,\,\,\,\\ \hfill x-5y-5z=\frac{5}{2}\,\,\,\,\end{array}[/latex]

[latex]\begin{array}{r}\frac{3}{10}x-\frac{1}{5}y-\frac{3}{10}z=-\frac{1}{50}\\ \frac{1}{10}x-\frac{1}{10}y-\frac{1}{2}z=-\frac{9}{50}\\ \frac{2}{5}x-\frac{1}{2}y-\frac{3}{5}z=-\frac{1}{5}\end{array}[/latex]

Practice Test

Is the following ordered pair a solution to the system of equations?

[latex]\begin{array}{l}\\ \begin{array}{l}-5x-y=12\,\hfill \\ x+4y=9\hfill \end{array}\end{array}[/latex]with[latex]\,\left(-3,3\right)[/latex]

For the following exercises, solve the systems of linear and nonlinear equations using substitution or elimination. Indicate if no solution exists.

[latex]\begin{array}{r}\frac{1}{2}x-\frac{1}{3}y=4\\ \frac{3}{2}x-y=0\end{array}[/latex]

[latex]\begin{array}{r}\hfill \begin{array}{l}\\ -\frac{1}{2}x-4y=4\end{array}\\ \hfill 2x+16y=2\end{array}[/latex]

[latex]\begin{array}{r}\hfill 5x-y=1\,\,\,\,\\ \hfill -10x+2y=-2\end{array}[/latex]

[latex]\begin{array}{l}4x-6y-2z=\frac{1}{10}\hfill \\ \,\,\,x-7y+5z=-\frac{1}{4}\hfill \\ 3x+6y-9z=\frac{6}{5}\hfill \end{array}[/latex]

[latex]\begin{array}{r}x+z=20\\ x+y+z=20\\ x+2y+z=10\end{array}[/latex]

[latex]\begin{array}{r}5x-4y-3z=0\\ 2x+y+2z=0\\ x-6y-7z=0\end{array}[/latex]

[latex]\begin{array}{l}y={x}^{2}+2x-3\\ y=x-1\end{array}[/latex]

[latex]\begin{array}{l}{y}^{2}+{x}^{2}=25\\ {y}^{2}-2{x}^{2}=1\end{array}[/latex]

For the following exercises, graph the following inequalities.

[latex]y<{x}^{2}+9[/latex]

[latex]\begin{array}{l}{x}^{2}+{y}^{2}>4\\ y<{x}^{2}+1\end{array}[/latex]

For the following exercises, write the partial fraction decomposition.

[latex]\frac{-8x-30}{{x}^{2}+10x+25}[/latex]

[latex]\frac{13x+2}{{\left(3x+1\right)}^{2}}[/latex]

[latex]\frac{{x}^{4}-{x}^{3}+2x-1}{x{\left({x}^{2}+1\right)}^{2}}[/latex]

For the following exercises, perform the given matrix operations.

[latex]5\left[\begin{array}{cc}4& 9\\ -2& 3\end{array}\right]+\frac{1}{2}\left[\begin{array}{cc}-6& 12\\ 4& -8\end{array}\right][/latex]

[latex]\left[\begin{array}{rrr}\hfill 1& \hfill 4& \hfill -7\\ \hfill -2& \hfill 9& \hfill 5\\ \hfill 12& \hfill 0& \hfill -4\end{array}\right]\text{ }\left[\begin{array}{cc}3& -4\\ 1& 3\\ 5& 10\end{array}\right][/latex]

[latex]{\left[\begin{array}{rr}\hfill \frac{1}{2}& \hfill \frac{1}{3}\\ \hfill \frac{1}{4}& \hfill \frac{1}{5}\end{array}\right]}^{-1}[/latex]

[latex]\mathrm{det}|\begin{array}{cc}0& 0\\ 400& 4\text{,}000\end{array}|[/latex]

[latex]\mathrm{det}|\begin{array}{rrr}\hfill \frac{1}{2}& \hfill -\frac{1}{2}& \hfill 0\\ \hfill -\frac{1}{2}& \hfill 0& \hfill \frac{1}{2}\\ \hfill 0& \hfill \frac{1}{2}& \hfill 0\end{array}|[/latex]

If[latex]\,\mathrm{det}\left(A\right)=-6,\,[/latex] what would be the determinant if you switched rows 1 and 3, multiplied the second row by 12, and took the inverse?

Rewrite the system of linear equations as an augmented matrix.

[latex]\begin{array}{l}14x-2y+13z=140\hfill \\ -2x+3y-6z=-1\hfill \\ x-5y+12z=11\hfill \end{array}[/latex]

Rewrite the augmented matrix as a system of linear equations.

[latex]\left[\begin{array}{rrr}\hfill 1& \hfill 0& \hfill 3\\ \hfill -2& \hfill 4& \hfill 9\\ \hfill -6& \hfill 1& \hfill 2\end{array}|\begin{array}{r}\hfill 12\\ \hfill -5\\ \hfill 8\end{array}\right][/latex]

For the following exercises, use Gaussian elimination to solve the systems of equations.

[latex]\begin{array}{r}x-6y=4\\ 2x-12y=0\end{array}[/latex]

[latex]\begin{array}{r}\hfill 2x+y+z=-3\\ \hfill x-2y+3z=6\,\,\,\,\\ \hfill x-y-z=6\,\,\,\,\end{array}[/latex]

For the following exercises, use the inverse of a matrix to solve the systems of equations.

[latex]\begin{array}{r}\hfill 4x-5y=-50\\ \hfill -x+2y=80\,\,\,\,\end{array}[/latex]

[latex]\begin{array}{r}\hfill \frac{1}{100}x-\frac{3}{100}y+\frac{1}{20}z=-49\\ \hfill \frac{3}{100}x-\frac{7}{100}y-\frac{1}{100}z=13\,\,\,\,\\ \hfill \frac{9}{100}x-\frac{9}{100}y-\frac{9}{100}z=99\,\,\,\,\end{array}[/latex]

For the following exercises, use Cramer’s Rule to solve the systems of equations.

[latex]\begin{array}{l}200x-300y=2\\ 400x+715y=4\end{array}[/latex]

[latex]\begin{array}{l}0.1x+0.1y-0.1z=-1.2\\ 0.1x-0.2y+0.4z=-1.2\\ 0.5x-0.3y+0.8z=-5.9\end{array}[/latex]

For the following exercises, solve using a system of linear equations.

A factory producing cell phones has the following cost and revenue functions:[latex]\,C\left(x\right)={x}^{2}+75x+2\text{,}688\,[/latex]and[latex]\,R\left(x\right)={x}^{2}+160x.\,[/latex]What is the range of cell phones they should produce each day so there is profit? Round to the nearest number that generates profit.

A small fair charges $1.50 for students, $1 for children, and $2 for adults. In one day, three times as many children as adults attended. A total of 800 tickets were sold for a total revenue of $1,050. How many of each type of ticket was sold?

Glossary

Cramer’s Rule
a method for solving systems of equations that have the same number of equations as variables using determinants
determinant
a number calculated using the entries of a square matrix that determines such information as whether there is a solution to a system of equations