AP Precalculus Quiz: Matrices
14 questions · exam conditions
0:00
MatricesQuestion 1 of 14

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_k and sks_k be the populations of the urban center and suburbs in year kk, respectively. Let the state vector be vk=(uksk)\vec{v}_k = \begin{pmatrix} u_k \\ s_k \end{pmatrix} . Which matrix TT models this yearly transition, such that vk+1=Tvk\vec{v}_{k+1} = T\vec{v}_k?

(0.950.030.050.97)\begin{pmatrix} 0.95 & 0.03 \\ 0.05 & 0.97 \end{pmatrix}
(0.950.050.030.97)\begin{pmatrix} 0.95 & 0.05 \\ 0.03 & 0.97 \end{pmatrix}
(0.050.970.950.03)\begin{pmatrix} 0.05 & 0.97 \\ 0.95 & 0.03 \end{pmatrix}
(0.050.030.050.03)\begin{pmatrix} -0.05 & 0.03 \\ 0.05 & -0.03 \end{pmatrix}
← 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.

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

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_k and sks_k be the populations of the urban center and suburbs in year kk, respectively. Let the state vector be vk=(uksk)\vec{v}_k = \begin{pmatrix} u_k \\ s_k \end{pmatrix} . Which matrix TT models this yearly transition, such that vk+1=Tvk\vec{v}_{k+1} = T\vec{v}_k?

  1. (0.950.030.050.97)\begin{pmatrix} 0.95 & 0.03 \\ 0.05 & 0.97 \end{pmatrix} (correct answer)
  2. (0.950.050.030.97)\begin{pmatrix} 0.95 & 0.05 \\ 0.03 & 0.97 \end{pmatrix}
  3. (0.050.970.950.03)\begin{pmatrix} 0.05 & 0.97 \\ 0.95 & 0.03 \end{pmatrix}
  4. (0.050.030.050.03)\begin{pmatrix} -0.05 & 0.03 \\ 0.05 & -0.03 \end{pmatrix}

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

Question 2

In transformation geometry, A=(0110)A=\begin{pmatrix}0&-1\\1&0\end{pmatrix} acts on v=(42)\vec v=\begin{pmatrix}4\\-2\end{pmatrix}; what is AvA\vec v?

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

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 3

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

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. 37003700
  2. 43004300 (correct answer)
  3. 53005300
  4. 27002700

Explanation: The initial state vector is v0=(30005000)\vec{v}_0 = \begin{pmatrix} 3000 \\ 5000 \end{pmatrix} . The state vector for the next month is v1=Tv0\vec{v}_1 = T\vec{v}_0. We calculate: $$\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}

Question 4

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_k be the number of juveniles and aka_k be the number of adults in year kk. The state vector is vk=(jkak)\vec{v}_k = \begin{pmatrix} j_k \\ a_k \end{pmatrix} . Which Leslie matrix LL models this population change, such that vk+1=Lvk\vec{v}_{k+1} = L\vec{v}_k?

  1. (030.80.6)\begin{pmatrix} 0 & 3 \\ 0.8 & 0.6 \end{pmatrix} (correct answer)
  2. (0.8030.6)\begin{pmatrix} 0.8 & 0 \\ 3 & 0.6 \end{pmatrix}
  3. (0.60.830)\begin{pmatrix} 0.6 & 0.8 \\ 3 & 0 \end{pmatrix}
  4. (00.830.6)\begin{pmatrix} 0 & 0.8 \\ 3 & 0.6 \end{pmatrix}

Explanation: The number of juveniles in the next year (jk+1j_{k+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_k. The number of adults in the next year (ak+1a_{k+1}) is determined by juveniles surviving to become adults and adults surviving. 80% of juveniles become adults (0.8jk0.8j_k), and 60% of adults survive (0.6ak0.6a_k). So, ak+1=0.8jk+0.6aka_{k+1} = 0.8j_k + 0.6a_k. This corresponds to the matrix $$ \begin{pmatrix} 0 & 3 \ 0.8 & 0.6 \end{pmatrix}

Question 5

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 = \begin{pmatrix} 0.9 & 0.3 \ 0.1 & 0.7 \end{pmatrix}

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\%
  2. 50%50\%
  3. 75%75\% (correct answer)
  4. 90%90\%

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

Question 6

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

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

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 7

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

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

Explanation: To solve for XX, we must find the inverse of AA and multiply it by the resulting matrix. X=A1(31)X = A^{-1} \begin{pmatrix} 3 \\ 1 \end{pmatrix} . The determinant of AA is det(A)=(5)(1)(2)(2)=54=1\det(A) = (5)(1) - (2)(2) = 5-4 = 1. The inverse of AA is A1=11(1225)=(1225)A^{-1} = \frac{1}{1} \begin{pmatrix} 1 & -2 \\ -2 & 5 \end{pmatrix} = \begin{pmatrix} 1 & -2 \\ -2 & 5 \end{pmatrix} . Now, we compute $$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}

Question 8

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

  1. L(x,y)=(x,y)L(x, y) = (x, y)
  2. L(x,y)=(y,x)L(x, y) = (y, x)
  3. L(x,y)=(x,5)L(x, y) = (x, 5) (correct answer)
  4. 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). For choice C, 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 9

Let A=(1021)A = \begin{pmatrix} 1 & 0 \\ -2 & 1 \end{pmatrix} and B=(1301)B = \begin{pmatrix} 1 & 3 \\ 0 & 1 \end{pmatrix} . Which matrix represents the product BABA?

  1. (1321)\begin{pmatrix} 1 & 3 \\ -2 & 1 \end{pmatrix}
  2. (5321)\begin{pmatrix} -5 & 3 \\ -2 & 1 \end{pmatrix} (correct answer)
  3. (1025)\begin{pmatrix} 1 & 0 \\ -2 & -5 \end{pmatrix}
  4. (1325)\begin{pmatrix} 1 & 3 \\ -2 & -5 \end{pmatrix}

Explanation: To find the product BABA, we multiply matrix B by matrix A. $$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}

Question 10

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

  1. (3512)\begin{pmatrix} 3 & -5 \\ -1 & 2 \end{pmatrix} (correct answer)
  2. (3512)\begin{pmatrix} -3 & 5 \\ 1 & -2 \end{pmatrix}
  3. (3512)\begin{pmatrix} 3 & 5 \\ 1 & 2 \end{pmatrix}
  4. (2513)\begin{pmatrix} 2 & -5 \\ -1 & 3 \end{pmatrix}

Explanation: The matrix associated with the inverse transformation L1L^{-1} is the inverse of the matrix AA, denoted A1A^{-1}. First, we calculate the determinant of AA: det(A)=(2)(3)(5)(1)=65=1\det(A) = (2)(3) - (5)(1) = 6-5=1. The inverse matrix is given by A1=1det(A)(dbca)A^{-1} = \frac{1}{\det(A)} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} . Substituting the values, we get $$A^{-1} = \frac{1}{1} \begin{pmatrix} 3 & -5 \ -1 & 2 \end{pmatrix} = \begin{pmatrix} 3 & -5 \ -1 & 2 \end{pmatrix}

Question 11

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

  1. det(A)=0\det(A)=0, so AA is not invertible. (correct answer)
  2. det(A)=2\det(A)=2, so AA is not invertible.
  3. det(A)=0\det(A)=0, so AA is invertible.
  4. det(A)=2\det(A)=-2, so AA 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 12

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

  1. (1001)\begin{pmatrix}-1&0\\0&1\end{pmatrix} (correct answer)
  2. (1001)\begin{pmatrix}1&0\\0&-1\end{pmatrix}
  3. (0110)\begin{pmatrix}0&1\\1&0\end{pmatrix}
  4. (0110)\begin{pmatrix}0&-1\\1&0\end{pmatrix}

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 13

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

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

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 14

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

  1. A(B+C)=AB+ACA(B+C) = AB + AC, where CC is an n×nn \times n matrix.
  2. (AB)T=BTAT(AB)^T = B^T A^T, where TT denotes the transpose.
  3. A+B=B+AA + B = B + A
  4. AB=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 = 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.