Linear Algebra Quiz: Determinants Via Row Reduction
16 questions · exam conditions
0:00
Determinants Via Row ReductionQuestion 1 of 16

Let AA be an n×nn \times n matrix with determinant dd. A matrix BB is formed by performing the operation RiRikRjR_i \to R_i - kR_j on AA (where iji \neq j and k0k \neq 0), and then a matrix CC is formed by swapping rows ii and jj of BB. Which expression represents det(C)\det(C)?

dd
d-d
kd-kd
dkdd - kd
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Determinants Via Row Reduction

Practice Determinants Via Row Reduction in Linear Algebra 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 Determinants Via Row Reduction, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

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

Let AA be an n×nn \times n matrix with determinant dd. A matrix BB is formed by performing the operation RiRikRjR_i \to R_i - kR_j on AA (where iji \neq j and k0k \neq 0), and then a matrix CC is formed by swapping rows ii and jj of BB. Which expression represents det(C)\det(C)?

  1. dd
  2. d-d (correct answer)
  3. kd-kd
  4. dkdd - kd
Explanation: Let's analyze the operations step by step.
  1. The transformation from AA to BB is RiRikRjR_i \to R_i - kR_j. This is a row replacement operation, which does not change the determinant. Therefore, det(B)=det(A)=d\det(B) = \det(A) = d.
  2. The transformation from BB to CC is swapping two distinct rows, ii and jj. A row swap multiplies the determinant by 1-1. Therefore, det(C)=1×det(B)=d\det(C) = -1 \times \det(B) = -d.
The scalar kk from the first operation does not affect the final determinant, which is a common point of confusion.

Question 2

Let AA and BB be 3×33 \times 3 matrices. Suppose BB is obtained from AA by the sequence of operations: R1R2R_1 \leftrightarrow R_2, followed by R35R3R_3 \to 5R_3. If det(A)=2\det(A) = 2, what is det(2ATB1)\det(2A^T B^{-1})?

  1. 85-\frac{8}{5} (correct answer)
  2. 25-\frac{2}{5}
  3. 85\frac{8}{5}
  4. 1616
Explanation: This problem requires combining several determinant properties.
  1. Find det(B)\det(B): The operation R1R2R_1 \leftrightarrow R_2 multiplies the determinant by 1-1. The operation R35R3R_3 \to 5R_3 multiplies it by 55. So, det(B)=(1)(5)det(A)=5(2)=10\det(B) = (-1)(5) \det(A) = -5(2) = -10.
  2. Use determinant properties: We need det(2ATB1)\det(2A^T B^{-1}). For n×nn \times n matrices, det(kM)=kndet(M)\det(kM) = k^n \det(M), det(MT)=det(M)\det(M^T) = \det(M), and det(M1)=1/det(M)\det(M^{-1}) = 1/\det(M).
  3. Apply the properties: Here, n=3n=3. det(2ATB1)=det(2IATB1)\det(2A^T B^{-1}) = \det(2I \cdot A^T \cdot B^{-1}) =det(2I)det(AT)det(B1)= \det(2I) \cdot \det(A^T) \cdot \det(B^{-1}) =23det(A)1det(B)= 2^3 \cdot \det(A) \cdot \frac{1}{\det(B)} =8(2)110= 8 \cdot (2) \cdot \frac{1}{-10} =16(110)=1610=85= 16 \cdot (-\frac{1}{10}) = -\frac{16}{10} = -\frac{8}{5}.

Question 3

Let AA be a 4×44 \times 4 matrix with det(A)=3\det(A) = 3. What is the determinant of the matrix 2A2A?

  1. 66
  2. 2424
  3. 4848 (correct answer)
  4. 243243
Explanation: This question tests the property of scaling an entire matrix. If AA is an n×nn \times n matrix and kk is a scalar, then det(kA)=kndet(A)\det(kA) = k^n \det(A). In this case, AA is a 4×44 \times 4 matrix, so n=4n=4. The scalar is k=2k=2. We are given det(A)=3\det(A) = 3. Therefore, det(2A)=24det(A)=16×3=48\det(2A) = 2^4 \det(A) = 16 \times 3 = 48. Distractor (A) 66 results from the common error of confusing this property with scaling a single row, which would give 2det(A)2 \det(A). Distractor (B) 2424 results from incorrectly using n=3n=3 instead of n=4n=4, yielding 23det(A)=8×3=242^3 \det(A) = 8 \times 3 = 24.

Question 4

Let A=(abcdefghi)A = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix} be a 3×33 \times 3 matrix with det(A)=4\det(A) = 4. Consider the matrix B=(ghid2ae2bf2cabc)B = \begin{pmatrix} g & h & i \\ d-2a & e-2b & f-2c \\ a & b & c \end{pmatrix}. What is the value of det(B)\det(B)?

  1. 8-8
  2. 4-4 (correct answer)
  3. 44
  4. 88
Explanation: To find det(B)\det(B), we can express BB in terms of AA using elementary row operations and track the effect on the determinant. Let R1,R2,R3R_1, R_2, R_3 be the rows of AA. The rows of BB are R3R_3, R22R1R_2 - 2R_1, and R1R_1. Let's start with AA and apply operations to get to BB:
  1. Start with A=(abcdefghi)A = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix}, with det(A)=4\det(A) = 4.
  2. Swap R1R_1 and R3R_3: A=(ghidefabc)A' = \begin{pmatrix} g & h & i \\ d & e & f \\ a & b & c \end{pmatrix}. This operation multiplies the determinant by 1-1, so det(A)=det(A)=4\det(A') = -\det(A) = -4.
  3. Apply R2R22R3R_2 \to R_2 - 2R_3 to matrix AA'. The new second row is (d,e,f)2(a,b,c)=(d2a,e2b,f2c)(d,e,f) - 2(a,b,c) = (d-2a, e-2b, f-2c). The resulting matrix is B=(ghid2ae2bf2cabc)B = \begin{pmatrix} g & h & i \\ d-2a & e-2b & f-2c \\ a & b & c \end{pmatrix}. This row replacement operation does not change the determinant.
Therefore, det(B)=det(A)=4\det(B) = \det(A') = -4.

Question 5

A 3×33 \times 3 matrix AA is transformed into a matrix BB by the following sequence of elementary row operations: first R112R1R_1 \to \frac{1}{2}R_1, then R2R3R_2 \leftrightarrow R_3, and finally R3R35R1R_3 \to R_3 - 5R_1. If det(B)=10\det(B) = 10, what is det(A)\det(A)?

  1. 20-20 (correct answer)
  2. 5-5
  3. 55
  4. 2020
Explanation: We can find the relationship between det(A)\det(A) and det(B)\det(B) by tracking the effect of each operation:
  1. R112R1R_1 \to \frac{1}{2}R_1: This scales the determinant by 12\frac{1}{2}.
  2. R2R3R_2 \leftrightarrow R_3: This scales the determinant by 1-1.
  3. R3R35R1R_3 \to R_3 - 5R_1: This does not change the determinant.
Combining these effects, we have det(B)=(12)(1)(1)×det(A)=12det(A)\det(B) = (\frac{1}{2})(-1)(1) \times \det(A) = -\frac{1}{2}\det(A). We are given det(B)=10\det(B) = 10. So, 10=12det(A)10 = -\frac{1}{2}\det(A). Solving for det(A)\det(A), we multiply both sides by 2-2: det(A)=10×(2)=20\det(A) = 10 \times (-2) = -20.

Question 6

A 4×44 \times 4 matrix AA with det(A)=10\det(A)=10 is converted to an upper triangular matrix UU using the following sequence of row operations: R2R23R1R_2 \to R_2 - 3R_1, then R3R4R_3 \leftrightarrow R_4, and finally R45R4R_4 \to 5R_4. What is the product of the diagonal entries of UU?

  1. 50-50 (correct answer)
  2. 10-10
  3. 2-2
  4. 5050
Explanation: The product of the diagonal entries of an upper triangular matrix UU is equal to its determinant, det(U)\det(U). We need to find the relationship between det(A)\det(A) and det(U)\det(U) by tracking the effects of the row operations.
  1. R2R23R1R_2 \to R_2 - 3R_1: This is a row replacement operation, which does not change the determinant (multiplies by 1).
  2. R3R4R_3 \leftrightarrow R_4: This is a row swap, which multiplies the determinant by 1-1.
  3. R45R4R_4 \to 5R_4: This is row scaling, which multiplies the determinant by 55.
Combining these effects, we have det(U)=(1)×(1)×(5)×det(A)\det(U) = (1) \times (-1) \times (5) \times \det(A). Given det(A)=10\det(A) = 10, we calculate: det(U)=5×10=50\det(U) = -5 \times 10 = -50.

Question 7

Let AA be a 5×55 \times 5 matrix with det(A)=2\det(A) = -2. Matrix BB is obtained from AA by performing the operations R1R3R_1 \leftrightarrow R_3, then R43R4R_4 \to 3R_4, and finally R2R2+R5R_2 \to R_2 + R_5. What is the value of det(B)\det(B)?

  1. 6-6
  2. 2-2
  3. 22
  4. 66 (correct answer)
Explanation: We determine the effect of each row operation on the determinant:
  1. R1R3R_1 \leftrightarrow R_3: Swapping two rows multiplies the determinant by 1-1.
  2. R43R4R_4 \to 3R_4: Multiplying a row by a scalar k=3k=3 multiplies the determinant by 33.
  3. R2R2+R5R_2 \to R_2 + R_5: Adding a multiple of one row to another does not change the determinant (this is equivalent to multiplying by 11).
The determinant of BB is the product of these factors and the determinant of AA: det(B)=(1)×(3)×(1)×det(A)=3×(2)=6\det(B) = (-1) \times (3) \times (1) \times \det(A) = -3 \times (-2) = 6.

Question 8

A 4×44 \times 4 matrix MM has determinant 8-8. Through row reduction to row echelon form, exactly 3 row interchanges were performed, 2 rows were scaled by factors of 12\frac{1}{2} and 13\frac{1}{3} respectively, and row additions were used to create zeros. What is the determinant of the resulting row echelon form matrix?

  1. 43\frac{4}{3}
  2. 43-\frac{4}{3} (correct answer)
  3. 13\frac{1}{3}
  4. 13-\frac{1}{3}
Explanation: Starting with det(M) = -8, we track how each operation affects the determinant: 3 row interchanges multiply by (-1)³ = -1; scaling by 1/2 multiplies by 1/2; scaling by 1/3 multiplies by 1/3; row additions don't change the determinant. So the final determinant is (-8)(-1)(1/2)(1/3) = -4/3. Choice A misses the sign change from odd number of row swaps. Choice C incorrectly calculates the scaling effect. Choice D has the wrong magnitude.

Question 9

During the row reduction of matrix GG to row echelon form, the pivot in the second row is created by first adding 33 times row 1 to row 2, then scaling the new row 2 by 17\frac{1}{7}. If this scaling step were skipped, the determinant of the resulting matrix would be 2121. What is the determinant after the scaling step is performed?

  1. 33 (correct answer)
  2. 2121
  3. 77
  4. 147147
Explanation: The row addition (adding 3 times row 1 to row 2) does not change the determinant, so after this step the determinant is still the same as the original. If skipping the scaling gives determinant 21, this means the determinant after just the row addition is 21. When we then scale row 2 by 1/7, the determinant becomes 21 × (1/7) = 3. Choice B is the determinant before scaling. Choice C would result from scaling by 1/3 instead of 1/7. Choice D would result from multiplying by 7 instead of dividing by 7.

Question 10

Matrix CC can be reduced to row echelon form using only row additions (no scaling or row interchanges needed). If the row echelon form has pivots on the main diagonal with values 2,1,3,42, -1, 3, 4, what is det(C)\det(C)?

  1. 88
  2. 1010
  3. 2424
  4. 24-24 (correct answer)
Explanation: When you encounter a question about determinants and row operations, remember that different row operations affect the determinant in specific ways. Row additions leave the determinant unchanged, while row scaling multiplies it by the scaling factor, and row interchanges multiply it by -1. Since matrix CC can be reduced to row echelon form using only row additions, the determinant remains unchanged throughout the process. This means det(C)\det(C) equals the determinant of its row echelon form. For any matrix in row echelon form, the determinant equals the product of the diagonal entries (the pivots). With pivots 2,1,3,42, -1, 3, 4, we calculate: det(C)=2×(1)×3×4=24\det(C) = 2 \times (-1) \times 3 \times 4 = -24. Looking at the wrong answers: Choice A (88) incorrectly omits the negative sign, perhaps by miscalculating 2×(1)=22 \times (-1) = -2 as positive. Choice B (1010) might result from adding the pivots instead of multiplying them: 2+(1)+3+4=82 + (-1) + 3 + 4 = 8, though this doesn't match exactly. Choice C (2424) makes the most common error—correctly multiplying the absolute values but forgetting that one pivot is negative, so the result should be negative. The key insight is that row additions preserve determinants, making this calculation straightforward. Always remember that for triangular or row echelon matrices, the determinant is simply the product of diagonal entries. Watch for sign errors when negative pivots are involved—they're the most frequent mistake on determinant problems.

Question 11

Matrix AA is obtained from matrix BB by performing the following sequence of row operations: (1) multiply row 2 by 3-3, (2) add 4 times row 1 to row 3, (3) interchange rows 1 and 4. If det(B)=5\det(B) = 5, what is det(A)\det(A)?

  1. 1515 (correct answer)
  2. 15-15
  3. 6060
  4. 60-60
Explanation: Each row operation affects the determinant as follows: (1) Multiplying row 2 by -3 multiplies the determinant by -3, giving det = 5(-3) = -15. (2) Adding 4 times row 1 to row 3 does not change the determinant, so det = -15. (3) Interchanging rows 1 and 4 multiplies the determinant by -1, giving det = (-15)(-1) = 15. Choice B forgets the final row interchange. Choice C incorrectly multiplies by 4 from the row addition. Choice D combines the errors from B and C.

Question 12

Matrix EE undergoes row reduction where exactly nn row swaps are needed to avoid zero pivots, and the final row echelon form has determinant 66. If det(E)=6\det(E) = -6, what can be concluded about nn?

  1. nn must be even and no row scaling was performed during reduction
  2. nn must be even and exactly one row was scaled by 1-1 during reduction
  3. nn must be odd and no row scaling was performed during reduction (correct answer)
  4. nn must be odd and exactly one row was scaled by 1-1 during reduction
Explanation: When you encounter determinant problems involving row operations, remember that each elementary row operation affects the determinant in a predictable way: row swaps multiply the determinant by 1-1, and scaling a row by factor kk multiplies the determinant by kk. Let's trace what happens to the determinant during reduction. Starting with det(E)=6\det(E) = -6, after nn row swaps, the determinant becomes (1)n(6)(-1)^n \cdot (-6). If row scaling occurs, we multiply by the scaling factors. The final determinant equals 66. So we have: (1)n(6)(scaling factors)=6(-1)^n \cdot (-6) \cdot (\text{scaling factors}) = 6 This simplifies to: (1)n+16(scaling factors)=6(-1)^{n+1} \cdot 6 \cdot (\text{scaling factors}) = 6 Therefore: (1)n+1(scaling factors)=1(-1)^{n+1} \cdot (\text{scaling factors}) = 1 For this equation to hold, we need (1)n+1=1(-1)^{n+1} = 1 and scaling factors = 11. Since (1)n+1=1(-1)^{n+1} = 1 when n+1n+1 is even, nn must be odd. The scaling factors equal 11 means no net scaling occurred. Answer C correctly identifies that nn is odd with no row scaling. Answer A incorrectly claims nn is even. Answer B wrongly suggests nn is even and includes unnecessary scaling by 1-1. Answer D incorrectly includes scaling by 1-1, which would give us (1)n+1(1)=(1)n+1=1(-1)^{n+1} \cdot (-1) = -(-1)^{n+1} = 1, requiring nn to be even instead. Study tip: Always track how each row operation transforms the determinant step-by-step. Row swaps contribute factors of 1-1, while scaling contributes the scaling factor itself.

Question 13

Let AA be a 3×33 \times 3 matrix such that det(A)=8\det(A) = 8. A new matrix BB is formed by performing the row operation R24R2R_2 \to 4R_2 on AA. What is det(B)\det(B)?

  1. 22
  2. 88
  3. 3232 (correct answer)
  4. 512512
Explanation: When a single row of a matrix is multiplied by a scalar kk, the determinant of the new matrix is kk times the determinant of the original matrix. In this case, matrix BB is obtained from AA by multiplying the second row by k=4k=4. Therefore, det(B)=4×det(A)=4×8=32\det(B) = 4 \times \det(A) = 4 \times 8 = 32. Distractor (D) 512512 is incorrect; it results from the common mistake of calculating det(4A)=43det(A)=64×8=512\det(4A) = 4^3 \det(A) = 64 \times 8 = 512, which applies when the entire matrix is scaled, not just a single row.

Question 14

Let AA be a 4×44 \times 4 matrix with det(A)=5\det(A) = 5. If matrix BB is obtained from AA by swapping rows 2 and 4, and then adding 3 times row 1 to row 3, what is the determinant of BB?

  1. 15-15
  2. 5-5 (correct answer)
  3. 55
  4. 1515
Explanation: The determinant of a matrix is affected by elementary row operations in specific ways. Swapping two rows multiplies the determinant by 1-1. Adding a multiple of one row to another row does not change the determinant.
  1. The first operation is swapping rows 2 and 4 (R2R4R_2 \leftrightarrow R_4). This changes the determinant by a factor of 1-1. After this step, the determinant is 5×(1)=55 \times (-1) = -5.
  2. The second operation is adding 3 times row 1 to row 3 (R3R3+3R1R_3 \to R_3 + 3R_1). This operation has no effect on the value of the determinant.
Therefore, det(B)=1×det(A)=5\det(B) = -1 \times \det(A) = -5.

Question 15

Let A=(131014002)A = \begin{pmatrix} 1 & 3 & -1 \\ 0 & 1 & 4 \\ 0 & 0 & -2 \end{pmatrix}. A matrix BB is obtained from AA by applying the row operation R1R13R2R_1 \to R_1 - 3R_2. What is det(B)\det(B)?

  1. 6-6
  2. 2-2 (correct answer)
  3. 44
  4. 66
Explanation: The matrix AA is an upper triangular matrix. The determinant of a triangular matrix is the product of its diagonal entries. So, det(A)=(1)(1)(2)=2\det(A) = (1)(1)(-2) = -2. The matrix BB is obtained by the row operation R1R13R2R_1 \to R_1 - 3R_2. This operation adds a multiple of one row to another row. Such operations do not change the value of the determinant. Therefore, det(B)=det(A)=2\det(B) = \det(A) = -2. A student might waste time by computing the new matrix B=(1013014002)B = \begin{pmatrix} 1 & 0 & -13 \\ 0 & 1 & 4 \\ 0 & 0 & -2 \end{pmatrix} and then finding its determinant, which is still (1)(1)(2)=2(1)(1)(-2) = -2.

Question 16

Consider the matrix A=(xyzuvw2xu2yv2zw)A = \begin{pmatrix} x & y & z \\ u & v & w \\ 2x-u & 2y-v & 2z-w \end{pmatrix}. What is the value of det(A)\det(A)?

  1. 00 (correct answer)
  2. 11
  3. 22
  4. Cannot be determined without the values of the variables.
Explanation: The determinant of a matrix is zero if its rows (or columns) are linearly dependent. Let the rows of AA be R1=(x,y,z)R_1 = (x, y, z), R2=(u,v,w)R_2 = (u, v, w), and R3=(2xu,2yv,2zw)R_3 = (2x-u, 2y-v, 2z-w). We can see that R3=2R1R2R_3 = 2R_1 - R_2. We can prove the determinant is zero using row operations that do not change the determinant's value. Let's perform the operation R3R32R1+R2R_3 \to R_3 - 2R_1 + R_2. The new third row will be: (2xu)2(x)+(u)=0(2x-u) - 2(x) + (u) = 0 (2yv)2(y)+(v)=0(2y-v) - 2(y) + (v) = 0 (2zw)2(z)+(w)=0(2z-w) - 2(z) + (w) = 0 The resulting matrix has a row of zeros. The determinant of any matrix with a zero row is 0. Since the row operations did not change the determinant, the original determinant must also be 0.