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.
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:
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) multiplied by xyz gives 0x+1y+(−3)z=y−3z, which equals 7. The second row (2−10) gives 2x−y+0z=2x−y, which equals -2. The third row (121) gives x+2y+z, which equals 5.This produces the system: y−3z=7, 2x−y=−2, x+2y+z=5, which is exactly option C.Option A incorrectly writes the first equation as −3x+y=7, mixing up the coefficients. Option B writes the first equation as x+y−3z=7, adding an x term that shouldn't exist since the first entry in row 1 is 0. It also incorrectly includes a z term in the second equation and omits z from the third. Option D writes the first equation as x−3z=7, again adding an x term and omitting the y 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:
adgbehcfistu=pqr
If the corresponding system has the equation 2s−3t+7u=−5 as its second equation, what are the values of d, e, f, and q?
d=−5,e=2,f=−3,q=7
d=2,e=−3,f=7,q=−5 (correct answer)
d=2,e=7,f=−3,q=−5
d=−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) multiplies the variable vector stu to give the second component of the result vector. This multiplication yields: d⋅s+e⋅t+f⋅u=qSince you're told the second equation is 2s−3t+7u=−5, you can directly match coefficients:
The coefficient of s is 2, so d=2
The coefficient of t is −3, so e=−3
The coefficient of u is 7, so f=7
The constant term is −5, so q=−5
This gives us d=2,e=−3,f=7,q=−5, which is answer choice B.Looking at the wrong answers: Choice A incorrectly places −5 as the value of d instead of q. Choice C swaps the values of e and f, confusing the coefficients of t and u. Choice D mixes up multiple coefficients, placing −3 in the d 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
⎩⎨⎧−x+2y+4z=35x−y+z=−72x+3y−2z=1
what is the entry a23 of the coefficient matrix A (row 2, column 3) when the variable order is x,y,z?
−1
4
1 (correct answer)
3
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 4
Consider the system:
3x+2y=5−x+4y=3
If this system is represented as Ax=b where $$\vec{x} = \begin{pmatrix} x \ y \end{pmatrix}
(3−124)(xy)=(53) (correct answer)
(32−14)(xy)=(53)
53−1324(xy)=(00)
(3−124)(xy)=(35)
Explanation: The coefficient matrix A is formed by placing coefficients row by row: first row contains coefficients of 3x+2y=5, giving [3,2], and second row contains coefficients of −x+4y=3, giving [−1,4]. The vector b contains the constants [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 5
A linear system has the matrix representation:
104−2503−12pqr=8−312
What is the second equation in this system when written in standard form?
0p+5q−1r=−3
p−2q+3r=8
4p+2r=12
5q−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 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), which means the coefficients are 0 for p, 5 for q, and -1 for r. The second element of the result vector is -3. This gives us: 0p+5q+(−1)r=−3, which simplifies to 5q−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=−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=8. This comes from the first row $$
\begin{pmatrix} 1 & -2 & 3 \end{pmatrix}
Choice C represents the third equation (third row): $$4p + 0q + 2r = 12$$, simplified to $$4p + 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 6
Two different linear systems are represented by:
System 1: Ax=b where $$A = \begin{pmatrix} 1 & 2 \ 3 & 4 \end{pmatrix}
System 2: $$C\vec{x} = \vec{d}$$ where $$C = \begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix}
What is the relationship between these coefficient matrices?
C is the inverse of A, meaning C=A−1
C is the transpose of A, meaning C=AT (correct answer)
C is the negative of A, meaning C=−A
C is scalar multiple of A, meaning C=kA for some constant k
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 A. The transpose operation AT flips a matrix across its main diagonal, so rows become columns and columns become rows. For matrix A=(1324), the transpose is AT=(1234). This matches matrix C exactly, confirming that C=AT.Now let's check why the other options fail. Option A claims C=A−1. To find A−1, we calculate det(A)1(4−3−21)=−21(4−3−21)=(−21.51−0.5), which clearly doesn't equal C. Option C suggests C=−A, but −A=(−1−3−2−4), which has all negative entries unlike C. Option D proposes C=kA for some scalar k. If this were true, then 11=23=32=44, which gives us 1=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) entry of AT equals the (j,i) entry of A.
Question 7
For the system of equations (variable order [xyz]T)
⎩⎨⎧x−3y+2z=04x+z=5−2y+3z=−6
what is the coefficient matrix A in Ax=b?
140−30−2213 (correct answer)
140−31−2203
1−324010−23
140−30−221305−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 8
For the system of equations
⎩⎨⎧−2x+y−3z=64x−y+z=−2x+2y+0z=5
what is entry a23 of the coefficient matrix A (row 2, column 3) when the variable order is (x,y,z)?
−3
0
1 (correct answer)
2
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 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=−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], and 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 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. 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 9
A system of linear equations is given by:
2x−3y+z=7x+4y−2z=−1−3x+y+5z=8
When this system is written in the matrix form Ax=b, what is the entry in the second row, third column of matrix A?
−2 (correct answer)
−1
4
1
Explanation: In matrix form Ax=b, matrix A contains the coefficients of the variables. The second row corresponds to the second equation x+4y−2z=−1, and the third column corresponds to the coefficient of z. Therefore, the entry in the second row, third column is −2. Choice B is the constant term from the second equation. Choice C is the coefficient of y in the second equation. Choice D is the coefficient of x in the second equation.
Question 10
Verify that the matrix equation is equivalent to the system by selecting the matching matrix equation.
System:
{2x+y=3−x+5y=−4
Which matrix equation Ax=b matches this system (using variable order x,y)?
(2−115)(xy)=(3−4) (correct answer)
(21−15)(xy)=(3−4)
(2−115)(xy)=(−43)
(2115)(xy)=(3−4)
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 2x+y=3, −x+5y=−4, we extract the coefficients: equation 1 has coefficients 2 for x and 1 for y, giving first row [21], and equation 2 has coefficients -1 for x and 5 for y, giving second row [−15]. The coefficient matrix is A=(2−115), the variable vector is x=(xy), and the constant vector is 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=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 11
Verify the matrix equation is equivalent to the system by choosing the matching matrix form. System:
{x+y=32x−y=1
Which matrix equation correctly represents it as Ax=b?
[121−1][xy]=[31] (correct answer)
[112−1][xy]=[31]
[1211][xy]=[31]
[121−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 12
For the system of equations
⎩⎨⎧−x+2y+4z=35x−y+z=−72x+3y−2z=1
what is the entry a23 of the coefficient matrix A (row 2, column 3) when the variable order is x,y,z?
−1
4
1 (correct answer)
3
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 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 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 a23 (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 13
A homogeneous linear system is represented in matrix form as:
213−1213−12xyz=000
Which statement about this system is necessarily true?
The system always has the solution (x,y,z)=(0,0,0) regardless of the coefficient matrix values. (correct answer)
The system has a unique non-trivial solution since the coefficient matrix is 3×3 and square.
The system has infinitely many solutions because the right-hand side vector contains only zeros throughout.
The system has no solution unless the coefficient matrix has a determinant equal to zero.
Explanation: A homogeneous system Ax=0 always has the trivial solution x=0, regardless of the coefficient matrix A. This is because A⋅0=0 for any matrix A. Choice B is incorrect because whether additional non-trivial solutions exist depends on the determinant of A. Choice C is incorrect because infinitely many solutions only occur when det(A)=0. Choice D is incorrect because homogeneous systems always have at least the trivial solution.
Question 14
For the system of equations (note the missing z term in the second equation)
⎩⎨⎧2x−y+3z=1−x+4y=65x+z=−2
what is the coefficient matrix A in Ax=b (using variable order x,y,z)?
2−15−140301 (correct answer)
2−15−140310
2−15−140361
245−1−10301
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. In the equation -x + 4y = 6, variable z doesn't appear, which means its coefficient is 0, so the row is [-1 4 0] if variables are ordered x, y, z; similarly, in 5x + z = -2, y is missing so coefficient 0, giving [5 0 1], and first equation is [2 -1 3]. Choice A is correct because it properly extracts coefficients into matrix A, including zeros for missing variables. Choice B omits the zero coefficient for the missing variable z in equation 2, shifting all subsequent entries incorrectly; when a variable doesn't appear in an equation, we must include a 0 in that position. 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. 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 15
A student writes the system
x+2y−z=33x−y+2z=1
in matrix form and claims the result is:
(132−1)(xy)=(31)
What error did the student make?
The student wrote the coefficient matrix in column form rather than row form as required.
The student incorrectly placed the constant terms in the coefficient matrix instead of the vector.
The student omitted the variable z and its coefficients from the matrix representation completely. (correct answer)
The student reversed the order of the equations when constructing the coefficient matrix arrangement.
Explanation: When converting a system of linear equations to matrix form, you must account for every variable that appears in the system. The matrix equation Ax=b requires the coefficient matrix A to include all variables, the variable vector x to list all unknowns, and the constant vector b to contain the right-hand side values.The correct matrix representation should be:(132−1−12)xyz=(31)The student's error is clear: they completely ignored the variable z and its coefficients (−1 and 2), creating a 2×2 coefficient matrix instead of the required 2×3 matrix. This makes answer choice C correct.Looking at the other options: A is wrong because the coefficient matrix is correctly arranged in row form—each row represents one equation. B is incorrect because the constant terms (3 and 1) are properly placed in the constant vector, not mixed into the coefficient matrix. D is false because the equations appear in the correct order—the first row corresponds to the first equation, and the second row to the second equation.Study tip: When writing systems in matrix form, always count your variables first. Your coefficient matrix must have as many columns as you have variables, and your variable vector must include every unknown that appears in the system.
Question 16
Express the system as Ax=b and identify the coefficient matrix A:
{2x+0y=−4−x+3y=1
[2−103] (correct answer)
[2−1]
[20−13]
[2103]
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 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 2x+0y=−4 and −x+3y=1, we extract the coefficients: equation 1 has coefficients 2 for x and 0 for y, giving first row [20], and equation 2 has coefficients -1 for x and 3 for y, giving second row [−13]. Choice A is correct because it properly extracts coefficients into matrix A, including the zero for the missing y in the first equation. Choice D has the wrong sign on the coefficient of x in equation 2, using +1 when the equation has -x. 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 [103], with the 0 for the missing y. 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
Given the system of equations
⎩⎨⎧2x−y+z=1−x+3y−2z=−44x+0y+5z=6
write the system as a matrix equation Ax=b (using variable order (x,y,z)).
2−14−1301−25xyz=1−46 (correct answer)
2−14−130125xyz=1−46
2−14−1351−20xyz=1−46
2−14−1301−25xyz=146
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 2x - y + z = 1, -x + 3y - 2z = -4, and 4x + 0y + 5z = 6, we extract the coefficients: equation 1 has [2 -1 1], equation 2 has [-1 3 -2], equation 3 has [4 0 5]; the coefficient matrix is A = [[2 -1 1]; [-1 3 -2]; [4 0 5]], x = [x; y; z], and b = [1; -4; 6]. Choice A is correct because it properly extracts coefficients into matrix A, including the zero for y in the third equation. Choice B has the wrong sign on the coefficient of z in equation 2, using +2 when the equation has -2z. 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. 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 18
Verify the matrix form by choosing the matrix equation that is equivalent to the system
{x+5y=−4−2x+y=3
[1−251][xy]=[−43] (correct answer)
[15−21][xy]=[−43]
[1−251][xy]=[43]
[1−251−43][xy]=[00]
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+5y=−4, −2x+y=3, we extract the coefficients: equation 1 has 1 for x and 5 for y, giving first row [15], and equation 2 has -2 for x and 1 for y, giving second row [−21]; the coefficient matrix is A=[1−251], the variable vector is x=[xy], and the constant vector is b=[−43]. Choice A is correct because it properly extracts coefficients into matrix A and correctly identifies variable and constant vectors. 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 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 19
Given the matrix equation
\begin{bmatrix}0 & 3 & -1\\ 2 & -1 & 0\\ -4 & 0 & 5\end{bmatrix}\begin{bmatrix}x\\ y\\ z\end{bmatrix}=\begin{bmatrix}2\\ -3\\ 1\end{bmatrix},$$
which system of equations does it represent?
⎩⎨⎧3y−z=22x−y=−3−4x+5z=1 (correct answer)
⎩⎨⎧3x−z=22x−y=−3−4x+5z=1
⎩⎨⎧3y−z=22x−y=3−4x+5z=1
⎩⎨⎧3y−z=22x−y=−3−4x+5y=1
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 [[0 3 -1]; [2 -1 0]; [-4 0 5]] [x; y; z] = [2; -3; 1] expands by performing the matrix-vector multiplication: the first entry of Ax is 0x + 3y -1z = 2, giving equation 3y - z = 2; the second entry gives 2x -1y + 0z = -3, or 2x - y = -3; the third gives -4x + 0y + 5z = 1, or -4x + 5z = 1. Choice A is correct because it accurately represents the system as Ax = b with proper structure, including zeros for missing variables. Choice C has the wrong sign on the constant in equation 2, using +3 instead of -3. Remember to include 0 coefficients when a variable doesn't appear in an equation: for example, if the first row is [0 3 -1], it means no x term, so coefficient 0 for x. 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
{−x+2y=65x−y=−3
write the system as a matrix equation Ax=b.
[−152−1][xy]=[6−3] (correct answer)
[−125−1][xy]=[6−3]
[152−1][xy]=[6−3]
[−152−1][xy]=[−6−3]
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+2y=6, 5x−y=−3, we extract the coefficients: equation 1 has -1 for x and 2 for y, giving first row [−12], and equation 2 has 5 for x and -1 for y, giving second row [5−1]; the coefficient matrix is A=[−152−1], the variable vector is x=[xy], and the constant vector is b=[6−3]. Choice A is correct because it properly extracts coefficients into matrix A and correctly identifies variable and constant vectors. Choice C has the wrong sign on the coefficient of x in equation 1, using 1 instead of -1. 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. Remember to include the correct signs when extracting coefficients; for example, -y means coefficient -1 for y.