Algebra 2 Quiz: Solving Systems Using Matrix Inverses
20 questions · exam conditions
0:00
Solving Systems Using Matrix InversesQuestion 1 of 20

Use technology to find A1A^{-1} and solve AX=BAX=B by computing X=A1BX=A^{-1}B.

What is XX?

X=[653]X=\begin{bmatrix}6\\5\\3\end{bmatrix}
X=[231]X=\begin{bmatrix}2\\3\\1\end{bmatrix}
X=[123]X=\begin{bmatrix}1\\2\\3\end{bmatrix}
X=[421]X=\begin{bmatrix}4\\2\\1\end{bmatrix}
← Back to quizzes

Algebra 2 Quiz

Algebra 2 Quiz: Solving Systems Using Matrix Inverses

Practice Solving Systems Using Matrix Inverses in Algebra 2 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Solving Systems Using Matrix Inverses, giving you a quick way to practice the rules, question types, and explanations that matter most for Algebra 2.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Use technology to find A1A^{-1} and solve AX=BAX=B by computing X=A1BX=A^{-1}B.

What is XX?

  1. X=[653]X=\begin{bmatrix}6\\5\\3\end{bmatrix}
  2. X=[231]X=\begin{bmatrix}2\\3\\1\end{bmatrix}
  3. X=[123]X=\begin{bmatrix}1\\2\\3\end{bmatrix} (correct answer)
  4. X=[421]X=\begin{bmatrix}4\\2\\1\end{bmatrix}
Explanation: This question tests your understanding of using matrix inverses to solve a system given the coefficient matrix and B vector with technology—a powerful method that reduces solving the system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where A is coefficient matrix, X is variable vector, B is constant vector), we can solve for X by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1A^{-1} times AX = A1A^{-1} times B. The left side simplifies to (A1A^{-1} times A) times X = I times X = X (the identity matrix I acts like the number 1), giving X=A1BX = A^{-1} B. This single matrix multiplication produces the solution vector! The method works if and only if A has an inverse, which requires the determinant of A to be nonzero. For 3 by 3 or larger matrices, we use technology (graphing calculator or computer) to find the inverse because hand calculation is extremely tedious—the standard explicitly acknowledges technology use for these sizes. For this system, A is upper triangular with detA=1\det A = 1, so invertible; computing A1A^{-1} times B gives X=[123]X = \begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix}, which matches B when multiplied back by A. Choice A correctly performs the matrix multiplication A1A^{-1} times B to obtain the solution vector—nice work! Choice B might result from confusing X with B or not multiplying at all; always remember to apply the inverse. The matrix inverse solving process: (1) Write system as AX=BAX = B (represent as matrix equation), (2) Check if A is invertible: for 2 by 2, verify determinant not equal 0; for larger, attempt to find inverse with technology, (3) Find A1A^{-1}: for 2 by 2, use formula 1det[dbca]\frac{1}{\det} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} from A = [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}; for 3 by 3 or larger, use calculator inverse function, (4) Multiply: compute A1A^{-1} times B to get solution vector X, (5) Extract solutions: read x, y, z values from the result vector. This method is elegant—one multiplication gives all variables simultaneously! Technology makes matrix inverse method practical: for 3 by 3 systems, hand-calculating the inverse requires finding 9 cofactors and dividing by the determinant (extremely tedious and error-prone). Instead, enter the coefficient matrix into your calculator, press the inverse button (usually x to the -1 or INV), then multiply by the constant vector. The calculator handles the messy arithmetic, letting you focus on understanding the method. The standard explicitly allows technology for 3 by 3 or greater—use it!

Question 2

Use technology to solve the system by computing X=A1BX=A^{-1}B.

{3x+y+z=9x+4y+z=9x+y+5z=17\begin{cases} 3x+y+z=9\\ x+4y+z=9\\ x+y+5z=17 \end{cases}

In matrix form, AX=BAX=B with

A=[311141115],B=[9917].A=\begin{bmatrix}3&1&1\\1&4&1\\1&1&5\end{bmatrix},\quad B=\begin{bmatrix}9\\9\\17\end{bmatrix}.

What is (x,y,z)(x,y,z)?

  1. (1,2,3)(1,2,3) (correct answer)
  2. (2,1,3)(2,1,3)
  3. (1,3,2)(1,3,2)
  4. (3,1,2)(3,1,2)
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where AA is coefficient matrix, XX is variable vector, BB is constant vector), we can solve for XX by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1×AX=A1×BA^{-1} \times AX = A^{-1} \times B. The left side simplifies to (A1×A)×X=I×X=X(A^{-1} \times A) \times X = I \times X = X (the identity matrix II acts like the number 1), giving X=A1×BX = A^{-1} \times B. This single matrix multiplication produces the solution vector! The method works if and only if AA has an inverse, which requires the determinant of AA to be nonzero. For 3×3 or larger matrices, we use technology (graphing calculator or computer) to find the inverse because hand calculation is extremely tedious—the standard explicitly acknowledges technology use for these sizes. The system 3x+y+z=93x + y + z = 9, x+4y+z=9x + 4y + z = 9, x+y+5z=17x + y + 5z = 17 gives us A=[311141115]A = \begin{bmatrix} 3 & 1 & 1 \\ 1 & 4 & 1 \\ 1 & 1 & 5 \end{bmatrix} and B=[9917]B = \begin{bmatrix} 9 \\ 9 \\ 17 \end{bmatrix} . Using technology to find A1A^{-1} and compute X=A1×BX = A^{-1} \times B, we get X=[1,2,3]X = [1,2,3], so (x,y,z)=(1,2,3)(x,y,z) = (1,2,3). Choice A correctly identifies this solution. Choice B would give (2,1,3)(2,1,3), but checking: 3(2)+1+3=1093(2) + 1 + 3 = 10 \neq 9, so this is incorrect. The matrix inverse solving process: (1) Write system as AX=BAX = B (identify coefficient matrix AA and constant vector BB), (2) Use technology to find A1A^{-1}, (3) Multiply: compute A1×BA^{-1} \times B to get solution vector XX, (4) Extract solutions: read x, y, z values as the ordered triple. Technology is essential here—manually finding the inverse of a 3×3 matrix requires computing 9 cofactors and dividing by the determinant, a process prone to arithmetic errors. Let the calculator handle the computation while you focus on setting up the problem correctly!

Question 3

A system is written in matrix form AX=BAX=B. Determine whether AA is invertible (has an inverse). If it is invertible, you may solve using X=A1BX=A^{-1}B.

A=[123246101],X=[xyz],B=[123].A=\begin{bmatrix}1&2&3\\2&4&6\\1&0&1\end{bmatrix},\quad X=\begin{bmatrix}x\\y\\z\end{bmatrix},\quad B=\begin{bmatrix}1\\2\\3\end{bmatrix}. Which statement is true?

  1. AA is invertible, and X=[100]X=\begin{bmatrix}1\\0\\0\end{bmatrix}.
  2. AA is not invertible (singular), so A1A^{-1} does not exist and the inverse method cannot be used. (correct answer)
  3. AA is invertible because its determinant is 00.
  4. AA is invertible, and X=[010]X=\begin{bmatrix}0\\1\\0\end{bmatrix}.
Explanation: This question tests your understanding of when a matrix is invertible for using the inverse method to solve systems— a key prerequisite before applying X=A1BX = A^{-1} B. When a system is written as AX=BAX = B, the inverse method requires AA to have an inverse, which exists if and only if the determinant of AA is nonzero; if detA=0det A = 0, AA is singular, has no inverse, and the method cannot be used (though the system might still have solutions via other means). For 3x3 matrices, computing the determinant by hand is feasible using the formula: expand along a row or use the general method, watching for linear dependence in rows/columns that makes det=0det=0. In this case, rows 1 and 2 are linearly dependent (row2=2row1row2 = 2*row1), so detA=0det A = 0, confirming it's singular. Choice B correctly identifies that AA is not invertible, so the inverse method cannot be used. Choice C mistakenly claims invertibility because det=0det=0, but actually det=0det=0 means no inverse—remember, nonzero detdet is required! To check invertibility: (1) Compute detAdet A using expansion or technology, (2) If det0det ≠ 0, proceed to find inverse; if =0=0, switch to row reduction for the augmented matrix to analyze solutions. This check prevents wasted effort on non-invertible matrices! You're building important skills—keep practicing determinant calculations for confidence.

Question 4

Use technology to solve the system by the inverse-matrix method. Write it as AX=BAX=B and compute X=A1BX=A^{-1}B.

{2x+yz=3xy+2z=53x+2y+z=7\begin{cases} 2x+y-z=3\\ x-y+2z=5\\ 3x+2y+z=7 \end{cases}

What is X=[xyz]X=\begin{bmatrix}x\\y\\z\end{bmatrix}?

  1. [121]\begin{bmatrix}1\\2\\1\end{bmatrix} (correct answer)
  2. [112]\begin{bmatrix}1\\1\\2\end{bmatrix}
  3. [221]\begin{bmatrix}2\\2\\1\end{bmatrix}
  4. [211]\begin{bmatrix}2\\1\\1\end{bmatrix}
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where A is coefficient matrix, X is variable vector, B is constant vector), we can solve for X by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1×AX=A1×BA^{-1} \times AX = A^{-1} \times B. The left side simplifies to (A1×A)×X=I×X=X(A^{-1} \times A) \times X = I \times X = X (the identity matrix I acts like the number 1), giving X=A1×BX = A^{-1} \times B. This single matrix multiplication produces the solution vector! The method works if and only if A has an inverse, which requires the determinant of A to be nonzero. For 3×3 or larger matrices, we use technology (graphing calculator or computer) to find the inverse because hand calculation is extremely tedious—the standard explicitly acknowledges technology use for these sizes. The system 2x + y - z = 3, x - y + 2z = 5, 3x + 2y + z = 7 gives us A = [[2,1,-1],[1,-1,2],[3,2,1]] and B = [3,5,7]. Using technology to find A1A^{-1} and compute X=A1×BX = A^{-1} \times B, we get X = [1,2,1], meaning x = 1, y = 2, z = 1. Choice A correctly identifies this solution vector. Choice B would give x = 2, y = 1, z = 1, but checking the first equation: 2(2) + 1 - 1 = 4 ≠ 3, so this is incorrect. The matrix inverse solving process: (1) Write system as AX=BAX = B (organize equations into matrix form), (2) Use technology to find A1A^{-1}, (3) Multiply: compute A1×BA^{-1} \times B to get solution vector X, (4) Extract solutions: read x, y, z values from the result. Technology is crucial for 3×3 systems—the calculator efficiently handles the inverse calculation that would otherwise require computing 9 cofactors and extensive arithmetic!

Question 5

Use technology to solve the system by the inverse-matrix method. Write AX=BAX=B and compute X=A1BX=A^{-1}B.

{2x+y+z=4x+3y+2z=53x+y+4z=6\begin{cases} 2x+y+z=4 \\ x+3y+2z=5 \\ 3x+y+4z=6 \end{cases}

What is X=[xyz]X=\begin{bmatrix} x \\ y \\ z \end{bmatrix}?

  1. [111]\begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}
  2. [765656]\begin{bmatrix} \tfrac{7}{6} \\ \tfrac{5}{6} \\ \tfrac{5}{6} \end{bmatrix}
  3. [567656]\begin{bmatrix} \tfrac{5}{6} \\ \tfrac{7}{6} \\ \tfrac{5}{6} \end{bmatrix}
  4. [565676]\begin{bmatrix} \tfrac{5}{6} \\ \tfrac{5}{6} \\ \tfrac{7}{6} \end{bmatrix} (correct answer)
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. For the 3×3 system given, we write it as AX=BAX = B where A=[211132314]A = \begin{bmatrix} 2 & 1 & 1 \\ 1 & 3 & 2 \\ 3 & 1 & 4 \end{bmatrix}, X=[xyz]X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, and B=[456]B = \begin{bmatrix} 4 \\ 5 \\ 6 \end{bmatrix}. Using technology to find A1A^{-1} and compute X=A1BX = A^{-1}B, we obtain the solution vector X=[565676]X = \begin{bmatrix} \frac{5}{6} \\ \frac{5}{6} \\ \frac{7}{6} \end{bmatrix}, which corresponds to choice D. Choices B and C show different arrangements of these fraction values, likely from misreading the solution vector order, while choice A suggests all variables equal 1, which doesn't satisfy the system. The matrix inverse method is particularly powerful for systems with fractional solutions—technology handles the arithmetic precisely where hand calculation might introduce rounding errors. For 3×3 systems, always use technology as the standard recommends—it ensures accuracy and saves tremendous time!

Question 6

Use technology to solve AX=BAX=B using the inverse method X=A1BX=A^{-1}B.

What is XX?

  1. X=[123]X=\begin{bmatrix}1\\2\\3\end{bmatrix} (correct answer)
  2. X=[213]X=\begin{bmatrix}2\\1\\3\end{bmatrix}
  3. X=[321]X=\begin{bmatrix}3\\2\\1\end{bmatrix}
  4. X=[132]X=\begin{bmatrix}1\\3\\2\end{bmatrix}
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where A is coefficient matrix, X is variable vector, B is constant vector), we can solve for X by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1AX=A1BA^{-1} AX = A^{-1} B, simplifying to X=A1BX = A^{-1} B. The method works if and only if A has an inverse, which requires the determinant of A to be nonzero; for 3x3 or larger matrices, we use technology to find the inverse. For this specific system, A=[110011101]A = \begin{bmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \end{bmatrix} , B=[354]B = \begin{bmatrix} 3 \\ 5 \\ 4 \end{bmatrix} , and using the inverse method yields X=[123]X = \begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix}, which matches choice A. Remember to verify by plugging back into the original equations to ensure accuracy—you've got this! A common mistake is multiplying in the wrong order, like BA1B A^{-1} instead of A1BA^{-1} B, since matrix multiplication isn't commutative. Keep practicing with technology, and this method will become second nature!

Question 7

Solve the 2×22\times 2 system using the inverse-matrix method. First find the inverse of the coefficient matrix, then compute X=A1BX=A^{-1}B.

{2x+y=53x+4y=7\begin{cases} 2x+y=5\\ 3x+4y=7 \end{cases}

What is X=[xy]X=\begin{bmatrix}x\\y\end{bmatrix}?

  1. [13515]\begin{bmatrix}\frac{13}{5}\\-\frac{1}{5}\end{bmatrix} (correct answer)
  2. [75frac115]\begin{bmatrix}\frac{7}{5}\\frac{11}{5}\end{bmatrix}
  3. [115frac35]\begin{bmatrix}\frac{11}{5}\\frac{3}{5}\end{bmatrix}
  4. [135frac15]\begin{bmatrix}\frac{13}{5}\\frac{1}{5}\end{bmatrix}
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. For the 2×2 system with coefficient matrix A = [[2,1], [3,4]] and constant vector B = [5,7], we first find A^(-1). The determinant is 2(4)-1(3)=8-3=5. Using the 2×2 inverse formula, A^(-1) = (1/5)[[4,-1], [-3,2]]. Now we compute X = A^(-1) × B = (1/5)[[4,-1], [-3,2]] × [5,7] = (1/5)[4(5)-1(7), -3(5)+2(7)] = (1/5)[20-7, -15+14] = (1/5)[13,-1] = [13/5, -1/5]. Choice A correctly shows this solution vector. The other choices represent common calculation errors: forgetting to divide by the determinant, using the wrong inverse formula, or making arithmetic mistakes in the matrix multiplication.

Question 8

Use technology (calculator or software) to solve the system by the matrix inverse method.

System: \begin{align*} 2x+y-z&=1\ x-y+2z&=8\ 3x+2y+z&=7 \end{align*}

Write the system as AX=BAX=B and use X=A1BX=A^{-1}B (do not hand-calculate the 3×33\times 3 inverse). What is X=[xyz]X=\begin{bmatrix}x\\y\\z\end{bmatrix}?

  1. [123]\begin{bmatrix}1\\2\\3\end{bmatrix}
  2. [213]\begin{bmatrix}2\\-1\\3\end{bmatrix}
  3. [123]\begin{bmatrix}-1\\2\\3\end{bmatrix}
  4. [213]\begin{bmatrix}2\\1\\3\end{bmatrix} (correct answer)
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX = B (where A is coefficient matrix, X is variable vector, B is constant vector), we can solve for X by multiplying both sides by the inverse matrix A^(-1) (if it exists): A^(-1) × AX = A^(-1) × B, which simplifies to X = A^(-1) × B since A^(-1) × A = I (the identity matrix). For this system, we form A = [[2,1,-1], [1,-1,2], [3,2,1]] and B = [1,8,7]. Using technology to find A^(-1) and multiply by B, we get X = [2,1,3], meaning x=2, y=1, z=3. Choice D correctly identifies this solution vector. The other choices represent calculation errors or incorrect matrix setups—always double-check your coefficient matrix matches the system exactly, including signs! Technology makes this method practical for 3×3 systems: enter matrix A, find its inverse (usually INV or x^(-1) button), then multiply by B to get the solution instantly.

Question 9

Use technology to find A1A^{-1} and solve the system using X=A1BX=A^{-1}B.

{2x+y+z=9xy+z=53x+yz=3\begin{cases} 2x+y+z=9 \\ x-y+z=5 \\ 3x+y-z=3 \end{cases}

Which solution vector X=[xyz]X=\begin{bmatrix} x \\ y \\ z \end{bmatrix} is correct?

  1. [412]\begin{bmatrix} 4 \\ 1 \\ 2 \end{bmatrix}
  2. [241]\begin{bmatrix} 2 \\ 4 \\ 1 \end{bmatrix}
  3. [214]\begin{bmatrix} 2 \\ 1 \\ 4 \end{bmatrix} (correct answer)
  4. [124]\begin{bmatrix} 1 \\ 2 \\ 4 \end{bmatrix}
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where AA is coefficient matrix, XX is variable vector, BB is constant vector), we can solve for XX by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1×AX=A1×BA^{-1} \times AX = A^{-1} \times B. The left side simplifies to (A1×A)×X=I×X=X(A^{-1} \times A) \times X = I \times X = X (the identity matrix II acts like the number 1), giving X=A1×BX = A^{-1} \times B. This single matrix multiplication produces the solution vector! The method works if and only if AA has an inverse, which requires the determinant of AA to be nonzero. For 3 by 3 or larger matrices, we use technology (graphing calculator or computer) to find the inverse because hand calculation is extremely tedious—the standard explicitly acknowledges technology use for these sizes. For this 3x3 system, use technology to compute A1A^{-1} (where A=[211111311]A = \begin{bmatrix} 2 & 1 & 1 \\ 1 & -1 & 1 \\ 3 & 1 & -1 \end{bmatrix}) and multiply by B=[953]B = \begin{bmatrix} 9 \\ 5 \\ 3 \end{bmatrix} to get X=[214]X = \begin{bmatrix} 2 \\ 1 \\ 4 \end{bmatrix}—wonderful job! Choice A correctly finds the matrix inverse and performs the matrix multiplication A1×BA^{-1} \times B to obtain the solution vector. Choice B makes an error, perhaps in transposing values during computation or misreading calculator output. Each step must be precise! The matrix inverse solving process: (1) Write system as AX=BAX = B, (2) Check if AA is invertible by attempting to find the inverse with technology, (3) Compute A1A^{-1} using calculator, (4) Multiply A1×BA^{-1} \times B to get XX, (5) Extract solutions from the vector. Technology makes this method practical—use it confidently!

Question 10

A system is represented by AX=BAX=B. Use technology to compute A1A^{-1} and then solve using X=A1BX=A^{-1}B.

What is XX?

  1. X=[121]X=\begin{bmatrix}1\\2\\1\end{bmatrix} (correct answer)
  2. X=[202]X=\begin{bmatrix}2\\0\\2\end{bmatrix}
  3. X=[030]X=\begin{bmatrix}0\\3\\0\end{bmatrix}
  4. X=[222]X=\begin{bmatrix}2\\2\\2\end{bmatrix}
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where A is coefficient matrix, X is variable vector, B is constant vector), we can solve for X by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1AX=A1BA^{-1} AX = A^{-1} B, simplifying to X=A1BX = A^{-1} B. The method works if and only if A has an inverse, which requires the determinant of A to be nonzero; for 3x3 or larger matrices, we use technology to find the inverse. For this specific system, A = [[2,1,0],[1,2,1],[0,1,2]], B = [4,6,4], and using the inverse method yields $$X = \begin{bmatrix} 1 \ 2 \ 1 \end{bmatrix}

Question 11

Use technology (calculator or software) to solve the system by the inverse-matrix method. Write it in matrix form AX=BAX=B, then compute X=A1BX=A^{-1}B.

{x+2yz=42xy+z=1x+y+2z=8\begin{cases} x+2y-z=4\\ 2x-y+z=1\\ x+y+2z=8 \end{cases}

What is X=[xyz]X=\begin{bmatrix}x\\y\\z\end{bmatrix}?

  1. [213]\begin{bmatrix}2\\1\\-3\end{bmatrix}
  2. [213]\begin{bmatrix}2\\1\\3\end{bmatrix} (correct answer)
  3. [123]\begin{bmatrix}1\\2\\3\end{bmatrix}
  4. [312]\begin{bmatrix}3\\1\\2\end{bmatrix}
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where AA is coefficient matrix, XX is variable vector, BB is constant vector), we can solve for XX by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1AX=A1BA^{-1}AX = A^{-1}B, which simplifies to X=A1BX = A^{-1}B. For this 3×33 \times 3 system, we have A=[121211112]A = \begin{bmatrix} 1 & 2 & -1 \\ 2 & -1 & 1 \\ 1 & 1 & 2 \end{bmatrix}, X=[xyz]X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, and B=[418]B = \begin{bmatrix} 4 \\ 1 \\ 8 \end{bmatrix}. Using technology to find A1A^{-1} and multiply by BB, we get X=[213]X = \begin{bmatrix} 2 \\ 1 \\ 3 \end{bmatrix}. Choice C correctly identifies this solution vector. Choice A might result from calculation errors or incorrect matrix entry, while choices B and D show different permutations of the values. The matrix inverse method is elegant—one multiplication gives all variables simultaneously! For 3×33 \times 3 systems, always use technology as hand calculation of the inverse requires finding 9 cofactors and dividing by the determinant, which is extremely tedious and error-prone.

Question 12

Use technology to solve AX=BAX=B by computing X=A1BX=A^{-1}B.

A=[120013201],B=[5115]A=\begin{bmatrix}1&2&0\\0&1&3\\2&0&1\end{bmatrix},\quad B=\begin{bmatrix}5\\11\\5\end{bmatrix}

What is XX?

  1. [132]\begin{bmatrix}1\\3\\2\end{bmatrix}
  2. [213]\begin{bmatrix}2\\1\\3\end{bmatrix}
  3. [321]\begin{bmatrix}3\\2\\1\end{bmatrix}
  4. [123]\begin{bmatrix}1\\2\\3\end{bmatrix} (correct answer)
Explanation: This question tests your understanding of using matrix inverses to solve linear systems—a powerful method that reduces solving a system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where AA is coefficient matrix, XX is variable vector, BB is constant vector), we can solve for XX by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1×AX=A1×BA^{-1} \times AX = A^{-1} \times B. The left side simplifies to (A1×A)×X=I×X=X(A^{-1} \times A) \times X = I \times X = X (the identity matrix II acts like the number 1), giving X=A1×BX = A^{-1} \times B. This single matrix multiplication produces the solution vector! The method works if and only if AA has an inverse, which requires the determinant of AA to be nonzero. For 3×3 or larger matrices, we use technology (graphing calculator or computer) to find the inverse because hand calculation is extremely tedious—the standard explicitly acknowledges technology use for these sizes. Given A=[120013201]A = \begin{bmatrix}1&2&0\\0&1&3\\2&0&1\end{bmatrix} and B=[5115]B = \begin{bmatrix}5\\11\\5\end{bmatrix}, we use technology to find A1A^{-1}, then compute X=A1×BX = A^{-1} \times B. Enter matrix AA into your calculator, find its inverse using the INV or x1x^{-1} function, then multiply by vector BB. The calculation yields X=[123]X = \begin{bmatrix}1\\2\\3\end{bmatrix}, meaning x=1x = 1, y=2y = 2, z=3z = 3. Choice A correctly identifies this solution vector. Choice B would give x=2x = 2, y=1y = 1, z=3z = 3, but checking the first equation: 1(2)+2(1)+0(3)=451(2) + 2(1) + 0(3) = 4 \neq 5, so this is incorrect. The matrix inverse solving process: (1) Write system as AX=BAX = B (organize into matrix form), (2) Use technology to find A1A^{-1}, (3) Multiply: compute A1×BA^{-1} \times B to get solution vector XX, (4) Extract solutions: read xx, yy, zz values from the result. Technology is essential for 3×3 systems—it efficiently computes the inverse that would otherwise require extensive hand calculations with cofactors and determinants!

Question 13

Solve using matrix inverses. Find A1A^{-1} (by hand, 2×22\times2 formula) and compute X=A1BX=A^{-1}B.

{3x2y=45x+y=7\begin{cases} 3x-2y=4 \\ 5x+y=7 \end{cases}

What is (x,y)(x,y)?

  1. (x,y)=(1813,113)(x,y)=\left(\frac{18}{13},\frac{1}{13}\right) (correct answer)
  2. (x,y)=(1813,113)(x,y)=\left(\frac{18}{13},-\frac{1}{13}\right)
  3. (x,y)=(1713,113)(x,y)=\left(\frac{17}{13},\frac{1}{13}\right)
  4. (x,y)=(187,17)(x,y)=\left(\frac{18}{7},\frac{1}{7}\right)
Explanation: This question tests your understanding of using matrix inverses to solve a 2x2 linear system by hand—a powerful method that reduces solving the system to a single matrix multiplication once the inverse is found. When a system is written as matrix equation AX=BAX = B (where AA is coefficient matrix, XX is variable vector, BB is constant vector), we can solve for XX by multiplying both sides by the inverse matrix A1A^{-1} (if it exists): A1A^{-1} times AX=A1AX = A^{-1} times BB. The left side simplifies to (A1(A^{-1} times A)A) times X=IX = I times X=XX = X (the identity matrix II acts like the number 1), giving X=A1X = A^{-1} times BB. This single matrix multiplication produces the solution vector! The method works if and only if AA has an inverse, which requires the determinant of AA to be nonzero. For 3 by 3 or larger matrices, we use technology (graphing calculator or computer) to find the inverse because hand calculation is extremely tedious—the standard explicitly acknowledges technology use for these sizes. For this 2x2 system, A=[3251]A = \begin{bmatrix} 3 & -2 \\ 5 & 1 \end{bmatrix}, det(A)=13\det(A) = 13, A1=113[1253]A^{-1} = \frac{1}{13} \begin{bmatrix} 1 & 2 \\ -5 & 3 \end{bmatrix}, so X=113[181]=[1813113]X = \frac{1}{13} \begin{bmatrix} 18 \\ 1 \end{bmatrix} = \begin{bmatrix} \frac{18}{13} \\ \frac{1}{13} \end{bmatrix}, which is choice A. Choice A correctly finds the inverse using the 2x2 formula and multiplies A1A^{-1} times BB—excellent precision! Choice B makes an error by negating the off-diagonal incorrectly, leading to a negative y value. The matrix inverse solving process: (1) Write system as AX=BAX = B (represent as matrix equation), (2) Check if AA is invertible: for 2 by 2, verify determinant not equal 0; for larger, attempt to find inverse with technology, (3) Find A1A^{-1}: for 2 by 2, use formula (1 over determinant) times [[d,b],[c,a]][[d, -b], [-c, a]] from A=[[a,b],[c,d]]A = [[a, b], [c, d]]; for 3 by 3 or larger, use calculator inverse function, (4) Multiply: compute A1A^{-1} times BB to get solution vector XX, (5) Extract solutions: read x, y, z values from the result vector. This method is elegant—one multiplication gives all variables simultaneously! Technology makes matrix inverse method practical: for 3 by 3 systems, hand-calculating the inverse requires finding 9 cofactors and dividing by the determinant (extremely tedious and error-prone). Instead, enter the coefficient matrix into your calculator, press the inverse button (usually x to the -1 or INV), then multiply by the constant vector. The calculator handles the messy arithmetic, letting you focus on understanding the method. The standard explicitly allows technology for 3 by 3 or greater—use it!

Question 14

The inverse of matrix A=(210121012)A = \begin{pmatrix} 2 & 1 & 0 \\ 1 & 2 & 1 \\ 0 & 1 & 2 \end{pmatrix} contains the entry 34\frac{3}{4} in position (1,1)(1,1). If this matrix is used to solve the system $$A\vec{x} = \begin{pmatrix} 8 \ 6 \ 4 \end{pmatrix}

  1. 66 from adding the solution components (correct answer)
  2. 99 from adding the solution components
  3. 1212 from adding the solution components
  4. 1818 from adding the solution components
Explanation: The determinant of A is 4, and A1=14(321242123)A^{-1} = \frac{1}{4}\begin{pmatrix} 3 & -2 & 1 \\ -2 & 4 & -2 \\ 1 & -2 & 3 \end{pmatrix} . Computing x=A1b=14(321242123)(864)=(204)\vec{x} = A^{-1}\vec{b} = \frac{1}{4}\begin{pmatrix} 3 & -2 & 1 \\ -2 & 4 & -2 \\ 1 & -2 & 3 \end{pmatrix}\begin{pmatrix} 8 \\ 6 \\ 4 \end{pmatrix} = \begin{pmatrix} 2 \\ 0 \\ 4 \end{pmatrix} . The sum is 2+0+4=62 + 0 + 4 = 6. Choice B results from computational errors in matrix multiplication. Choice C comes from doubling the correct answer. Choice D results from major calculation mistakes.

Question 15

A manufacturing process uses three machines to produce items with different resource requirements. The system (231112321)(xyz)=(231420)\begin{pmatrix} 2 & 3 & 1 \\ 1 & 1 & 2 \\ 3 & 2 & 1 \end{pmatrix}\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 23 \\ 14 \\ 20 \end{pmatrix} represents the resource allocation. If the inverse matrix method gives x=3x = 3, y=5y = 5, z=2z = 2, but resource availability changes so that the first constraint increases to 2828 while others remain the same, how does the solution change?

  1. Only xx changes, increasing by the coefficient ratio
  2. The change is proportional only to the first column coefficients
  3. Variables yy and zz remain constant since their constraints unchanged
  4. All variables change due to the interdependence in matrix systems (correct answer)
Explanation: When you encounter matrix equations representing real-world systems, remember that changing any input affects the entire solution due to the interconnected nature of linear systems. Each variable depends on all the constraints simultaneously. To see why all variables change when the first constraint increases from 23 to 28, consider what the inverse matrix method actually does. The solution (xyz)=A1(b1b2b3)\begin{pmatrix} x \\ y \\ z \end{pmatrix} = A^{-1}\begin{pmatrix} b_1 \\ b_2 \\ b_3 \end{pmatrix} means each variable equals a linear combination of ALL the constraint values. When you multiply the inverse matrix by the new constraint vector (281420)\begin{pmatrix} 28 \\ 14 \\ 20 \end{pmatrix}, the first row of A1A^{-1} gives you the new xx value, but it involves all three constraints. Similarly, the second and third rows of A1A^{-1} determine the new yy and zz values, and they also involve all three constraint values, including the changed 28. Choice A incorrectly assumes only xx changes—this ignores how matrix multiplication works. Choice B suggests the change follows only first column coefficients, but the inverse matrix determines the relationship, not the original coefficients. Choice C reflects the common misconception that unchanged constraints mean unchanged variables, but this ignores the system's interdependence. The correct answer is D because matrix systems create interdependence where changing any constraint affects all variables through the inverse matrix calculation. Study tip: In linear systems, always remember that variables are interdependent. Changing one constraint ripples through the entire solution—there's no such thing as an isolated change in a matrix equation.

Question 16

Consider the matrix equation Ax=bA\vec{x} = \vec{b} where A=(121312211)A = \begin{pmatrix} 1 & 2 & -1 \\ 3 & 1 & 2 \\ 2 & -1 & 1 \end{pmatrix} and b=(583)\vec{b} = \begin{pmatrix} 5 \\ 8 \\ 3 \end{pmatrix} . After computing A1A^{-1}, a student finds that x=(211)\vec{x} = \begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} . However, when checking by substitution, the third equation gives 2(2)+(1)(1)+1(1)=22(2) + (-1)(1) + 1(-1) = 2, not 33. What is the most likely error?

  1. The determinant calculation was incorrect, making AA non-invertible when computed properly
  2. The cofactor matrix signs were wrong during the inverse computation process
  3. The student computed x=bA1\vec{x} = \vec{b}A^{-1} instead of the correct x=A1b\vec{x} = A^{-1}\vec{b}
  4. The matrix multiplication order was correct, but arithmetic errors occurred in computing A1A^{-1} (correct answer)
Explanation: Since x=(2,1,1)\vec{x} = (2,1,-1) satisfies the first two equations but gives 2 instead of 3 for the third, this indicates computational errors in finding A1A^{-1} rather than conceptual errors. The determinant of A is -18 (non-zero), so A is invertible. The student's method appears correct since two equations check out. Choice A is wrong because A is invertible. Choice B would likely cause more widespread errors. Choice C would typically result in completely wrong answers for all equations.

Question 17

The system of equations {2x+3yz=7x2y+4z=13x+y+2z=8\begin{cases} 2x + 3y - z = 7 \\ x - 2y + 4z = -1 \\ 3x + y + 2z = 8 \end{cases} can be written as Ax=bA\vec{x} = \vec{b}. If matrix AA has an inverse, and A1A^{-1} has the entry 215\frac{2}{15} in position (1,3)(1,3), what is the contribution of the third equation to the value of xx?

  1. 815\frac{8}{15} from the constant term only
  2. 1615\frac{16}{15} from the constant term only (correct answer)
  3. 215\frac{2}{15} times the entire third equation
  4. 1615\frac{16}{15} from all terms in equation three
Explanation: When solving x=A1b\vec{x} = A^{-1}\vec{b}, the value of xx is found using the first row of A1A^{-1}. The entry A1,31=215A^{-1}_{1,3} = \frac{2}{15} tells us how much the third component of b\vec{b} (which is 8) contributes to xx. So the contribution is 215×8=1615\frac{2}{15} \times 8 = \frac{16}{15}. Choice A uses the wrong coefficient. Choice C misunderstands that only the constant term matters in b\vec{b}. Choice D has the right value but wrong reasoning about 'all terms'.

Question 18

A system Ax=bA\vec{x} = \vec{b} has coefficient matrix AA with det(A)=24\det(A) = 24. When the first column of AA is replaced by b\vec{b}, the determinant becomes 7272. When the second column is replaced by b\vec{b}, the determinant becomes 48-48. If solving using matrix inverses gives the same results as Cramer's rule, what is yxy - x?

  1. 1-1 using the determinant quotient method
  2. 5-5 using the determinant quotient method (correct answer)
  3. 11 from the inverse matrix calculation
  4. 55 from the inverse matrix calculation
Explanation: Using Cramer's rule: x=7224=3x = \frac{72}{24} = 3 and y=4824=2y = \frac{-48}{24} = -2. Therefore yx=23=5y - x = -2 - 3 = -5. Matrix inverse method gives the same result since both methods solve the same system. Choice A results from sign error. Choice C comes from computing xyx - y instead. Choice D combines both errors (wrong order and sign).

Question 19

A 3×33 \times 3 system Ax=bA\vec{x} = \vec{b} has been partially solved using matrix inverses. The computation shows that x=4x = 4, z=2z = -2, and the middle entry of A1bA^{-1}\vec{b} equals 13(5x2z+k)\frac{1}{3}(5x - 2z + k) where kk is the third component of b\vec{b}. If b=(12?6)\vec{b} = \begin{pmatrix} 12 \\ ? \\ 6 \end{pmatrix} , what is the value of yy?

  1. y=8y = 8 from the linear expression
  2. y=9y = 9 from the linear expression
  3. y=10y = 10 from the linear expression (correct answer)
  4. y=12y = 12 from the linear expression
Explanation: The middle entry of A1bA^{-1}\vec{b} is yy. Given the formula y=13(5x2z+k)y = \frac{1}{3}(5x - 2z + k) with x=4x = 4, z=2z = -2, and k=6k = 6: y=13(5(4)2(2)+6)=13(20+4+6)=303=10y = \frac{1}{3}(5(4) - 2(-2) + 6) = \frac{1}{3}(20 + 4 + 6) = \frac{30}{3} = 10. Choice A results from omitting the kk term. Choice B comes from sign errors in the calculation. Choice D results from computational mistakes in the arithmetic.

Question 20

Two different systems have the same coefficient matrix AA but different constant vectors: Ax1=b1A\vec{x}_1 = \vec{b}_1 and Ax2=b2A\vec{x}_2 = \vec{b}_2. If x1=(312)\vec{x}_1 = \begin{pmatrix} 3 \\ -1 \\ 2 \end{pmatrix} and x2=(121)\vec{x}_2 = \begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} , and matrix AA is invertible, what is the solution to Ax=b1+2b2A\vec{x} = \vec{b}_1 + 2\vec{b}_2?

  1. \begin{pmatrix} 5 \\ 3 \\ 0 \end{pmatrix} $$ by linear combination of solutions (correct answer)
  2. \begin{pmatrix} 4 \\ 1 \\ 1 \end{pmatrix} $$ by weighted average of solutions
  3. \begin{pmatrix} 1 \\ -5 \\ 4 \end{pmatrix} $$ by difference of solution vectors
  4. \begin{pmatrix} 7 \\ 7 \\ -4 \end{pmatrix} $$ by sum of scaled solutions
Explanation: Since AA is linear, A(x1+2x2)=Ax1+2Ax2=b1+2b2A(\vec{x}_1 + 2\vec{x}_2) = A\vec{x}_1 + 2A\vec{x}_2 = \vec{b}_1 + 2\vec{b}_2. Therefore the solution is x1+2x2=(312)+2(121)=(530)\vec{x}_1 + 2\vec{x}_2 = \begin{pmatrix} 3 \\ -1 \\ 2 \end{pmatrix} + 2\begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} = \begin{pmatrix} 5 \\ 3 \\ 0 \end{pmatrix} . Choice B incorrectly averages the solutions. Choice C uses subtraction instead of the correct linear combination. Choice D computes 2x1+3x22\vec{x}_1 + 3\vec{x}_2 instead.