AP Precalculus Quiz: Inverse And Determinant Of A Matrix
20 questions · exam conditions
0:00
Inverse And Determinant Of A MatrixQuestion 1 of 20

A decoding step needs A1A^{-1} for A=[5121]A=\begin{bmatrix}5&1\\2&1\end{bmatrix}. Using A1=1adbc[dbca]A^{-1}=\frac1{ad-bc}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}, calculate the inverse, if possible.

13[1125]\frac13\begin{bmatrix}1&-1\\-2&5\end{bmatrix}
13[1125]\frac13\begin{bmatrix}1&1\\2&5\end{bmatrix}
17[1125]\frac17\begin{bmatrix}1&-1\\-2&5\end{bmatrix}
13[5121]\frac13\begin{bmatrix}5&-1\\-2&1\end{bmatrix}
← Back to quizzes

AP Precalculus Quiz

AP Precalculus Quiz: Inverse And Determinant Of A Matrix

Practice Inverse And Determinant Of A Matrix in AP 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 Inverse And Determinant Of A Matrix, giving you a quick way to practice the rules, question types, and explanations that matter most for AP 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

A decoding step needs A1A^{-1} for A=[5121]A=\begin{bmatrix}5&1\\2&1\end{bmatrix}. Using A1=1adbc[dbca]A^{-1}=\frac1{ad-bc}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}, calculate the inverse, if possible.

  1. 13[1125]\frac13\begin{bmatrix}1&-1\\-2&5\end{bmatrix} (correct answer)
  2. 13[1125]\frac13\begin{bmatrix}1&1\\2&5\end{bmatrix}
  3. 17[1125]\frac17\begin{bmatrix}1&-1\\-2&5\end{bmatrix}
  4. 13[5121]\frac13\begin{bmatrix}5&-1\\-2&1\end{bmatrix}

Explanation: This question tests AP Precalculus skills involving matrices, specifically calculating inverses using the standard formula for 2×2 matrices. The inverse formula A^(-1) = (1/(ad-bc)) × [d, -b; -c, a] requires first computing the determinant and then applying the adjugate matrix scaled by its reciprocal. In this problem, the matrix A = [5, 1; 2, 1] has determinant det(A) = 5×1 - 1×2 = 5 - 2 = 3, confirming invertibility. Choice A is correct because applying the inverse formula gives A^(-1) = (1/3) × [1, -1; -2, 5] = [1/3, -1/3; -2/3, 5/3]. Choice C incorrectly uses 1/7 as the scalar, suggesting a determinant calculation error of 7 instead of 3. To help students: break down the inverse formula into steps (find det, form adjugate, scale), practice verifying inverses by multiplication, and emphasize sign patterns in the adjugate matrix.

Question 2

Let AA be a square matrix, A1A^{-1} be its inverse, and II be the identity matrix of the same size. Which of the following equations correctly describes the relationship between these matrices?

  1. AA1=IA A^{-1} = I (correct answer)
  2. A+A1=IA + A^{-1} = I
  3. AA1A A^{-1} equals the zero matrix.
  4. det(A)=det(A1)\det(A) = \det(A^{-1})

Explanation: By definition, the product of a square matrix and its inverse is the identity matrix. The relationship is multiplicative, not additive. The product results in the multiplicative identity (the identity matrix), not the additive identity (the zero matrix). The determinant of the inverse is the reciprocal of the original determinant, i.e., det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A), so they are not generally equal.

Question 3

A square matrix MM is said to be invertible if it has an inverse M1M^{-1}. What must be true about the determinant of an invertible matrix MM?

  1. The determinant must be equal to 1.
  2. The determinant must be a positive number.
  3. The determinant must be equal to 0.
  4. The determinant must not be equal to 0. (correct answer)

Explanation: A fundamental property of matrices is that a square matrix is invertible if and only if its determinant is non-zero. The determinant can be any non-zero real number, including negative numbers or numbers other than 1.

Question 4

For what values of kk is the matrix $$C = \begin{pmatrix} k-2 & 3 \ 3 & k+2 \end{pmatrix}

  1. All real numbers kk such that k±13k \neq \pm \sqrt{13} (correct answer)
  2. All real numbers kk such that k=±13k = \pm \sqrt{13}
  3. All real numbers kk such that k0k \neq 0
  4. All real numbers kk

Explanation: A matrix is invertible if its determinant is non-zero. The determinant of CC is (k2)(k+2)(3)(3)=k249=k213(k-2)(k+2) - (3)(3) = k^2 - 4 - 9 = k^2 - 13. For the matrix to be invertible, we must have k2130k^2 - 13 \neq 0, which means k213k^2 \neq 13. Therefore, k±13k \neq \pm \sqrt{13}.

Question 5

The determinant of matrix Q=(28312)Q = \begin{pmatrix} -2 & 8 \\ 3 & -12 \end{pmatrix} is 0. What does this indicate about the column vectors v1=(23)\vec{v}_1 = \begin{pmatrix} -2 \\ 3 \end{pmatrix} and $$\vec{v}_2 = \begin{pmatrix} 8 \ -12 \end{pmatrix}

  1. The vectors are perpendicular.
  2. The vectors are parallel. (correct answer)
  3. The vectors have the same magnitude.
  4. The vectors form the sides of a square.

Explanation: If the determinant of a 2×22 \times 2 matrix is zero, the column (and row) vectors are linearly dependent, which means they are parallel (or collinear). In this case, v2=4v1\vec{v}_2 = -4\vec{v}_1. Perpendicular vectors would have a dot product of zero. The magnitudes are different, and they do not necessarily form a square.

Question 6

For what value of xx is the matrix $$A = \begin{pmatrix} x & 6 \ 2 & 3 \end{pmatrix}

  1. x=2x=2
  2. x=3x=3
  3. x=4x=4 (correct answer)
  4. x=6x=6

Explanation: A matrix is not invertible (it is singular) if its determinant is zero. The determinant of matrix AA is (x)(3)(6)(2)=3x12(x)(3) - (6)(2) = 3x - 12. Setting the determinant equal to zero gives 3x12=03x - 12 = 0, which solves to 3x=123x = 12, so x=4x = 4.

Question 7

The column vectors of the matrix $$P = \begin{pmatrix} 5 & 2 \ 1 & 3 \end{pmatrix}

  1. 1111
  2. 1313 (correct answer)
  3. 1717
  4. 2121

Explanation: The area of the parallelogram formed by the column vectors of a 2×22 \times 2 matrix is the absolute value of its determinant. The determinant of PP is (5)(3)(2)(1)=152=13(5)(3) - (2)(1) = 15 - 2 = 13. The area is 13=13|13| = 13 square units.

Question 8

Let A=(4172)A = \begin{pmatrix} 4 & 1 \\ 7 & 2 \end{pmatrix} . Which of the following is the determinant of the inverse matrix, A1A^{-1}?

  1. 11 (correct answer)
  2. 1-1
  3. 1515
  4. 15-15

Explanation: The determinant of an inverse matrix is the reciprocal of the determinant of the original matrix, i.e., det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A). First, find the determinant of AA: det(A)=(4)(2)(1)(7)=87=1\det(A) = (4)(2) - (1)(7) = 8 - 7 = 1. Then, the determinant of A1A^{-1} is 1/1=11/1 = 1.

Question 9

The parallelogram defined by vectors u=(x2)\vec{u} = \begin{pmatrix} x \\ 2 \end{pmatrix} and v=(53)\vec{v} = \begin{pmatrix} 5 \\ 3 \end{pmatrix} has an area of 7 square units. Which of the following is a possible value for xx?

  1. 11 (correct answer)
  2. 33
  3. 77
  4. 1717

Explanation: The area of the parallelogram is the absolute value of the determinant of the matrix formed by the vectors: Area=det(x523)=3x10=7Area = |\det \begin{pmatrix} x & 5 \\ 2 & 3 \end{pmatrix}| = |3x - 10| = 7. This gives two possibilities: 3x10=73x - 10 = 7 or 3x10=73x - 10 = -7. The first equation gives 3x=173x = 17, so x=17/3x = 17/3. The second equation gives 3x=33x = 3, so x=1x = 1. Of the choices given, 11 is a possible value.

Question 10

Two transforms are A=[1234]A=\begin{bmatrix}1&2\\3&4\end{bmatrix} and B=[2412]B=\begin{bmatrix}2&4\\1&2\end{bmatrix}. Since invertible means det0\det\neq0, which of these matrices is invertible?

  1. Only AA is invertible (correct answer)
  2. Only BB is invertible
  3. Both AA and BB are invertible
  4. Neither AA nor BB is invertible

Explanation: This question tests AP Precalculus skills involving matrices, specifically determining invertibility by calculating determinants of multiple matrices. A matrix is invertible if and only if its determinant is non-zero, requiring separate calculations for each matrix. In this problem, for A = [[1,2],[3,4]], det(A) = 1(4) - 2(3) = 4 - 6 = -2 ≠ 0, so A is invertible; for B = [[2,4],[1,2]], det(B) = 2(2) - 4(1) = 4 - 4 = 0, so B is not invertible. Choice A is correct because only matrix A has a non-zero determinant. Choice B incorrectly identifies B as invertible, choice C claims both are invertible despite B having det = 0, and choice D claims neither is invertible despite A having det ≠ 0. To help students: calculate determinants systematically for each matrix, recognize that proportional rows (in B, row 1 = 2×row 2) always yield det = 0, and practice identifying invertible vs. non-invertible matrices quickly.

Question 11

A coordinate change uses A=[0213]A=\begin{bmatrix}0&2\\-1&3\end{bmatrix}. Using A1=1adbc[dbca]A^{-1}=\frac1{ad-bc}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}, calculate the inverse of AA, if possible.​

  1. 12[3210]\frac12\begin{bmatrix}3&-2\\1&0\end{bmatrix} (correct answer)
  2. 12[3210]\frac12\begin{bmatrix}3&2\\1&0\end{bmatrix}
  3. 12[0213]\frac12\begin{bmatrix}0&-2\\1&3\end{bmatrix}
  4. 12[3210]\frac12\begin{bmatrix}3&-2\\-1&0\end{bmatrix}

Explanation: This question tests AP Precalculus skills involving matrices, specifically calculating the inverse of a 2x2 matrix using the standard formula. The inverse formula for matrix [[a,b],[c,d]] is (1/(ad-bc))[[d,-b],[-c,a]], requiring careful attention to sign changes and position swaps. In this problem, A = [[0,2],[-1,3]] has det(A) = (0)(3) - (2)(-1) = 0 + 2 = 2, so A^(-1) = (1/2)[[3,-2],[-(-1),0]] = (1/2)[[3,-2],[1,0]]. Choice A is correct because it properly applies the formula with correct signs and positions. Choice B has the wrong sign for -b, choice C incorrectly swaps more elements than required, and choice D has the wrong sign for -c. To help students: memorize the pattern of swapping diagonal elements and negating off-diagonal elements, practice verifying inverses by multiplication, and check determinant calculations carefully.

Question 12

A system solver uses A=[1236]A=\begin{bmatrix}1&-2\\3&-6\end{bmatrix}. Since AA is invertible only if det(A)0\det(A)\neq0, what is the determinant of the matrix?​

  1. 1212
  2. 00 (correct answer)
  3. 12-12
  4. 3-3

Explanation: This question tests AP Precalculus skills involving matrices, specifically calculating the determinant and recognizing when a matrix is not invertible. The determinant of a 2x2 matrix determines whether the matrix is invertible, with det = 0 meaning the matrix is singular (not invertible). In this problem, the matrix A = [[1,-2],[3,-6]] has det(A) = (1)(-6) - (-2)(3) = -6 + 6 = 0. Choice B is correct because the determinant equals 0, which means A is not invertible and cannot be used to solve systems uniquely. Choices A and C represent calculation errors, while choice D (-3) might come from dividing one row by another. To help students: identify proportional rows (row 2 = 3×row 1), recognize that proportional rows always yield det = 0, and understand the connection to linear dependence.

Question 13

A student claims det[2314]=24+31=11\det\begin{bmatrix}2&3\\1&4\end{bmatrix}=2\cdot4+3\cdot1=11. Identify the error in the matrix operation shown.

  1. Used ad+bcad+bc instead of adbcad-bc (correct answer)
  2. Swapped rows before multiplying diagonals
  3. Determinant is always 00 for 2×22\times2
  4. Should compute a+b+c+da+b+c+d for determinant

Explanation: This question tests AP Precalculus skills involving matrices, specifically identifying errors in determinant calculations. The correct determinant formula for a 2×2 matrix [a, b; c, d] is ad - bc, requiring subtraction of the off-diagonal product from the main diagonal product. In this problem, the student incorrectly calculated det([2, 3; 1, 4]) as 2×4 + 3×1 = 11, using addition instead of subtraction. Choice A is correct because the error is using ad + bc instead of ad - bc; the correct calculation should be 2×4 - 3×1 = 8 - 3 = 5. Choice B about swapping rows is incorrect as that would change the matrix entirely, not just the operation used. To help students: use visual aids showing the diagonal products with subtraction signs, create mnemonics like 'main minus off', and practice identifying common calculation errors in peer work.

Question 14

A sensor calibration uses A=[1224]A=\begin{bmatrix}1&2\\2&4\end{bmatrix}. Because det(A)=0\det(A)=0 means not invertible, how does the determinant affect invertibility?

  1. Invertible, since det(A)=0\det(A)=0
  2. Not invertible, since det(A)=0\det(A)=0 (correct answer)
  3. Invertible, since det(A)0\det(A)\neq0
  4. Not invertible, since det(A)=1\det(A)=1

Explanation: This question tests AP Precalculus skills involving matrices, specifically understanding the relationship between determinants and invertibility. A matrix is invertible if and only if its determinant is non-zero; when det(A) = 0, the matrix is singular and has no inverse. In this problem, the matrix A = [1, 2; 2, 4] is used, requiring determinant calculation: det(A) = 1×4 - 2×2 = 4 - 4 = 0. Choice B is correct because the determinant equals zero, which means the matrix is not invertible. Choice A incorrectly states the matrix is invertible despite acknowledging det(A) = 0, showing a fundamental misunderstanding of the invertibility condition. To help students: emphasize that det(A) = 0 is the exact condition for non-invertibility, explain that such matrices represent transformations that collapse dimensions, and practice identifying dependent rows or columns that lead to zero determinants.

Question 15

A 2D graphics transform uses A=[3121]A=\begin{bmatrix}3&1\\2&1\end{bmatrix}. Since A1A^{-1} exists only if det(A)0\det(A)\neq0, what is det(A)\det(A)?

  1. 1-1
  2. 11 (correct answer)
  3. 55
  4. 00

Explanation: This question tests AP Precalculus skills involving matrices, specifically calculating the determinant of a 2x2 matrix. The determinant of a 2x2 matrix with entries [[a,b],[c,d]] is calculated as ad-bc, and a matrix is invertible if and only if its determinant is non-zero. In this problem, the matrix A = [[3,1],[2,1]] is given, requiring us to calculate det(A) = (3)(1) - (1)(2) = 3 - 2 = 1. Choice B is correct because the determinant equals 1, which is non-zero, confirming that A^(-1) exists. Choice D (det = 0) is incorrect as it would mean the matrix is not invertible, while choices A and C represent common arithmetic errors in the determinant calculation. To help students: emphasize the determinant formula ad-bc, practice with various 2x2 matrices, and reinforce the connection between non-zero determinants and invertibility.

Question 16

A triangle's area scale factor equals det(A)|\det(A)| for A=[2314]A=\begin{bmatrix}2&3\\1&4\end{bmatrix}. What is the determinant of the matrix given in the passage?

  1. 55 (correct answer)
  2. 1111
  3. 5-5
  4. 00

Explanation: This question tests AP Precalculus skills involving matrices, specifically calculating the determinant of a 2x2 matrix in a geometric context. The determinant of a transformation matrix represents the scale factor for areas, with |det(A)| giving the absolute scaling factor. In this problem, the matrix A = [[2,3],[1,4]] requires calculating det(A) = (2)(4) - (3)(1) = 8 - 3 = 5. Choice A is correct because the determinant equals 5, which means areas are scaled by a factor of |5| = 5. Choice B (11) represents the sum 2+3+1+4 rather than the determinant formula, choice C (-5) has the wrong sign, and choice D (0) would mean the transformation collapses areas to zero. To help students: emphasize the geometric meaning of determinants, practice the ad-bc formula, and connect algebraic calculations to their geometric interpretations.

Question 17

A mixing model uses A=[4121]A=\begin{bmatrix}4&-1\\2&1\end{bmatrix}. Using A1=1adbc[dbca]A^{-1}=\frac1{ad-bc}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}, calculate A1A^{-1}, if possible.​

  1. 16[1124]\frac16\begin{bmatrix}1&1\\-2&4\end{bmatrix} (correct answer)
  2. 16[1124]\frac16\begin{bmatrix}1&-1\\-2&4\end{bmatrix}
  3. 13[1124]\frac13\begin{bmatrix}1&1\\-2&4\end{bmatrix}
  4. 16[4121]\frac16\begin{bmatrix}4&1\\2&1\end{bmatrix}

Explanation: This question tests AP Precalculus skills involving matrices, specifically calculating the inverse of a 2x2 matrix using the formula. The inverse of a 2x2 matrix [[a,b],[c,d]] is given by (1/(ad-bc))[[d,-b],[-c,a]], provided the determinant is non-zero. In this problem, the matrix A = [[4,-1],[2,1]] requires us to first find det(A) = (4)(1) - (-1)(2) = 4 + 2 = 6, then apply the inverse formula. Choice A is correct because A^(-1) = (1/6)[[1,-(-1)],[-2,4]] = (1/6)[[1,1],[-2,4]], properly applying the formula with correct sign changes. Choice B incorrectly handles the sign of -b, choice C uses the wrong scalar (1/3 instead of 1/6), and choice D doesn't follow the inverse formula structure at all. To help students: practice identifying a, b, c, d in the matrix, emphasize sign changes in the formula, and verify results by checking that AA^(-1) = I.

Question 18

Two transformations use A=[1234]A=\begin{bmatrix}1&2\\3&4\end{bmatrix} and B=[1224]B=\begin{bmatrix}1&2\\2&4\end{bmatrix}. Since det0\det\neq0 implies invertible, which of these matrices is invertible?

  1. Only BB is invertible
  2. Neither AA nor BB is invertible
  3. Only AA is invertible (correct answer)
  4. Both AA and BB are invertible

Explanation: This question tests AP Precalculus skills involving matrices, specifically determining invertibility by calculating and comparing determinants. A matrix is invertible if and only if its determinant is non-zero, requiring separate calculations for each matrix. In this problem, matrix A = [1, 2; 3, 4] has det(A) = 1×4 - 2×3 = 4 - 6 = -2 ≠ 0, so A is invertible, while matrix B = [1, 2; 2, 4] has det(B) = 1×4 - 2×2 = 4 - 4 = 0, so B is not invertible. Choice C is correct because only matrix A has a non-zero determinant and is therefore invertible. Choice D incorrectly claims both are invertible, missing that B has proportional rows (row 2 = 2×row 1) leading to zero determinant. To help students: practice recognizing dependent rows/columns that yield zero determinants, systematically check each matrix separately, and understand that invertibility is a binary property based solely on whether det ≠ 0.

Question 19

Let M=(ln2ln3ln4ln9)M = \begin{pmatrix} \ln 2 & \ln 3 \\ \ln 4 & \ln 9 \end{pmatrix} . What is the determinant of MM?

  1. 00 (correct answer)
  2. ln2\ln 2
  3. 11
  4. (ln3)2(\ln 3)^2

Explanation: The determinant is (ln2)(ln9)(ln3)(ln4)(\ln 2)(\ln 9) - (\ln 3)(\ln 4). Using logarithm properties, we can rewrite this as (ln2)(ln32)(ln3)(ln22)(\ln 2)(\ln 3^2) - (\ln 3)(\ln 2^2). This simplifies to (ln2)(2ln3)(ln3)(2ln2)(\ln 2)(2 \ln 3) - (\ln 3)(2 \ln 2). Both terms are equal to 2(ln2)(ln3)2(\ln 2)(\ln 3), so their difference is 0. Therefore, the determinant is 0.

Question 20

What is the determinant of the matrix R=(sinθcosθcosθsinθ)R = \begin{pmatrix} \sin\theta & \cos\theta \\ -\cos\theta & \sin\theta \end{pmatrix} for any real number θ\theta?

  1. 00
  2. 11 (correct answer)
  3. sin(2θ)\sin(2\theta)
  4. cos(2θ)\cos(2\theta)

Explanation: The determinant is calculated as adbcad-bc. For matrix RR, this is (sinθ)(sinθ)(cosθ)(cosθ)=sin2θ+cos2θ(\sin\theta)(\sin\theta) - (\cos\theta)(-\cos\theta) = \sin^2\theta + \cos^2\theta. According to the Pythagorean identity, sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 for any real number θ\theta.