Find the Solution to the Linear System Using Determinants Calculator
Systems of Equations and Inequalities
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 amatrix, given
is defined as
Notice the change in notation. There are several ways to indicate the determinant, includingand replacing the brackets in a matrix with straight lines,
Finding the Determinant of a 2 × 2 Matrix
Find the determinant of the given matrix.
[reveal-answer q="1408516″]Show Solution[/reveal-answer][hidden-answer a="1408516″]
[/hidden-answer]
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.
We eliminate one variable using row operations and solve for the other. Say that we wish to solve forIf equation (2) is multiplied by the opposite of the coefficient ofin equation (1), equation (1) is multiplied by the coefficient ofin equation (2), and we add the two equations, the variablewill be eliminated.
Now, solve for
Similarly, to solve forwe will eliminate
Solving forgives
Notice that the denominator for bothandis the determinant of the coefficient matrix.
We can use these formulas to solve forandbut Cramer's Rule also introduces new notation:
The key to Cramer's Rule is replacing the variable column of interest with the constant column and calculating the determinants. We can then expressandas 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.
The solution using Cramer's Rule is given as
If we are solving forthecolumn is replaced with the constant column. If we are solving forthecolumn is replaced with the constant column.
Using Cramer's Rule to Solve a 2 × 2 System
Solve the followingsystem using Cramer's Rule.
[reveal-answer q="fs-id1459617″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1459617″]
Solve for
Solve for
The solution is[/hidden-answer]
Try It
Use Cramer's Rule to solve the 2 × 2 system of equations.
[reveal-answer q="fs-id1440640″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1440640″]
[/hidden-answer]
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.
- Augmentwith the first two columns.
- 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.
- 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:
Finding the Determinant of a 3 × 3 Matrix
Find the determinant of the 3 × 3 matrix given
[reveal-answer q="1570002″]Show Solution[/reveal-answer][hidden-answer a="1570002″]
Augment the matrix with the first two columns and then follow the formula. Thus,
[/hidden-answer]
Try It
Find the determinant of the 3 × 3 matrix.
[reveal-answer q="fs-id1643971″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1643971″]
[/hidden-answer]
Can we use the same method to find the determinant of a larger matrix?
No, this method only works forandmatrices. 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.
where
If we are writing the determinantwe replace thecolumn with the constant column. If we are writing the determinantwe replace thecolumn with the constant column. If we are writing the determinantwe replace thecolumn 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.
[reveal-answer q="1588465″]Show Solution[/reveal-answer][hidden-answer a="1588465″]
Use Cramer's Rule.
Then,
The solution is[/hidden-answer]
Try It
Use Cramer's Rule to solve the 3 × 3 matrix.
[reveal-answer q="fs-id1405450″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1405450″]
[/hidden-answer]
Using Cramer's Rule to Solve an Inconsistent System
Solve the system of equations using Cramer's Rule.
[reveal-answer q="fs-id1464455″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1464455″]
We begin by finding the determinants
We know that a determinant of zero means that either the system has no solution or it has an infinite number of solutions. To see which one, we use the process of elimination. Our goal is to eliminate one of the variables.
- Multiply equation (1) by
- Add the result to equation
We obtain the equationwhich is false. Therefore, the system has no solution. Graphing the system reveals two parallel lines. See (Figure).
[/hidden-answer]
Use Cramer's Rule to Solve a Dependent System
Solve the system with an infinite number of solutions.
[reveal-answer q="fs-id1360831″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1360831″]
Let's find the determinant first. Set up a matrix augmented by the first two columns.
Then,
As the determinant equals zero, there is either no solution or an infinite number of solutions. We have to perform elimination to find out.
- Multiply equation (1) byand add the result to equation (3):
- Obtaining an answer ofa statement that is always true, means that the system has an infinite number of solutions. Graphing the system, we can see that two of the planes are the same and they both intersect the third plane on a line. See (Figure).
[/hidden-answer]
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.
Illustrating Properties of Determinants
Illustrate each of the properties of determinants.
[reveal-answer q="fs-id1531880″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1531880″]
Property 1 states that if the matrix is in upper triangular form, the determinant is the product of the entries down the main diagonal.
Augmentwith the first two columns.
Then
Property 2 states that interchanging rows changes the sign. Given
Property 3 states that if two rows or two columns are identical, the determinant equals zero.
Property 4 states that if a row or column equals zero, the determinant equals zero. Thus,
Property 5 states that the determinant of an inverse matrixis the reciprocal of the determinantThus,
Property 6 states that if any row or column of a matrix is multiplied by a constant, the determinant is multiplied by the same factor. Thus,
[/hidden-answer]
Using Cramer's Rule and Determinant Properties to Solve a System
Find the solution to the given 3 × 3 system.
[reveal-answer q="fs-id1653554″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1653554″]
Using Cramer's Rule, we have
Notice that the second and third columns are identical. According to Property 3, the determinant will be zero, so there is either no solution or an infinite number of solutions. We have to perform elimination to find out.
- Multiply equation (3) by –2 and add the result to equation (1).
Obtaining a statement that is a contradiction means that the system has no solution.[/hidden-answer]
Key Concepts
Section Exercises
Verbal
Explain why we can always evaluate the determinant of a square matrix.
[reveal-answer q="1405260″]Show Solution[/reveal-answer][hidden-answer a="1405260″]
A determinant is the sum and products of the entries in the matrix, so you can always evaluate that product—even if it does end up being 0.
[/hidden-answer]
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 amatrix.
Explain what it means in terms of an inverse for a matrix to have a 0 determinant.
[reveal-answer q="fs-id1394601″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1394601″]
The inverse does not exist.
[/hidden-answer]
The determinant ofmatrixis 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.
[reveal-answer q="fs-id1394170″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1394170″]
[/hidden-answer]
[reveal-answer q="fs-id1430900″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1430900″]
[/hidden-answer]
[reveal-answer q="fs-id1395220″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1395220″]
[/hidden-answer]
[reveal-answer q="fs-id1660075″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1660075″]
[/hidden-answer]
[reveal-answer q="fs-id885813″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id885813″]
[/hidden-answer]
[reveal-answer q="fs-id1339464″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1339464″]
[/hidden-answer]
[reveal-answer q="fs-id1601846″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1601846″]
[/hidden-answer]
[reveal-answer q="fs-id1663783″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1663783″]
[/hidden-answer]
[reveal-answer q="fs-id1616218″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1616218″]
[/hidden-answer]
[reveal-answer q="fs-id1534877″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1534877″]
[/hidden-answer]
For the following exercises, solve the system of linear equations using Cramer's Rule.
[reveal-answer q="fs-id1694937″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1694937″]
[/hidden-answer]
[reveal-answer q="fs-id1433846″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1433846″]
[/hidden-answer]
[reveal-answer q="fs-id1516926″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1516926″]
[/hidden-answer]
[reveal-answer q="fs-id1615360″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1615360″]
[/hidden-answer]
[reveal-answer q="fs-id1530071″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1530071″]
[/hidden-answer]
For the following exercises, solve the system of linear equations using Cramer's Rule.
[reveal-answer q="fs-id1530969″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1530969″]
[/hidden-answer]
[reveal-answer q="fs-id1699357″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1699357″]
[/hidden-answer]
[reveal-answer q="fs-id1506671″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1506671″]
[/hidden-answer]
[reveal-answer q="1433664″]Show Solution[/reveal-answer][hidden-answer a="1433664″]
[/hidden-answer]
[reveal-answer q="fs-id1673950″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1673950″]
Infinite solutions
[/hidden-answer]
Technology
For the following exercises, use the determinant function on a graphing utility.
[reveal-answer q="fs-id1597711″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1597711″]
[/hidden-answer]
[reveal-answer q="fs-id1905255″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1905255″]
[/hidden-answer]
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.
[reveal-answer q="fs-id1702584″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1702584″]
Yes; 18, 38
[/hidden-answer]
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.
[reveal-answer q="fs-id1791164″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1791164″]
Yes; 33, 36, 37
[/hidden-answer]
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?
[reveal-answer q="fs-id1354932″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1354932″]
$7,000 in first account, $3,000 in second account.
[/hidden-answer]
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?
[reveal-answer q="fs-id1584198″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1584198″]
120 children, 1,080 adult
[/hidden-answer]
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?
[reveal-answer q="fs-id1584221″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1584221″]
4 gal yellow, 6 gal blue
[/hidden-answer]
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?
[reveal-answer q="fs-id1699000″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1699000″]
13 green tomatoes, 17 red tomatoes
[/hidden-answer]
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.
[reveal-answer q="fs-id1648808″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1648808″]
Strawberries 18%, oranges 9%, kiwi 10%
[/hidden-answer]
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?
[reveal-answer q="fs-id1637286″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1637286″]
100 for movie 1, 230 for movie 2, 312 for movie 3
[/hidden-answer]
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 toof 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.
[reveal-answer q="fs-id1425394″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1425394″]
20–29: 2,100, 30–39: 2,600, 40–49: 825
[/hidden-answer]
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?
[reveal-answer q="fs-id1647224″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1647224″]
300 almonds, 400 cranberries, 300 cashews
[/hidden-answer]
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.
and
[reveal-answer q="fs-id1395131″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1395131″]
No
[/hidden-answer]
and
For the following exercises, use substitution to solve the system of equations.
[reveal-answer q="fs-id1698278″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1698278″]
[/hidden-answer]
[reveal-answer q="fs-id1428954″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1428954″]
[/hidden-answer]
For the following exercises, use addition to solve the system of equations.
[reveal-answer q="fs-id1584732″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1584732″]
No solutions exist.
[/hidden-answer]
For the following exercises, write a system of equations to solve each problem. Solve the system of equations.
A factory has a cost of productionand a revenue functionWhat is the break-even point?
[reveal-answer q="fs-id1536207″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1536207″]
[/hidden-answer]
A performer chargeswhereis 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?
[reveal-answer q="fs-id1358367″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1358367″]
[/hidden-answer]
Systems of Linear Equations: Three Variables
For the following exercises, solve the system of three equations using substitution or addition.
[reveal-answer q="fs-id1513414″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1513414″]
[/hidden-answer]
[reveal-answer q="fs-id1366211″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1366211″]
No solutions exist.
[/hidden-answer]
[reveal-answer q="fs-id1409562″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1409562″]
[/hidden-answer]
[reveal-answer q="fs-id1417064″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1417064″]
[/hidden-answer]
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?
[reveal-answer q="fs-id1706459″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1706459″]
11, 17, 33
[/hidden-answer]
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.
[reveal-answer q="fs-id1695047″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1695047″]
[/hidden-answer]
[reveal-answer q="fs-id1403141″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1403141″]
No solution
[/hidden-answer]
[reveal-answer q="fs-id1513095″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1513095″]
No solution
[/hidden-answer]
For the following exercises, graph the inequality.
[reveal-answer q="1663822″]Show Solution[/reveal-answer][hidden-answer a="1663822″] [/hidden-answer]
For the following exercises, graph the system of inequalities.
[reveal-answer q="1600811″]Show Solution[/reveal-answer][hidden-answer a="1600811″] [/hidden-answer]
Partial Fractions
For the following exercises, decompose into partial fractions.
[reveal-answer q="fs-id1530172″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1530172″]
[/hidden-answer]
[reveal-answer q="fs-id1440535″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1440535″]
[/hidden-answer]
[reveal-answer q="fs-id1528465″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1528465″]
[/hidden-answer]
[reveal-answer q="fs-id1582588″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1582588″]
[/hidden-answer]
Matrices and Matrix Operations
For the following exercises, perform the requested operations on the given matrices.
[reveal-answer q="fs-id1615553″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1615553″]
[/hidden-answer]
[reveal-answer q="fs-id1706172″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1706172″]
undefined; dimensions do not match
[/hidden-answer]
[reveal-answer q="fs-id1650879″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1650879″]
undefined; inner dimensions do not match
[/hidden-answer]
[reveal-answer q="fs-id1647736″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1647736″]
[/hidden-answer]
[reveal-answer q="fs-id1693755″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1693755″]
[/hidden-answer]
[reveal-answer q="fs-id1700302″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1700302″]
undefined; inner dimensions do not match
[/hidden-answer]
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.
[reveal-answer q="fs-id1637532″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1637532″]
with infinite solutions
[/hidden-answer]
For the following exercises, write the augmented matrix from the system of linear equations.
[reveal-answer q="fs-id1656057″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1656057″]
[/hidden-answer]
[reveal-answer q="fs-id1528512″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1528512″]
[/hidden-answer]
For the following exercises, solve the system of linear equations using Gaussian elimination.
[reveal-answer q="fs-id1422121″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1422121″]
No solutions exist.
[/hidden-answer]
[reveal-answer q="fs-id1455902″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1455902″]
No solutions exist.
[/hidden-answer]
Solving Systems with Inverses
For the following exercises, find the inverse of the matrix.
[reveal-answer q="fs-id1531734″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1531734″]
[/hidden-answer]
[reveal-answer q="fs-id1514199″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1514199″]
No inverse exists.
[/hidden-answer]
For the following exercises, find the solutions by computing the inverse of the matrix.
[reveal-answer q="fs-id299169″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id299169″]
[/hidden-answer]
[reveal-answer q="fs-id1531936″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1531936″]
[/hidden-answer]
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?
[reveal-answer q="fs-id1403411″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1403411″]
17% oranges, 34% bananas, 39% apples
[/hidden-answer]
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.
[reveal-answer q="fs-id1504600″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1504600″]
0
[/hidden-answer]
[reveal-answer q="fs-id1698281″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1698281″]
6
[/hidden-answer]
For the following exercises, use Cramer's Rule to solve the linear systems of equations.
[reveal-answer q="fs-id1508832″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1508832″]
[/hidden-answer]
[reveal-answer q="fs-id1584180″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1584180″]
(x, 5x + 3)
[/hidden-answer]
[reveal-answer q="fs-id1508865″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1508865″]
[/hidden-answer]
Practice Test
Is the following ordered pair a solution to the system of equations?
with
[reveal-answer q="fs-id1435942″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1435942″]
Yes
[/hidden-answer]
For the following exercises, solve the systems of linear and nonlinear equations using substitution or elimination. Indicate if no solution exists.
[reveal-answer q="fs-id1406246″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1406246″]
No solutions exist.
[/hidden-answer]
[reveal-answer q="fs-id1455840″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1455840″]
[/hidden-answer]
[reveal-answer q="fs-id1615810″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1615810″]
[/hidden-answer]
[reveal-answer q="fs-id1703248″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1703248″]
[/hidden-answer]
For the following exercises, graph the following inequalities.
[reveal-answer q="1380134″]Show Solution[/reveal-answer][hidden-answer a="1380134″] [/hidden-answer]
For the following exercises, write the partial fraction decomposition.
[reveal-answer q="fs-id1519238″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1519238″]
[/hidden-answer]
For the following exercises, perform the given matrix operations.
[reveal-answer q="fs-id1694107″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1694107″]
[/hidden-answer]
[reveal-answer q="fs-id1583988″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1583988″]
[/hidden-answer]
[reveal-answer q="fs-id1295612″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1295612″]
[/hidden-answer]
If 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.
[reveal-answer q="fs-id1456561″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1456561″]
[/hidden-answer]
Rewrite the augmented matrix as a system of linear equations.
For the following exercises, use Gaussian elimination to solve the systems of equations.
[reveal-answer q="fs-id1518911″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1518911″]
No solutions exist.
[/hidden-answer]
For the following exercises, use the inverse of a matrix to solve the systems of equations.
[reveal-answer q="fs-id1440484″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1440484″]
[/hidden-answer]
For the following exercises, use Cramer's Rule to solve the systems of equations.
[reveal-answer q="fs-id1703905″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1703905″]
[/hidden-answer]
For the following exercises, solve using a system of linear equations.
A factory producing cell phones has the following cost and revenue functions:andWhat is the range of cell phones they should produce each day so there is profit? Round to the nearest number that generates profit.
[reveal-answer q="fs-id1598123″]Show Solution[/reveal-answer]
[hidden-answer a="fs-id1598123″]
32 or more cell phones per day
[/hidden-answer]
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
Find the Solution to the Linear System Using Determinants Calculator
Source: https://opentextbc.ca/algebratrigonometryopenstax/chapter/solving-systems-with-cramers-rule/