Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

← Back to quizzes

AP Precalculus Quiz

AP Precalculus Quiz: Matrices

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

Question 1 / 14

0 of 14 answered

If A=(5221)A = \begin{pmatrix} 5 & 2 \\ 2 & 1 \end{pmatrix}A=(52​21​) and AX=(31)AX = \begin{pmatrix} 3 \\ 1 \end{pmatrix}AX=(31​), what is the matrix XXX?

Select an answer to continue

What this quiz covers

This quiz focuses on Matrices, 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

If A=(5221)A = \begin{pmatrix} 5 & 2 \\ 2 & 1 \end{pmatrix}A=(52​21​) and AX=(31)AX = \begin{pmatrix} 3 \\ 1 \end{pmatrix}AX=(31​), what is the matrix XXX?

  1. (1−1)\begin{pmatrix} 1 \\ -1 \end{pmatrix}(1−1​) (correct answer)
  2. (11)\begin{pmatrix} 1 \\ 1 \end{pmatrix}(11​)
  3. (177)\begin{pmatrix} 17 \\ 7 \end{pmatrix}(177​)
  4. (−11)\begin{pmatrix} -1 \\ 1 \end{pmatrix}(−11​)

Explanation: To solve for XXX, we must find the inverse of AAA and multiply it by the resulting matrix. X=A−1(31)X = A^{-1} \begin{pmatrix} 3 \\ 1 \end{pmatrix}X=A−1(31​). The determinant of AAA is det⁡(A)=(5)(1)−(2)(2)=5−4=1\det(A) = (5)(1) - (2)(2) = 5-4 = 1det(A)=(5)(1)−(2)(2)=5−4=1. The inverse of AAA is A−1=11(1−2−25)=(1−2−25)A^{-1} = \frac{1}{1} \begin{pmatrix} 1 & -2 \\ -2 & 5 \end{pmatrix} = \begin{pmatrix} 1 & -2 \\ -2 & 5 \end{pmatrix}A−1=11​(1−2​−25​)=(1−2​−25​). Now, we compute X=(1−2−25)(31)=((1)(3)+(−2)(1)(−2)(3)+(5)(1))=(3−2−6+5)=(1−1)X = \begin{pmatrix} 1 & -2 \\ -2 & 5 \end{pmatrix} \begin{pmatrix} 3 \\ 1 \end{pmatrix} = \begin{pmatrix} (1)(3) + (-2)(1) \\ (-2)(3) + (5)(1) \end{pmatrix} = \begin{pmatrix} 3-2 \\ -6+5 \end{pmatrix} = \begin{pmatrix} 1 \\ -1 \end{pmatrix}X=(1−2​−25​)(31​)=((1)(3)+(−2)(1)(−2)(3)+(5)(1)​)=(3−2−6+5​)=(1−1​)

Question 2

A city's population is distributed between its urban center and its suburbs. Each year, 5% of the urban population moves to the suburbs, and 3% of the suburban population moves to the urban center.

Let uku_kuk​ and sks_ksk​ be the populations of the urban center and suburbs in year kkk, respectively. Let the state vector be v⃗k=(uksk)\vec{v}_k = \begin{pmatrix} u_k \\ s_k \end{pmatrix}vk​=(uk​sk​​). Which matrix TTT models this yearly transition, such that v⃗k+1=Tv⃗k\vec{v}_{k+1} = T\vec{v}_kvk+1​=Tvk​?

  1. (0.950.030.050.97)\begin{pmatrix} 0.95 & 0.03 \\ 0.05 & 0.97 \end{pmatrix}(0.950.05​0.030.97​) (correct answer)
  2. (0.950.050.030.97)\begin{pmatrix} 0.95 & 0.05 \\ 0.03 & 0.97 \end{pmatrix}(0.950.03​0.050.97​)
  3. (0.050.970.950.03)\begin{pmatrix} 0.05 & 0.97 \\ 0.95 & 0.03 \end{pmatrix}(0.050.95​0.970.03​)
  4. (−0.050.030.05−0.03)\begin{pmatrix} -0.05 & 0.03 \\ 0.05 & -0.03 \end{pmatrix}(−0.050.05​0.03−0.03​)

Explanation: The new urban population, uk+1u_{k+1}uk+1​, consists of 95% of the old urban population that stays (0.95uk0.95u_k0.95uk​) plus 3% of the suburban population that moves in (0.03sk0.03s_k0.03sk​). So, uk+1=0.95uk+0.03sku_{k+1} = 0.95u_k + 0.03s_kuk+1​=0.95uk​+0.03sk​. The new suburban population, sk+1s_{k+1}sk+1​, consists of 5% of the urban population that moves out (0.05uk0.05u_k0.05uk​) plus 97% of the old suburban population that stays (0.97sk0.97s_k0.97sk​). So, sk+1=0.05uk+0.97sks_{k+1} = 0.05u_k + 0.97s_ksk+1​=0.05uk​+0.97sk​. The transition matrix is therefore (0.950.030.050.97)\begin{pmatrix} 0.95 & 0.03 \\ 0.05 & 0.97 \end{pmatrix}(0.950.05​0.030.97​)

Question 3

Which of the following functions L:R2→R2L: \mathbb{R}^2 \to \mathbb{R}^2L:R2→R2 is NOT a linear transformation?

  1. L(x,y)=(x,y)L(x, y) = (x, y)L(x,y)=(x,y)
  2. L(x,y)=(y,x)L(x, y) = (y, x)L(x,y)=(y,x)
  3. L(x,y)=(x,5)L(x, y) = (x, 5)L(x,y)=(x,5) (correct answer)
  4. L(x,y)=(0,0)L(x, y) = (0, 0)L(x,y)=(0,0)

Explanation: A linear transformation must map the zero vector to the zero vector, i.e., L(0,0)=(0,0)L(0,0) = (0,0)L(0,0)=(0,0). For choice C, L(0,0)=(0,5)L(0,0) = (0,5)L(0,0)=(0,5), which is not the zero vector. Therefore, it is not a linear transformation. All other choices satisfy the properties of linear transformations. A is the identity, B is a reflection, and D is the zero transformation.

Question 4

Let A=(10−21)A = \begin{pmatrix} 1 & 0 \\ -2 & 1 \end{pmatrix}A=(1−2​01​) and B=(1301)B = \begin{pmatrix} 1 & 3 \\ 0 & 1 \end{pmatrix}B=(10​31​). Which matrix represents the product BABABA?

  1. (13−21)\begin{pmatrix} 1 & 3 \\ -2 & 1 \end{pmatrix}(1−2​31​)
  2. (−53−21)\begin{pmatrix} -5 & 3 \\ -2 & 1 \end{pmatrix}(−5−2​31​) (correct answer)
  3. (10−2−5)\begin{pmatrix} 1 & 0 \\ -2 & -5 \end{pmatrix}(1−2​0−5​)
  4. (13−2−5)\begin{pmatrix} 1 & 3 \\ -2 & -5 \end{pmatrix}(1−2​3−5​)

Explanation: To find the product BABABA, we multiply matrix B by matrix A. BA=(1301)(10−21)=((1)(1)+(3)(−2)(1)(0)+(3)(1)(0)(1)+(1)(−2)(0)(0)+(1)(1))=(1−60+30−20+1)=(−53−21)BA = \begin{pmatrix} 1 & 3 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ -2 & 1 \end{pmatrix} = \begin{pmatrix} (1)(1)+(3)(-2) & (1)(0)+(3)(1) \\ (0)(1)+(1)(-2) & (0)(0)+(1)(1) \end{pmatrix} = \begin{pmatrix} 1-6 & 0+3 \\ 0-2 & 0+1 \end{pmatrix} = \begin{pmatrix} -5 & 3 \\ -2 & 1 \end{pmatrix}BA=(10​31​)(1−2​01​)=((1)(1)+(3)(−2)(0)(1)+(1)(−2)​(1)(0)+(3)(1)(0)(0)+(1)(1)​)=(1−60−2​0+30+1​)=(−5−2​31​)

Question 5

The linear transformation LLL has an associated matrix A=(2513)A = \begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}A=(21​53​). What is the matrix associated with the inverse transformation L−1L^{-1}L−1?

  1. (3−5−12)\begin{pmatrix} 3 & -5 \\ -1 & 2 \end{pmatrix}(3−1​−52​) (correct answer)
  2. (−351−2)\begin{pmatrix} -3 & 5 \\ 1 & -2 \end{pmatrix}(−31​5−2​)
  3. (3512)\begin{pmatrix} 3 & 5 \\ 1 & 2 \end{pmatrix}(31​52​)
  4. (2−5−13)\begin{pmatrix} 2 & -5 \\ -1 & 3 \end{pmatrix}(2−1​−53​)

Explanation: The matrix associated with the inverse transformation L−1L^{-1}L−1 is the inverse of the matrix AAA, denoted A−1A^{-1}A−1. First, we calculate the determinant of AAA: det⁡(A)=(2)(3)−(5)(1)=6−5=1\det(A) = (2)(3) - (5)(1) = 6-5=1det(A)=(2)(3)−(5)(1)=6−5=1. The inverse matrix is given by A−1=1det⁡(A)(d−b−ca)A^{-1} = \frac{1}{\det(A)} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}A−1=det(A)1​(d−c​−ba​). Substituting the values, we get A−1=11(3−5−12)=(3−5−12)A^{-1} = \frac{1}{1} \begin{pmatrix} 3 & -5 \\ -1 & 2 \end{pmatrix} = \begin{pmatrix} 3 & -5 \\ -1 & 2 \end{pmatrix}A−1=11​(3−1​−52​)=(3−1​−52​)

Question 6

In network analysis, A=(011100100)A=\begin{pmatrix}0&1&1\\1&0&0\\1&0&0\end{pmatrix}A=​011​100​100​​ is an adjacency matrix; what does det⁡(A)\det(A)det(A) indicate about invertibility?

  1. det⁡(A)=0\det(A)=0det(A)=0, so AAA is not invertible. (correct answer)
  2. det⁡(A)=2\det(A)=2det(A)=2, so AAA is not invertible.
  3. det⁡(A)=0\det(A)=0det(A)=0, so AAA is invertible.
  4. det⁡(A)=−2\det(A)=-2det(A)=−2, so AAA is invertible.

Explanation: This question tests AP Precalculus skills, specifically understanding determinants and matrix invertibility in network analysis. The determinant of a matrix indicates whether the matrix has an inverse: a matrix is invertible if and only if its determinant is non-zero. In this adjacency matrix representing network connections, we calculate det(A) by expansion: det(A) = 0×(0×0 - 0×0) - 1×(1×0 - 1×0) + 1×(1×0 - 0×1) = 0. Choice A is correct because det(A) = 0, which means the matrix is singular (not invertible), indicating the network has redundant paths or dependencies. Choice D incorrectly calculates the determinant as -2, likely from arithmetic errors in the expansion. To help students: Practice determinant calculation using cofactor expansion and verify results using row reduction. Emphasize the connection between zero determinant and linear dependence in real-world networks.

Question 7

In an input-output model, A=(0.20.10.30.2)A=\begin{pmatrix}0.2&0.1\\0.3&0.2\end{pmatrix}A=(0.20.3​0.10.2​) and demand d⃗=(5040)\vec d=\begin{pmatrix}50\\40\end{pmatrix}d=(5040​); what is Ad⃗A\vec dAd?

  1. (1423)\begin{pmatrix}14\\23\end{pmatrix}(1423​) (correct answer)
  2. (1323)\begin{pmatrix}13\\23\end{pmatrix}(1323​)
  3. (1422)\begin{pmatrix}14\\22\end{pmatrix}(1422​)
  4. (2314)\begin{pmatrix}23\\14\end{pmatrix}(2314​)

Explanation: This question tests AP Precalculus skills, specifically understanding matrix multiplication in economic input-output models. In these models, the matrix A represents production coefficients showing how much of each sector's output is needed per unit of the other sector's production. The calculation Ad represents intermediate demand when final demand is d. Choice A is correct because Ad = (0.2×50 + 0.1×40, 0.3×50 + 0.2×40) = (10+4, 15+8) = (14, 23), showing how much of each sector's output is consumed internally. Choice B has an arithmetic error in the first component, computing 13 instead of 14. To help students: Break down matrix multiplication into dot products of rows with the vector, and interpret results in the economic context. Practice with decimal coefficients to build computational accuracy.

Question 8

In transformation geometry, which matrix corresponds to a reflection across the yyy-axis acting on vectors (xy)\begin{pmatrix}x\\y\end{pmatrix}(xy​)?

  1. (−1001)\begin{pmatrix}-1&0\\0&1\end{pmatrix}(−10​01​) (correct answer)
  2. (100−1)\begin{pmatrix}1&0\\0&-1\end{pmatrix}(10​0−1​)
  3. (0110)\begin{pmatrix}0&1\\1&0\end{pmatrix}(01​10​)
  4. (0−110)\begin{pmatrix}0&-1\\1&0\end{pmatrix}(01​−10​)

Explanation: This question tests AP Precalculus skills, specifically identifying transformation matrices for geometric reflections. Reflection across the y-axis is a fundamental transformation that negates x-coordinates while preserving y-coordinates, transforming (x,y) to (-x,y). Choice A is correct because the matrix (-1,0; 0,1) performs exactly this transformation: when applied to (x,y), it yields (-1×x + 0×y, 0×x + 1×y) = (-x,y). Choice B represents reflection across the x-axis, while choices C and D represent different transformations entirely. To help students: Memorize standard transformation matrices and verify them by testing on simple vectors like (1,0) and (0,1). Visualize transformations by plotting several points and their images to build geometric intuition.

Question 9

In transformation geometry, A=(0−110)A=\begin{pmatrix}0&-1\\1&0\end{pmatrix}A=(01​−10​) acts on v⃗=(4−2)\vec v=\begin{pmatrix}4\\-2\end{pmatrix}v=(4−2​); what is Av⃗A\vec vAv?

  1. (24)\begin{pmatrix}2\\4\end{pmatrix}(24​) (correct answer)
  2. (−24)\begin{pmatrix}-2\\4\end{pmatrix}(−24​)
  3. (2−4)\begin{pmatrix}2\\-4\end{pmatrix}(2−4​)
  4. (−42)\begin{pmatrix}-4\\2\end{pmatrix}(−42​)

Explanation: This question tests AP Precalculus skills, specifically understanding matrix transformations in geometry. The given matrix A represents a 90-degree counterclockwise rotation, a fundamental transformation in computer graphics and physics. In transformation geometry, this matrix rotates vectors by swapping and negating coordinates according to the pattern (x,y) → (-y,x). Choice A is correct because Av = (0×4 + (-1)×(-2), 1×4 + 0×(-2)) = (2, 4), which represents the original vector (4,-2) rotated 90 degrees counterclockwise. Choice B incorrectly negates the first component, likely from a sign error in multiplication. To help students: Visualize transformations by plotting original and transformed vectors, and memorize common transformation matrices like rotations and reflections. Practice verifying results by checking that rotation preserves vector length.

Question 10

In an input-output model, x⃗(p)=(p+23p−1)\vec x(p)=\begin{pmatrix}p+2\\3p-1\end{pmatrix}x(p)=(p+23p−1​) gives sector outputs; if ppp increases by 1, how does x⃗\vec xx change?

  1. It increases by (13)\begin{pmatrix}1\\3\end{pmatrix}(13​). (correct answer)
  2. It increases by (31)\begin{pmatrix}3\\1\end{pmatrix}(31​).
  3. It increases by (11)\begin{pmatrix}1\\1\end{pmatrix}(11​).
  4. It increases by (23)\begin{pmatrix}2\\3\end{pmatrix}(23​).

Explanation: This question tests AP Precalculus skills, specifically understanding vector-valued functions with parameters. Vector functions can model systems where multiple quantities depend on a single parameter, common in economics and engineering. In this input-output model, x(p) gives sector outputs as functions of parameter p, where the first sector produces p+2 units and the second produces 3p-1 units. Choice A is correct because when p increases by 1, the first component changes from p+2 to (p+1)+2 = p+3, an increase of 1, and the second component changes from 3p-1 to 3(p+1)-1 = 3p+2, an increase of 3. Choice B incorrectly reverses the components, a common error when students don't carefully track which function corresponds to which sector. To help students: Emphasize systematic substitution and encourage checking work by computing specific examples. Practice interpreting parameter changes in various contexts to build intuition.

Question 11

The number of users for two social media platforms, Plato and Aristotle, is modeled by a state vector v⃗k=(PkAk)\vec{v}_k = \begin{pmatrix} P_k \\ A_k \end{pmatrix}vk​=(Pk​Ak​​). The monthly change in users is modeled by the transition matrix T=(0.90.20.10.8)T = \begin{pmatrix} 0.9 & 0.2 \\ 0.1 & 0.8 \end{pmatrix}T=(0.90.1​0.20.8​).

In a given month (month 0), Plato has 3000 users and Aristotle has 5000 users. According to the model, how many users will Aristotle have in the next month (month 1)?

  1. 370037003700
  2. 430043004300 (correct answer)
  3. 530053005300
  4. 270027002700

Explanation: The initial state vector is v⃗0=(30005000)\vec{v}_0 = \begin{pmatrix} 3000 \\ 5000 \end{pmatrix}v0​=(30005000​). The state vector for the next month is v⃗1=Tv⃗0\vec{v}_1 = T\vec{v}_0v1​=Tv0​. We calculate: v⃗1=(0.90.20.10.8)(30005000)=(0.9(3000)+0.2(5000)0.1(3000)+0.8(5000))=(2700+1000300+4000)=(37004300)\vec{v}_1 = \begin{pmatrix} 0.9 & 0.2 \\ 0.1 & 0.8 \end{pmatrix} \begin{pmatrix} 3000 \\ 5000 \end{pmatrix} = \begin{pmatrix} 0.9(3000) + 0.2(5000) \\ 0.1(3000) + 0.8(5000) \end{pmatrix} = \begin{pmatrix} 2700 + 1000 \\ 300 + 4000 \end{pmatrix} = \begin{pmatrix} 3700 \\ 4300 \end{pmatrix}v1​=(0.90.1​0.20.8​)(30005000​)=(0.9(3000)+0.2(5000)0.1(3000)+0.8(5000)​)=(2700+1000300+4000​)=(37004300​). The number of users for Aristotle in month 1 will be 4300.

Question 12

Let AAA and BBB be n×nn \times nn×n matrices where n>1n > 1n>1. Which of the following statements about matrix operations is not always true?

  1. A(B+C)=AB+ACA(B+C) = AB + ACA(B+C)=AB+AC, where CCC is an n×nn \times nn×n matrix.
  2. (AB)T=BTAT(AB)^T = B^T A^T(AB)T=BTAT, where TTT denotes the transpose.
  3. A+B=B+AA + B = B + AA+B=B+A
  4. AB=BAAB = BAAB=BA (correct answer)

Explanation: Matrix multiplication is not commutative in general. While it is true for some specific matrices, it is not always true that AB=BAAB = BAAB=BA. The other three statements are standard properties of matrix operations: (A) is the distributive property, (B) is the property of the transpose of a product, and (C) is the commutative property of matrix addition.

Question 13

The population of a species of fish is divided into two age groups: juvenile (up to 1 year old) and adult. Each year, 80% of juveniles survive to become adults. Each year, 60% of adults survive, and each adult produces an average of 3 new juveniles.

Let jkj_kjk​ be the number of juveniles and aka_kak​ be the number of adults in year kkk. The state vector is v⃗k=(jkak)\vec{v}_k = \begin{pmatrix} j_k \\ a_k \end{pmatrix}vk​=(jk​ak​​). Which Leslie matrix LLL models this population change, such that v⃗k+1=Lv⃗k\vec{v}_{k+1} = L\vec{v}_kvk+1​=Lvk​?

  1. (030.80.6)\begin{pmatrix} 0 & 3 \\ 0.8 & 0.6 \end{pmatrix}(00.8​30.6​) (correct answer)
  2. (0.8030.6)\begin{pmatrix} 0.8 & 0 \\ 3 & 0.6 \end{pmatrix}(0.83​00.6​)
  3. (0.60.830)\begin{pmatrix} 0.6 & 0.8 \\ 3 & 0 \end{pmatrix}(0.63​0.80​)
  4. (00.830.6)\begin{pmatrix} 0 & 0.8 \\ 3 & 0.6 \end{pmatrix}(03​0.80.6​)

Explanation: The number of juveniles in the next year (jk+1j_{k+1}jk+1​) is determined by the number of new juveniles produced by adults. Each adult produces 3 juveniles, so jk+1=3ak=0jk+3akj_{k+1} = 3a_k = 0j_k + 3a_kjk+1​=3ak​=0jk​+3ak​. The number of adults in the next year (ak+1a_{k+1}ak+1​) is determined by juveniles surviving to become adults and adults surviving. 80% of juveniles become adults (0.8jk0.8j_k0.8jk​), and 60% of adults survive (0.6ak0.6a_k0.6ak​). So, ak+1=0.8jk+0.6aka_{k+1} = 0.8j_k + 0.6a_kak+1​=0.8jk​+0.6ak​. This corresponds to the matrix (030.80.6)\begin{pmatrix} 0 & 3 \\ 0.8 & 0.6 \end{pmatrix}(00.8​30.6​)

Question 14

A city's recycling habits are tracked. Each month, 90% of households that recycled continue to recycle, and 30% of households that did not recycle start recycling. The transition matrix is T=(0.90.30.10.7)T = \begin{pmatrix} 0.9 & 0.3 \\ 0.1 & 0.7 \end{pmatrix}T=(0.90.1​0.30.7​).

Over time, the proportion of households that recycle and do not recycle approaches a steady state. What proportion of households recycle in the steady state?

  1. 25%25\%25%
  2. 50%50\%50%
  3. 75%75\%75% (correct answer)
  4. 90%90\%90%

Explanation: A steady state vector v⃗=(rn)\vec{v} = \begin{pmatrix} r \\ n \end{pmatrix}v=(rn​) satisfies Tv⃗=v⃗T\vec{v} = \vec{v}Tv=v, where rrr is the proportion that recycles and nnn does not, and r+n=1r+n=1r+n=1. From Tv⃗=v⃗T\vec{v} = \vec{v}Tv=v, we get the equation 0.9r+0.3n=r0.9r + 0.3n = r0.9r+0.3n=r. This simplifies to 0.3n=0.1r0.3n = 0.1r0.3n=0.1r, or r=3nr = 3nr=3n. Substituting into r+n=1r+n=1r+n=1 gives 3n+n=13n+n=13n+n=1, so 4n=14n=14n=1, which means n=0.25n=0.25n=0.25. Then r=3(0.25)=0.75r = 3(0.25) = 0.75r=3(0.25)=0.75. In the steady state, 75% of households recycle.