Mathematics
Grade 11
15 min
Solve a system of equations using augmented matrices: word problems
Solve a system of equations using augmented matrices: word problems
Tutorial Preview
1
Introduction & Learning Objectives
Learning Objectives
Translate a word problem into a system of linear equations.
Construct an augmented matrix from a system of linear equations.
Apply elementary row operations to transform an augmented matrix into row-echelon form.
Solve for the variables by using back-substitution from the row-echelon form.
Interpret the solution of the matrix in the context of the original word problem.
Identify when a system described in a word problem has no solution or infinitely many solutions.
How can a concert promoter set different ticket prices for the floor, mezzanine, and balcony to meet a specific revenue goal? 🎟️ Augmented matrices provide a powerful way to find the answer!
This tutorial will guide you through translating real-world scenarios into systems of equations and the...
2
Key Concepts & Vocabulary
TermDefinitionExample
System of Linear EquationsA set of two or more linear equations that share the same variables. The goal is to find a set of values for the variables that satisfies all equations simultaneously.x + y + z = 100
5x + 3y + 0.5z = 250
x - y = 0
Augmented MatrixA single matrix that represents a system of linear equations. It consists of the coefficient matrix on the left and the constant terms on the right, separated by a vertical line.For the system x + 2y = 5 and 3x - y = 1, the augmented matrix is
[ 1 2 | 5 ]
[ 3 -1 | 1 ]
Coefficient MatrixThe part of the augmented matrix that contains only the coefficients of the variables.For the system x + 2y = 5 and 3x - y = 1, the coefficient matrix is
[ 1 2 ]
[ 3 -1 ]
Row-Echelon FormA simplified form of a matrix achieved th...
3
Core Formulas
Row Swap
R_i \leftrightarrow R_j
Swap the positions of row 'i' and row 'j'. This is used to move a row with a desirable leading element (like a 1) to a higher position in the matrix.
Scalar Multiplication
R_i \rightarrow kR_i, \text{ where } k \neq 0
Multiply every element in row 'i' by a non-zero constant 'k'. This is primarily used to create a leading 1 in a pivot position.
Row Addition (Replacement)
R_i \rightarrow R_i + kR_j
Replace row 'i' with the sum of itself and a constant multiple 'k' of another row 'j'. This is the key operation used to create zeros below the leading 1s.
4 more steps in this tutorial
Sign up free to access the complete tutorial with worked examples and practice.
Sign Up Free to ContinueSample Practice Questions
Challenging
A financial planner is creating a portfolio from stocks (s), bonds (b), and mutual funds (m). The total investment is $200,000. The amount invested in stocks must be equal to the amount invested in bonds and mutual funds combined. This information leads to a system with infinitely many solutions. What single piece of additional information would be sufficient to find a unique solution?
A.The investor is under 60 years old.
B.The total expected annual return from all investments is $12,000.
C.More money is invested in stocks than in bonds.
D.The stock market is expected to be volatile next year.
Easy
A movie theater sells two types of tickets: adult (x) for $12 and child (y) for $8. On a particular evening, they sold a total of 150 tickets and collected $1,520. Which augmented matrix correctly represents this system of equations?
A.[ [1, 1 | 150], [8, 12 | 1520] ]
B.[ [1, 1 | 150], [12, 8 | 1520] ]
C.[ [12, 8 | 150], [1, 1 | 1520] ]
D.[ [1, 12 | 150], [1, 8 | 1520] ]
Easy
In the context of solving a system of linear equations, what is the primary purpose of an augmented matrix?
A.To calculate the determinant of the system.
B.To represent the system of equations in a compact and organized format for applying row operations.
C.To find the inverse of the coefficient matrix.
D.To graph the linear equations on a coordinate plane.
Want to practice and check your answers?
Sign up to access all questions with instant feedback, explanations, and progress tracking.
Start Practicing Free