Practice Systems and Matrices: Pre-Calculus Unit 7.
This unit covers matrix operations, determinants, inverse matrices and solving systems with matrices — essential concepts for Pre-Calculus. Use our interactive study games to test your understanding, or review questions in traditional format below.
Pick a mode. Play.
Answer questions as fast as you can. 2 minutes on the clock. Build streaks for bonus points!
Don't want to play?
Review the questions traditionally. Click to expand.
Questions loading...
Focus on understanding.
Focus on understanding core concepts before memorizing details. Use the game modes to test yourself repeatedly — spaced repetition is proven to boost long-term retention.
Related units
This unit covers matrix operations, determinants, inverse matrices and solving systems with matrices — essential concepts for Pre-Calculus. Use our interactive study games to test your understanding, or review questions in traditional format below.
Key Concepts Breakdown
1 Matrix Operations
Students must know how to add, subtract, and multiply matrices, including when each operation is defined. Matrix addition and subtraction require identical dimensions, while multiplication requires the number of columns in the first matrix to equal the number of rows in the second. Scalar multiplication applies the scalar to every entry in the matrix.
Key Points
- Addition/subtraction: matrices must have the same dimensions; add or subtract corresponding entries
- Scalar multiplication: multiply every element by the scalar
- Matrix multiplication: (m×n)(n×p) = m×p result; multiply row by column and sum the products
- Matrix multiplication is NOT commutative: AB ≠ BA in general
Given A = [[2, 1], [0, 3]] and B = [[1, 4], [2, -1]], find AB.
Multiply row 1 of A by each column of B: (2)(1)+(1)(2)=4 and (2)(4)+(1)(-1)=7, giving row 1 of AB as [4, 7]. Then row 2: (0)(1)+(3)(2)=6 and (0)(4)+(3)(-1)=-3, giving row 2 as [6, -3]. So AB = [[4, 7], [6, -3]].
2 Determinants
Students must be able to calculate the determinant of 2×2 and 3×3 matrices. The determinant is a single number that reveals key properties of the matrix, most importantly whether the matrix has an inverse. If det(A) = 0, the matrix is singular and has no inverse.
Key Points
- 2×2 determinant: det([[a,b],[c,d]]) = ad - bc
- 3×3 determinant: use cofactor expansion along the first row
- If det(A) = 0, the matrix has no inverse and the system has no unique solution
- Determinant sign alternates using the checkerboard pattern + - + / - + - / + - + for cofactor expansion
Find the determinant of A = [[3, 1, 2], [0, -1, 4], [2, 3, -2]].
Expand along row 1: 3·det([[-1,4],[3,-2]]) - 1·det([[0,4],[2,-2]]) + 2·det([[0,-1],[2,3]]). Computing each 2×2 det: 3·(2-12) - 1·(0-8) + 2·(0+2) = 3(-10) - 1(-8) + 2(2) = -30 + 8 + 4 = -18.
3 Inverse Matrices
Students must know how to find the inverse of a 2×2 matrix using the formula and understand that the inverse exists only when the determinant is nonzero. The inverse satisfies A·A⁻¹ = I, where I is the identity matrix. For 3×3 matrices, students are typically expected to use row reduction (Gauss-Jordan elimination) on the augmented matrix [A | I].
Key Points
- 2×2 inverse formula: A⁻¹ = (1/det(A))·[[d,-b],[-c,a]] for A = [[a,b],[c,d]]
- Inverse exists if and only if det(A) ≠ 0
- To find a 3×3 inverse: row-reduce [A | I] until the left side becomes I; the right side becomes A⁻¹
- Verify by checking A·A⁻¹ = I
Find the inverse of A = [[4, 7], [1, 2]].
First, det(A) = (4)(2) - (7)(1) = 8 - 7 = 1. Since det ≠ 0, the inverse exists. Apply the formula: A⁻¹ = (1/1)·[[2, -7], [-1, 4]] = [[2, -7], [-1, 4]]. You can verify: [[4,7],[1,2]]·[[2,-7],[-1,4]] = [[1,0],[0,1]] = I.
4 Solving Systems With Matrices
Students must be able to write a system of linear equations as a matrix equation AX = B and solve it using the inverse (X = A⁻¹B) or by row-reducing the augmented matrix [A | B]. Row reduction (Gaussian elimination) is the most universal method and must be mastered for systems with two or three variables.
Key Points
- Write the system as AX = B, where A is the coefficient matrix, X is the variable matrix, and B is the constant matrix
- If A⁻¹ exists, solve with X = A⁻¹B
- Row reduction: form augmented matrix [A | B] and reduce to row echelon or reduced row echelon form
- Interpret the result: unique solution (one answer), no solution (contradiction row like [0 0 | 5]), or infinitely many solutions (row of all zeros)
Solve the system: 2x + y = 5 and 5x + 3y = 13 using the inverse matrix method.
Write as AX = B where A = [[2,1],[5,3]], X = [[x],[y]], B = [[5],[13]]. det(A) = 6-5 = 1, so A⁻¹ = [[3,-1],[-5,2]]. Multiply: X = A⁻¹B = [[3,-1],[-5,2]]·[[5],[13]] = [[(15-13)],[(-25+26)]] = [[2],[1]]. The solution is x = 2, y = 1.
Questions, answered.
What is Systems and Matrices?
Systems and Matrices is Unit 7 of Pre-Calculus, covering matrix operations, determinants, inverse matrices and solving systems with matrices.
How to study for Pre-Calculus Unit 7?
Start with the Quick Summary above, review the Key Concepts, then test yourself with our interactive study games. Aim for 80%+ accuracy before moving on.
How many questions are in this unit?
This unit has 27+ review questions across 5 different game modes.