Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

Precalculus Quiz

Precalculus Quiz: Representing Linear Systems With Matrices

Practice Representing Linear Systems With Matrices in Precalculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

Question 1 / 20

0 of 20 answered

Which system of linear equations corresponds to the matrix equation: (01−32−10121)(xyz)=(7−25)\begin{pmatrix} 0 & 1 & -3 \\ 2 & -1 & 0 \\ 1 & 2 & 1 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 7 \\ -2 \\ 5 \end{pmatrix}​021​1−12​−301​​​xyz​​=​7−25​​?

Select an answer to continue

What this quiz covers

This quiz focuses on Representing Linear Systems With Matrices, giving you a quick way to practice the rules, question types, and explanations that matter most for Precalculus.

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

Which system of linear equations corresponds to the matrix equation: (01−32−10121)(xyz)=(7−25)\begin{pmatrix} 0 & 1 & -3 \\ 2 & -1 & 0 \\ 1 & 2 & 1 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 7 \\ -2 \\ 5 \end{pmatrix}​021​1−12​−301​​​xyz​​=​7−25​​?

  1. −3x+y=7,2x−y=−2,x+2y+z=5-3x + y = 7, \quad 2x - y = -2, \quad x + 2y + z = 5−3x+y=7,2x−y=−2,x+2y+z=5
  2. x+y−3z=7,2x−y+z=−2,x+2y=5x + y - 3z = 7, \quad 2x - y + z = -2, \quad x + 2y = 5x+y−3z=7,2x−y+z=−2,x+2y=5
  3. y−3z=7,2x−y=−2,x+2y+z=5y - 3z = 7, \quad 2x - y = -2, \quad x + 2y + z = 5y−3z=7,2x−y=−2,x+2y+z=5 (correct answer)
  4. x−3z=7,2x−y=−2,x+2y+z=5x - 3z = 7, \quad 2x - y = -2, \quad x + 2y + z = 5x−3z=7,2x−y=−2,x+2y+z=5

Explanation: When you encounter a matrix equation like this, you're seeing a compact way to represent a system of linear equations. The key is understanding how matrix multiplication works to translate between the two forms. To convert the matrix equation to a system, you multiply each row of the coefficient matrix by the variable vector. The first row (01−3)\begin{pmatrix} 0 & 1 & -3 \end{pmatrix}(0​1​−3​) multiplied by (xyz)\begin{pmatrix} x \\ y \\ z \end{pmatrix}​xyz​​ gives 0x+1y+(−3)z=y−3z0x + 1y + (-3)z = y - 3z0x+1y+(−3)z=y−3z, which equals 7. The second row (2−10)\begin{pmatrix} 2 & -1 & 0 \end{pmatrix}(2​−1​0​) gives 2x−y+0z=2x−y2x - y + 0z = 2x - y2x−y+0z=2x−y, which equals -2. The third row (121)\begin{pmatrix} 1 & 2 & 1 \end{pmatrix}(1​2​1​) gives x+2y+zx + 2y + zx+2y+z, which equals 5. This produces the system: y−3z=7y - 3z = 7y−3z=7, 2x−y=−22x - y = -22x−y=−2, x+2y+z=5x + 2y + z = 5x+2y+z=5, which is exactly option C. Option A incorrectly writes the first equation as −3x+y=7-3x + y = 7−3x+y=7, mixing up the coefficients. Option B writes the first equation as x+y−3z=7x + y - 3z = 7x+y−3z=7, adding an xxx term that shouldn't exist since the first entry in row 1 is 0. It also incorrectly includes a zzz term in the second equation and omits zzz from the third. Option D writes the first equation as x−3z=7x - 3z = 7x−3z=7, again adding an xxx term and omitting the yyy term. Remember: each row of the coefficient matrix corresponds to one equation, and the position of each number tells you which variable it multiplies. Zero coefficients mean that variable doesn't appear in that equation.

Question 2

Consider the matrix equation: (abcdefghi)(stu)=(pqr)\begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix} \begin{pmatrix} s \\ t \\ u \end{pmatrix} = \begin{pmatrix} p \\ q \\ r \end{pmatrix}​adg​beh​cfi​​​stu​​=​pqr​​

If the corresponding system has the equation 2s−3t+7u=−52s - 3t + 7u = -52s−3t+7u=−5 as its second equation, what are the values of ddd, eee, fff, and qqq?

  1. d=−5,e=2,f=−3,q=7d = -5, e = 2, f = -3, q = 7d=−5,e=2,f=−3,q=7
  2. d=2,e=−3,f=7,q=−5d = 2, e = -3, f = 7, q = -5d=2,e=−3,f=7,q=−5 (correct answer)
  3. d=2,e=7,f=−3,q=−5d = 2, e = 7, f = -3, q = -5d=2,e=7,f=−3,q=−5
  4. d=−3,e=2,f=7,q=−5d = -3, e = 2, f = 7, q = -5d=−3,e=2,f=7,q=−5

Explanation: When you see a matrix equation like this, remember that matrix multiplication creates a system of linear equations. Each row of the coefficient matrix multiplies the variable vector to produce one equation in the system. To find the correct values, you need to understand how matrix multiplication works. The second row of the coefficient matrix (def)\begin{pmatrix} d & e & f \end{pmatrix}(d​e​f​) multiplies the variable vector (stu)\begin{pmatrix} s \\ t \\ u \end{pmatrix}​stu​​ to give the second component of the result vector. This multiplication yields: d⋅s+e⋅t+f⋅u=qd \cdot s + e \cdot t + f \cdot u = qd⋅s+e⋅t+f⋅u=q Since you're told the second equation is 2s−3t+7u=−52s - 3t + 7u = -52s−3t+7u=−5, you can directly match coefficients:

  • The coefficient of sss is 222, so d=2d = 2d=2
  • The coefficient of ttt is −3-3−3, so e=−3e = -3e=−3
  • The coefficient of uuu is 777, so f=7f = 7f=7
  • The constant term is −5-5−5, so q=−5q = -5q=−5
This gives us d=2,e=−3,f=7,q=−5d = 2, e = -3, f = 7, q = -5d=2,e=−3,f=7,q=−5, which is answer choice B. Looking at the wrong answers: Choice A incorrectly places −5-5−5 as the value of ddd instead of qqq. Choice C swaps the values of eee and fff, confusing the coefficients of ttt and uuu. Choice D mixes up multiple coefficients, placing −3-3−3 in the ddd position. Study tip: Always remember that in matrix-to-system conversions, coefficients stay in their exact positions—first matrix entry becomes the first variable's coefficient, second becomes the second variable's coefficient, and so on. The result vector gives you the constants on the right side of each equation.

Question 3

For the system of equations

3x - 2y = 5\\ 4x + y = -6 \end{cases}$$ what is the coefficient matrix $A$ in $Ax=b$ (using variable order $x, y$)?
  1. [3−241]\begin{bmatrix}3 & -2\\ 4 & 1\end{bmatrix}[34​−21​] (correct answer)
  2. [34−21]\begin{bmatrix}3 & 4\\ -2 & 1\end{bmatrix}[3−2​41​]
  3. [3−24−1]\begin{bmatrix}3 & -2\\ 4 & -1\end{bmatrix}[34​−2−1​]
  4. [3−2541−6]\begin{bmatrix}3 & -2 & 5\\ 4 & 1 & -6\end{bmatrix}[34​−21​5−6​]

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. To build the coefficient matrix A from a system of equations, create a matrix where entry aija_{ij}aij​ is the coefficient of variable j in equation i: rows represent equations, columns represent variables, and if a variable doesn't appear in an equation, its coefficient is 0. For the system 3x - 2y = 5, 4x + y = -6, we extract the coefficients: equation 1 has coefficients 3 for x and -2 for y, giving first row [3−2][3 -2][3−2], and equation 2 has coefficients 4 for x and 1 for y, giving second row [41][4 1][41]. Choice A is correct because it properly extracts coefficients into matrix A with proper structure. Choice B transposes the coefficient matrix, listing coefficients by column instead of by row, which reverses the structure (variables and equations get mixed up). Key to converting systems to matrix form: create the coefficient matrix A by listing coefficients in order (row i = equation i, column j = variable j), create variable vector xxx listing unknowns in the same order as columns, and create constant vector bbb listing the right-hand sides in the same order as equations. Common error: don't put the constants (right-hand side values) into the coefficient matrix A—they belong in the separate vector bbb, while A contains only the coefficients of the variables.

Question 4

Given the matrix equation [1−325][xy]=[4−1],\begin{bmatrix}1 & -3\\ 2 & 5\end{bmatrix}\begin{bmatrix}x\\ y\end{bmatrix}=\begin{bmatrix}4\\ -1\end{bmatrix},[12​−35​][xy​]=[4−1​], which system of equations does it represent?

  1. x-3y=4\\ 2x+5y=-1 \end{cases}$$ (correct answer)
  2. x+3y=4\\ 2x+5y=-1 \end{cases}$$
  3. x-3y=-1\\ 2x+5y=4 \end{cases}$$
  4. x-3y=4\\ 2x-5y=-1 \end{cases}$$

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. The matrix equation Ax=bAx = bAx=b is equivalent to the system of equations: when you multiply the coefficient matrix A by the variable vector x using matrix-vector multiplication, each entry of the result equals the corresponding entry of the constant vector b, giving you the original equations. The matrix equation [1−325][xy]=[4−1]\begin{bmatrix} 1 & -3 \\ 2 & 5 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 4 \\ -1 \end{bmatrix}[12​−35​][xy​]=[4−1​] expands by performing the matrix-vector multiplication: the first entry of AxAxAx is 1x+(−3)y1x + (-3)y1x+(−3)y, and the first entry of b is 4, giving equation x−3y=4x - 3y = 4x−3y=4; similarly, the second entry gives equation 2x+5y=−12x + 5y = -12x+5y=−1. Choice A is correct because it accurately represents the system as Ax=bAx = bAx=b with proper structure from the matrix multiplication. Choice B has the wrong sign on the coefficient of y in the first equation, using +3 when the matrix has -3. To verify your matrix equation is correct, expand AxAxAx by multiplying: each row of A dotted with x should give the left side of the corresponding equation, and these should equal the entries of b (the right sides). The matrix form Ax=bAx = bAx=b is just a compact notation for the system—it doesn't solve the system, but it sets up for solution methods like using the inverse (if A is invertible) or row reduction.

Question 5

For the system of equations

-x+2y+4z=3\\ 5x-y+z=-7\\ 2x+3y-2z=1 \end{cases}$$ what is the entry $a_{23}$ of the coefficient matrix $A$ (row 2, column 3) when the variable order is $x,y,z$?​
  1. −1-1−1
  2. 444
  3. 111 (correct answer)
  4. 333

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax = b. To build the coefficient matrix A from a system of equations, create a matrix where entry aᵢⱼ is the coefficient of variable j in equation i: rows represent equations, columns represent variables, and if a variable doesn't appear in an equation, its coefficient is 0. From equation 5x - y + z = -7, the coefficients are 5 for x, -1 for y, and 1 for z, so the corresponding row of the coefficient matrix is [5 -1 1], and thus a_{23} (row 2, column 3) is 1. Choice C is correct because it accurately extracts the coefficient of z in the second equation. Choice A has the wrong sign, using -1 when the actual coefficient is 1 for z in equation 2. Key to converting systems to matrix form: create the coefficient matrix A by listing coefficients in order (row i = equation i, column j = variable j), create variable vector x listing unknowns in the same order as columns, and create constant vector b listing the right-hand sides in the same order as equations. To verify your matrix equation is correct, expand Ax by multiplying: each row of A dotted with x should give the left side of the corresponding equation, and these should equal the entries of b (the right sides).

Question 6

For the system of equations (variable order [x  y  z]T[x\;y\;z]^T[xyz]T)

2x+y-z=4\\ 3x-2y+5z=0\\ -x+4y+z=-3 \end{cases}$$ what is entry $a_{23}$ of the coefficient matrix $A$?
  1. 555 (correct answer)
  2. −2-2−2
  3. 444
  4. −1-1−1

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax = b. To build the coefficient matrix A from a system of equations, create a matrix where entry aᵢⱼ is the coefficient of variable j in equation i: rows represent equations, columns represent variables, and if a variable doesn't appear in an equation, its coefficient is 0. For the system with variable order [x y z], we need to find entry a₂₃, which is the entry in row 2, column 3 of the coefficient matrix A. Row 2 corresponds to equation 2 (3x - 2y + 5z = 0), and column 3 corresponds to variable z (the third variable). From equation 2, the coefficient of z is 5, so a₂₃ = 5. Choice A is correct because the coefficient of z in the second equation 3x - 2y + 5z = 0 is indeed 5. Choice B incorrectly identifies -2 (the coefficient of y) as a₂₃, confusing column positions. Key to converting systems to matrix form: create the coefficient matrix A by listing coefficients in order (row i = equation i, column j = variable j), so aᵢⱼ is the coefficient of variable j in equation i.

Question 7

Consider the system: 3x+2y=53x + 2y = 53x+2y=5 −x+4y=3-x + 4y = 3−x+4y=3

If this system is represented as Ax⃗=b⃗A\vec{x} = \vec{b}Ax=b where x⃗=(xy)\vec{x} = \begin{pmatrix} x \\ y \end{pmatrix}x=(xy​), which of the following correctly represents the matrix equation?

  1. (32−14)(xy)=(53)\begin{pmatrix} 3 & 2 \\ -1 & 4 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 5 \\ 3 \end{pmatrix}(3−1​24​)(xy​)=(53​) (correct answer)
  2. (3−124)(xy)=(53)\begin{pmatrix} 3 & -1 \\ 2 & 4 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 5 \\ 3 \end{pmatrix}(32​−14​)(xy​)=(53​)
  3. (5332−14)(xy)=(00)\begin{pmatrix} 5 & 3 \\ 3 & 2 \\ -1 & 4 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix}​53−1​324​​(xy​)=(00​)
  4. (32−14)(xy)=(35)\begin{pmatrix} 3 & 2 \\ -1 & 4 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 3 \\ 5 \end{pmatrix}(3−1​24​)(xy​)=(35​)

Explanation: The coefficient matrix AAA is formed by placing coefficients row by row: first row contains coefficients of 3x+2y=53x + 2y = 53x+2y=5, giving [3,2][3, 2][3,2], and second row contains coefficients of −x+4y=3-x + 4y = 3−x+4y=3, giving [−1,4][-1, 4][−1,4]. The vector b⃗\vec{b}b contains the constants [5,3][5, 3][5,3]. Choice B incorrectly transposes the coefficient matrix. Choice C has wrong dimensions and incorrect constant vector. Choice D swaps the entries in the constant vector.

Question 8

A linear system has the matrix representation: (1−2305−1402)(pqr)=(8−312)\begin{pmatrix} 1 & -2 & 3 \\ 0 & 5 & -1 \\ 4 & 0 & 2 \end{pmatrix} \begin{pmatrix} p \\ q \\ r \end{pmatrix} = \begin{pmatrix} 8 \\ -3 \\ 12 \end{pmatrix}​104​−250​3−12​​​pqr​​=​8−312​​

What is the second equation in this system when written in standard form?

  1. 0p+5q−1r=−30p + 5q - 1r = -30p+5q−1r=−3
  2. p−2q+3r=8p - 2q + 3r = 8p−2q+3r=8
  3. 4p+2r=124p + 2r = 124p+2r=12
  4. 5q−r=−35q - r = -35q−r=−3 (correct answer)

Explanation: When you encounter a matrix equation like this, you're looking at a compact way to represent a system of linear equations. The matrix multiplication Ax⃗=b⃗A\vec{x} = \vec{b}Ax=b expands into individual equations where each row of the coefficient matrix corresponds to one equation in the system. To find the second equation, focus on the second row of the coefficient matrix and the second element of the result vector. The second row is (05−1)\begin{pmatrix} 0 & 5 & -1 \end{pmatrix}(0​5​−1​), which means the coefficients are 0 for ppp, 5 for qqq, and -1 for rrr. The second element of the result vector is -3. This gives us: 0p+5q+(−1)r=−30p + 5q + (-1)r = -30p+5q+(−1)r=−3, which simplifies to 5q−r=−35q - r = -35q−r=−3. Choice D correctly represents this equation in its simplest form by omitting the zero coefficient term. Choice A writes out the full form 0p+5q−1r=−30p + 5q - 1r = -30p+5q−1r=−3, which is mathematically correct but unnecessarily includes the zero term. Standard form typically omits terms with zero coefficients. Choice B gives you the first equation (first row): p−2q+3r=8p - 2q + 3r = 8p−2q+3r=8. This comes from the first row (1−23)\begin{pmatrix} 1 & -2 & 3 \end{pmatrix}(1​−2​3​). Choice C represents the third equation (third row): 4p+0q+2r=124p + 0q + 2r = 124p+0q+2r=12, simplified to 4p+2r=124p + 2r = 124p+2r=12 by dropping the zero term. Study tip: Always match the row number to the equation number. The second row always gives you the second equation, and so on. When writing in standard form, drop any terms with zero coefficients for cleaner presentation.

Question 9

Two different linear systems are represented by: System 1: Ax⃗=b⃗A\vec{x} = \vec{b}Ax=b where A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}A=(13​24​) System 2: Cx⃗=d⃗C\vec{x} = \vec{d}Cx=d where C=(1324)C = \begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix}C=(12​34​)

What is the relationship between these coefficient matrices?

  1. CCC is the inverse of AAA, meaning C=A−1C = A^{-1}C=A−1
  2. CCC is the transpose of AAA, meaning C=ATC = A^TC=AT (correct answer)
  3. CCC is the negative of AAA, meaning C=−AC = -AC=−A
  4. CCC is scalar multiple of AAA, meaning C=kAC = kAC=kA for some constant kkk

Explanation: When you encounter questions comparing matrices, you need to systematically check the fundamental matrix relationships: transpose, inverse, scalar multiplication, and addition/subtraction. Let's examine what happens when we transpose matrix AAA. The transpose operation ATA^TAT flips a matrix across its main diagonal, so rows become columns and columns become rows. For matrix A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}A=(13​24​), the transpose is AT=(1324)A^T = \begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix}AT=(12​34​). This matches matrix CCC exactly, confirming that C=ATC = A^TC=AT. Now let's check why the other options fail. Option A claims C=A−1C = A^{-1}C=A−1. To find A−1A^{-1}A−1, we calculate 1det⁡(A)(4−2−31)=1−2(4−2−31)=(−211.5−0.5)\frac{1}{\det(A)} \begin{pmatrix} 4 & -2 \\ -3 & 1 \end{pmatrix} = \frac{1}{-2} \begin{pmatrix} 4 & -2 \\ -3 & 1 \end{pmatrix} = \begin{pmatrix} -2 & 1 \\ 1.5 & -0.5 \end{pmatrix}det(A)1​(4−3​−21​)=−21​(4−3​−21​)=(−21.5​1−0.5​), which clearly doesn't equal CCC. Option C suggests C=−AC = -AC=−A, but −A=(−1−2−3−4)-A = \begin{pmatrix} -1 & -2 \\ -3 & -4 \end{pmatrix}−A=(−1−3​−2−4​), which has all negative entries unlike CCC. Option D proposes C=kAC = kAC=kA for some scalar kkk. If this were true, then 11=32=23=44\frac{1}{1} = \frac{3}{2} = \frac{2}{3} = \frac{4}{4}11​=23​=32​=44​, which gives us 1=1.5=0.67=11 = 1.5 = 0.67 = 11=1.5=0.67=1 – clearly impossible. Study tip: When comparing matrices, always check transpose first since it's the quickest calculation. Remember that (i,j)(i,j)(i,j) entry of ATA^TAT equals the (j,i)(j,i)(j,i) entry of AAA.

Question 10

For the system of equations (variable order [x  y  z]T[x\;y\;z]^T[xyz]T)

x-3y+2z=0\\ 4x+z=5\\ -2y+3z=-6 \end{cases}$$ what is the coefficient matrix $A$ in $Ax=b$?
  1. [1−324010−23]\begin{bmatrix}1&-3&2\\4&0&1\\0&-2&3\end{bmatrix}​140​−30−2​213​​ (correct answer)
  2. [1−324100−23]\begin{bmatrix}1&-3&2\\4&1&0\\0&-2&3\end{bmatrix}​140​−31−2​203​​
  3. [140−30−2213]\begin{bmatrix}1&4&0\\-3&0&-2\\2&1&3\end{bmatrix}​1−32​401​0−23​​
  4. [1−32040150−23−6]\begin{bmatrix}1&-3&2&0\\4&0&1&5\\0&-2&3&-6\end{bmatrix}​140​−30−2​213​05−6​​

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax = b. To build the coefficient matrix A from a system of equations, create a matrix where entry aᵢⱼ is the coefficient of variable j in equation i: rows represent equations, columns represent variables, and if a variable doesn't appear in an equation, its coefficient is 0. For the system x - 3y + 2z = 0, 4x + z = 5, and -2y + 3z = -6, we must be careful about missing variables. In equation 2 (4x + z = 5), variable y doesn't appear, which means its coefficient is 0, so the row is [4 0 1] if variables are ordered x, y, z. Similarly, in equation 3 (-2y + 3z = -6), variable x doesn't appear, giving row [0 -2 3]. Choice A is correct because it properly includes zero coefficients for missing variables: [[1 -3 2], [4 0 1], [0 -2 3]]. Choice B makes an error by putting 1 instead of 0 for the coefficient of y in equation 2, incorrectly suggesting the equation is 4x + y + 0z = 5. Remember to include 0 coefficients when a variable doesn't appear in an equation: for example, if equation 2 is '4x + z = 5' in a system with variables x, y, z, the coefficient row is [4 0 1], with the 0 for the missing y.

Question 11

Given the matrix equation (−2104−35)(xyz)=(8−1),\begin{pmatrix}-2&1&0\\4&-3&5\end{pmatrix}\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}8\\-1\end{pmatrix},(−24​1−3​05​)​xyz​​=(8−1​), which system of equations does it represent?

  1. -2x+y=8\\ 4x-3y+5z=-1 \end{cases}$$ (correct answer)
  2. -2x+y+z=8\\ 4x-3y+5z=-1 \end{cases}$$
  3. -2x+y=8\\ 4x+3y+5z=-1 \end{cases}$$
  4. 2x-y=8\\ 4x-3y+5z=-1 \end{cases}$$

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax = b. The matrix equation Ax = b is equivalent to the system of equations: when you multiply the coefficient matrix A by the variable vector x using matrix-vector multiplication, each entry of the result equals the corresponding entry of the constant vector b, giving you the original equations. The matrix equation [[-2 1 0]; [4 -3 5]] [x; y; z] = [8; -1] expands by performing the matrix-vector multiplication: the first entry of Ax is -2x + 1y + 0z, and the first entry of b is 8, giving equation -2x + y = 8; similarly, the second entry gives equation 4x - 3y + 5z = -1. Choice A is correct because it accurately represents the system as Ax = b with proper structure, including the missing z in the first equation. Choice B includes an extra z term in the first equation, using +z when the matrix has 0z. To verify your matrix equation is correct, expand Ax by multiplying: each row of A dotted with x should give the left side of the corresponding equation, and these should equal the entries of b (the right sides). Remember to include 0 coefficients when a variable doesn't appear in an equation: for example, if equation 2 is 'x + 3z = 5' in a system with variables x, y, z, the coefficient row is [1 0 3], with the 0 for the missing y.

Question 12

For the system of equations

-2x + y - 3z = 6 \\ 4x - y + z = -2 \\ x + 2y + 0z = 5 \end{cases}$$ what is entry $a_{23}$ of the coefficient matrix $A$ (row 2, column 3) when the variable order is $(x,y,z)$?
  1. −3-3−3
  2. 000
  3. 111 (correct answer)
  4. 222

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. To build the coefficient matrix AAA from a system of equations, create a matrix where entry aija_{ij}aij​ is the coefficient of variable j in equation i: rows represent equations, columns represent variables, and if a variable doesn't appear in an equation, its coefficient is 0. From equation 4x−y+z=−24x - y + z = -24x−y+z=−2, the coefficients are 4 for x, -1 for y, and 1 for z, so the corresponding row of the coefficient matrix is [4,−1,1][4, -1, 1][4,−1,1], and a23a_{23}a23​ is the entry in row 2, column 3, which is 1 for z. Choice C is correct because it properly extracts the coefficient for z in the second equation as 1. Choice A has the wrong sign on the coefficient, using -3 for a different variable when the actual coefficient for z in equation 2 is +1. Key to converting systems to matrix form: create the coefficient matrix AAA by listing coefficients in order (row i = equation i, column j = variable j), create variable vector x listing unknowns in the same order as columns, and create constant vector b listing the right-hand sides in the same order as equations. Remember to include 0 coefficients when a variable doesn't appear in an equation: for example, if equation 2 is x+3z=5x + 3z = 5x+3z=5 in a system with variables x, y, z, the coefficient row is [1,0,3][1, 0, 3][1,0,3], with the 0 for the missing y.

Question 13

A system of linear equations is given by: 2x−3y+z=72x - 3y + z = 72x−3y+z=7 x+4y−2z=−1x + 4y - 2z = -1x+4y−2z=−1 −3x+y+5z=8-3x + y + 5z = 8−3x+y+5z=8

When this system is written in the matrix form Ax⃗=b⃗A\vec{x} = \vec{b}Ax=b, what is the entry in the second row, third column of matrix AAA?

  1. −2-2−2 (correct answer)
  2. −1-1−1
  3. 444
  4. 111

Explanation: In matrix form Ax⃗=b⃗A\vec{x} = \vec{b}Ax=b, matrix AAA contains the coefficients of the variables. The second row corresponds to the second equation x+4y−2z=−1x + 4y - 2z = -1x+4y−2z=−1, and the third column corresponds to the coefficient of zzz. Therefore, the entry in the second row, third column is −2-2−2. Choice B is the constant term from the second equation. Choice C is the coefficient of yyy in the second equation. Choice D is the coefficient of xxx in the second equation.

Question 14

Verify that the matrix equation is equivalent to the system by selecting the matching matrix equation. System: {2x+y=3−x+5y=−4\begin{cases} 2x + y = 3 \\ -x + 5y = -4 \end{cases}{2x+y=3−x+5y=−4​ Which matrix equation Ax=bAx=bAx=b matches this system (using variable order x,yx,yx,y)?

  1. (21−15)(xy)=(3−4)\begin{pmatrix} 2 & 1 \\ -1 & 5 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 3 \\ -4 \end{pmatrix}(2−1​15​)(xy​)=(3−4​) (correct answer)
  2. (2−115)(xy)=(3−4)\begin{pmatrix} 2 & -1 \\ 1 & 5 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 3 \\ -4 \end{pmatrix}(21​−15​)(xy​)=(3−4​)
  3. (21−15)(xy)=(−43)\begin{pmatrix} 2 & 1 \\ -1 & 5 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} -4 \\ 3 \end{pmatrix}(2−1​15​)(xy​)=(−43​)
  4. (2115)(xy)=(3−4)\begin{pmatrix} 2 & 1 \\ 1 & 5 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 3 \\ -4 \end{pmatrix}(21​15​)(xy​)=(3−4​)

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. A system of linear equations can be written compactly as Ax=bAx = bAx=b, where AAA is the coefficient matrix (containing all the coefficients of the variables), xxx is the column vector of variables (the unknowns), and bbb is the column vector of constants (the right-hand side values from each equation). For the system 2x+y=32x + y = 32x+y=3, −x+5y=−4-x + 5y = -4−x+5y=−4, we extract the coefficients: equation 1 has coefficients 2 for x and 1 for y, giving first row [2 1][2\ 1][2 1], and equation 2 has coefficients -1 for x and 5 for y, giving second row [−1 5][-1\ 5][−1 5]. The coefficient matrix is A=(21−15)A = \begin{pmatrix} 2 & 1 \\ -1 & 5 \end{pmatrix}A=(2−1​15​), the variable vector is x=(xy)x = \begin{pmatrix} x \\ y \end{pmatrix}x=(xy​), and the constant vector is b=(3−4)b = \begin{pmatrix} 3 \\ -4 \end{pmatrix}b=(3−4​). Choice A is correct because it properly extracts coefficients into matrix A and correctly identifies variable and constant vectors. Choice B has the wrong sign on the coefficient of x in equation 2, using 1 when the equation has -1, and swaps signs in the rows. The matrix form Ax=bAx = bAx=b is just a compact notation for the system—it doesn't solve the system, but it sets up for solution methods like using the inverse (if A is invertible) or row reduction.

Question 15

For the system of equations

3x - 2y = 5 \\ 4x + y = -6 \end{cases}$$ what is the coefficient matrix $A$ in $Ax=b$ (with variable vector $\begin{bmatrix}x\\y\end{bmatrix}$)?
  1. [3−241]\begin{bmatrix}3 & -2\\ 4 & 1\end{bmatrix}[34​−21​] (correct answer)
  2. [34−21]\begin{bmatrix}3 & 4\\ -2 & 1\end{bmatrix}[3−2​41​]
  3. [3−24−1]\begin{bmatrix}3 & -2\\ 4 & -1\end{bmatrix}[34​−2−1​]
  4. [3−2541−6]\begin{bmatrix}3 & -2 & 5\\ 4 & 1 & -6\end{bmatrix}[34​−21​5−6​]

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. To build the coefficient matrix A from a system of equations, create a matrix where entry aija_{ij}aij​ is the coefficient of variable j in equation i: rows represent equations, columns represent variables, and if a variable doesn't appear in an equation, its coefficient is 0. For the system 3x−2y=53x - 2y = 53x−2y=5 and 4x+y=−64x + y = -64x+y=−6, we extract the coefficients: equation 1 has coefficients 3 for x and -2 for y, giving first row [3,−2][3, -2][3,−2], and equation 2 has coefficients 4 for x and 1 for y, giving second row [4,1][4, 1][4,1]. Choice A is correct because it properly extracts coefficients into matrix A with accurate signs and values. Choice D includes the constants in the coefficient matrix instead of putting them in the separate constant vector b—the coefficient matrix A should only contain coefficients of variables, not the right-hand side values. Key to converting systems to matrix form: create the coefficient matrix A by listing coefficients in order (row i = equation i, column j = variable j), create variable vector x listing unknowns in the same order as columns, and create constant vector b listing the right-hand sides in the same order as equations. Common error: don't put the constants (right-hand side values) into the coefficient matrix A—they belong in the separate vector b, while A contains only the coefficients of the variables.

Question 16

Verify the matrix equation is equivalent to the system by choosing the matching matrix form. System:

x+y=3\\ 2x-y=1 \end{cases}$$ Which matrix equation correctly represents it as $Ax=b$?
  1. [112−1][xy]=[31]\begin{bmatrix}1&1\\2&-1\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}3\\1\end{bmatrix}[12​1−1​][xy​]=[31​] (correct answer)
  2. [121−1][xy]=[31]\begin{bmatrix}1&2\\1&-1\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}3\\1\end{bmatrix}[11​2−1​][xy​]=[31​]
  3. [1121][xy]=[31]\begin{bmatrix}1&1\\2&1\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}3\\1\end{bmatrix}[12​11​][xy​]=[31​]
  4. [112−1][xy]=[13]\begin{bmatrix}1&1\\2&-1\end{bmatrix}\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}1\\3\end{bmatrix}[12​1−1​][xy​]=[13​]

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax = b. A system of linear equations can be written compactly as Ax = b, where A is the coefficient matrix (containing all the coefficients of the variables), x is the column vector of variables (the unknowns), and b is the column vector of constants (the right-hand side values from each equation). For the system x + y = 3 and 2x - y = 1, we extract the coefficients: equation 1 has coefficients 1 and 1 for variables x and y, giving first row [1 1], and equation 2 has coefficients 2 and -1, giving second row [2 -1]. The coefficient matrix is A = [[1 1], [2 -1]], the variable vector is x = [x; y], and the constant vector is b = [3; 1]. Choice A is correct because it properly extracts coefficients into matrix A = [[1 1], [2 -1]] and correctly identifies the constant vector b = [3; 1]. Choice C has the wrong sign on the coefficient of y in the second equation, using 1 when the equation has -y (coefficient -1). To verify your matrix equation is correct, expand Ax by multiplying: each row of A dotted with x should give the left side of the corresponding equation, and these should equal the entries of b (the right sides).

Question 17

For the system of equations

-x+2y+4z=3\\ 5x-y+z=-7\\ 2x+3y-2z=1 \end{cases}$$ what is the entry $a_{23}$ of the coefficient matrix $A$ (row 2, column 3) when the variable order is $x,y,z$?
  1. −1-1−1
  2. 444
  3. 111 (correct answer)
  4. 333

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. To build the coefficient matrix AAA from a system of equations, create a matrix where entry aija_{ij}aij​ is the coefficient of variable jjj in equation iii: rows represent equations, columns represent variables, and if a variable doesn't appear in an equation, its coefficient is 0. From equation 5x−y+z=−75x - y + z = -75x−y+z=−7, the coefficients are 5 for xxx, -1 for yyy, and 1 for zzz, so the corresponding row of the coefficient matrix is [5 -1 1], and thus a23a_{23}a23​ (row 2, column 3) is 1. Choice C is correct because it accurately extracts the coefficient of zzz in the second equation. Choice A has the wrong sign, using -1 when the actual coefficient is 1 for zzz in equation 2. Key to converting systems to matrix form: create the coefficient matrix AAA by listing coefficients in order (row iii = equation iii, column jjj = variable jjj), create variable vector xxx listing unknowns in the same order as columns, and create constant vector bbb listing the right-hand sides in the same order as equations. To verify your matrix equation is correct, expand AxAxAx by multiplying: each row of AAA dotted with xxx should give the left side of the corresponding equation, and these should equal the entries of bbb (the right sides).

Question 18

Verify the matrix form by choosing the matrix equation that is equivalent to the system

x + 2y = -3 \\ 3x - y = 8 \end{cases}$$
  1. [123−1][xy]=[−38]\begin{bmatrix}1 & 2\\ 3 & -1\end{bmatrix}\begin{bmatrix}x\\ y\end{bmatrix}=\begin{bmatrix}-3\\ 8\end{bmatrix}[13​2−1​][xy​]=[−38​] (correct answer)
  2. [1231][xy]=[−38]\begin{bmatrix}1 & 2\\ 3 & 1\end{bmatrix}\begin{bmatrix}x\\ y\end{bmatrix}=\begin{bmatrix}-3\\ 8\end{bmatrix}[13​21​][xy​]=[−38​]
  3. [132−1][xy]=[−38]\begin{bmatrix}1 & 3\\ 2 & -1\end{bmatrix}\begin{bmatrix}x\\ y\end{bmatrix}=\begin{bmatrix}-3\\ 8\end{bmatrix}[12​3−1​][xy​]=[−38​]
  4. [123−1][xy]=[38]\begin{bmatrix}1 & 2\\ 3 & -1\end{bmatrix}\begin{bmatrix}x\\ y\end{bmatrix}=\begin{bmatrix}3\\ 8\end{bmatrix}[13​2−1​][xy​]=[38​]

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. The matrix equation Ax=bAx = bAx=b is equivalent to the system of equations: when you multiply the coefficient matrix AAA by the variable vector xxx using matrix-vector multiplication, each entry of the result equals the corresponding entry of the constant vector bbb, giving you the original equations. For the system x+2y=−3x + 2y = -3x+2y=−3 and 3x−y=83x - y = 83x−y=8, the coefficients match [123−1]\begin{bmatrix} 1 & 2 \\ 3 & -1 \end{bmatrix}[13​2−1​] and b=[−38]b = \begin{bmatrix} -3 \\ 8 \end{bmatrix}b=[−38​], as expanding gives 1x+2y=−31x + 2y = -31x+2y=−3 and 3x+(−1)y=83x + (-1)y = 83x+(−1)y=8. Choice A is correct because it accurately represents the system as Ax=bAx = bAx=b with proper structure. Choice C transposes the coefficient matrix, listing coefficients by column instead of by row, which reverses the structure (variables and equations get mixed up). Key to converting systems to matrix form: create the coefficient matrix AAA by listing coefficients in order (row i = equation i, column j = variable j), create variable vector xxx listing unknowns in the same order as columns, and create constant vector bbb listing the right-hand sides in the same order as equations. The matrix form Ax=bAx = bAx=b is just a compact notation for the system—it doesn't solve the system, but it sets up for solution methods like using the inverse (if AAA is invertible) or row reduction.

Question 19

For the system of equations

3x-2y=0\\ x+4y=10 \end{cases}$$ which variable vector $\mathbf{x}$ should be used in $A\mathbf{x}=\mathbf{b}$ (using variable order $x,y$)?​
  1. (xy)\begin{pmatrix}x&y\end{pmatrix}(x​y​)
  2. (yx)\begin{pmatrix}y\\x\end{pmatrix}(yx​)
  3. (xy)\begin{pmatrix}x\\y\end{pmatrix}(xy​) (correct answer)
  4. (010)\begin{pmatrix}0\\10\end{pmatrix}(010​)

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax = b. A system of linear equations can be written compactly as Ax = b, where A is the coefficient matrix (containing all the coefficients of the variables), x is the column vector of variables (the unknowns), and b is the column vector of constants (the right-hand side values from each equation). For the system 3x - 2y = 0, x + 4y = 10, the variable vector x should list the unknowns in the order matching the columns of A, which for variable order x, y is the column vector [x; y]. Choice C is correct because it correctly identifies the variable vector as a column vector in the order x, y. Choice A treats the variable vector x as a row vector instead of a column vector, which would make the dimensions incompatible for the multiplication Ax. Key to converting systems to matrix form: create the coefficient matrix A by listing coefficients in order (row i = equation i, column j = variable j), create variable vector x listing unknowns in the same order as columns, and create constant vector b listing the right-hand sides in the same order as equations. To verify your matrix equation is correct, expand Ax by multiplying: each row of A dotted with x should give the left side of the corresponding equation, and these should equal the entries of b (the right sides).

Question 20

For the system of equations

5x - y = 2 \\ -3x + 4y = 9 \end{cases}$$ what is the constant vector $b$ in $Ax=b$?
  1. [5−3]\begin{bmatrix}5\\ -3\end{bmatrix}[5−3​]
  2. [29]\begin{bmatrix}2\\ 9\end{bmatrix}[29​] (correct answer)
  3. [29]\begin{bmatrix}2 & 9\end{bmatrix}[2​9​]
  4. [5−1−34]\begin{bmatrix}5 & -1\\ -3 & 4\end{bmatrix}[5−3​−14​]

Explanation: This question tests understanding of how to represent a system of linear equations as a single matrix equation Ax=bAx = bAx=b. A system of linear equations can be written compactly as Ax=bAx = bAx=b, where A is the coefficient matrix (containing all the coefficients of the variables), x is the column vector of variables (the unknowns), and b is the column vector of constants (the right-hand side values from each equation). For the system 5x−y=25x - y = 25x−y=2 and −3x+4y=9-3x + 4y = 9−3x+4y=9, the constant vector b takes the right-hand side values in order, so b=[29]b = \begin{bmatrix} 2 \\ 9 \end{bmatrix}b=[29​]. Choice B is correct because it correctly identifies the constant vector as the column vector of right-hand sides. Choice A scrambles the equation order, putting constants from the coefficient matrix instead of the right-hand sides. Key to converting systems to matrix form: create the coefficient matrix A by listing coefficients in order (row i = equation i, column j = variable j), create variable vector x listing unknowns in the same order as columns, and create constant vector b listing the right-hand sides in the same order as equations. Common error: don't put the constants (right-hand side values) into the coefficient matrix A—they belong in the separate vector b, while A contains only the coefficients of the variables.