If and , what is the matrix ?
Opening subject page...
Loading your content
AP Precalculus Quiz
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) and AX=(31), what is the matrix X?
This quiz focuses on Matrices, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Precalculus.
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.
If A=(5221) and AX=(31), what is the matrix X?
Explanation: To solve for X, we must find the inverse of A and multiply it by the resulting matrix. X=A−1(31). The determinant of A is det(A)=(5)(1)−(2)(2)=5−4=1. The inverse of A is 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)
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 uk and sk be the populations of the urban center and suburbs in year k, respectively. Let the state vector be vk=(uksk). Which matrix T models this yearly transition, such that vk+1=Tvk?
Explanation: The new urban population, uk+1, consists of 95% of the old urban population that stays (0.95uk) plus 3% of the suburban population that moves in (0.03sk). So, uk+1=0.95uk+0.03sk. The new suburban population, sk+1, consists of 5% of the urban population that moves out (0.05uk) plus 97% of the old suburban population that stays (0.97sk). So, sk+1=0.05uk+0.97sk. The transition matrix is therefore (0.950.050.030.97)
Which of the following functions L:R2→R2 is NOT a linear transformation?
Explanation: A linear transformation must map the zero vector to the zero vector, i.e., L(0,0)=(0,0). For choice C, 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.
Let A=(1−201) and B=(1031). Which matrix represents the product BA?
Explanation: To find the product BA, we multiply matrix B by matrix A. BA=(1031)(1−201)=((1)(1)+(3)(−2)(0)(1)+(1)(−2)(1)(0)+(3)(1)(0)(0)+(1)(1))=(1−60−20+30+1)=(−5−231)
The linear transformation L has an associated matrix A=(2153). What is the matrix associated with the inverse transformation L−1?
Explanation: The matrix associated with the inverse transformation L−1 is the inverse of the matrix A, denoted A−1. First, we calculate the determinant of A: det(A)=(2)(3)−(5)(1)=6−5=1. The inverse matrix is given by A−1=det(A)1(d−c−ba). Substituting the values, we get A−1=11(3−1−52)=(3−1−52)
In network analysis, A=011100100 is an adjacency matrix; what does det(A) indicate about invertibility?
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.
In an input-output model, A=(0.20.30.10.2) and demand d=(5040); what is Ad?
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.
In transformation geometry, which matrix corresponds to a reflection across the y-axis acting on vectors (xy)?
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.
In transformation geometry, A=(01−10) acts on v=(4−2); what is Av?
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.
In an input-output model, x(p)=(p+23p−1) gives sector outputs; if p increases by 1, how does x change?
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.
The number of users for two social media platforms, Plato and Aristotle, is modeled by a state vector vk=(PkAk). The monthly change in users is modeled by the transition matrix T=(0.90.10.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)?
Explanation: The initial state vector is v0=(30005000). The state vector for the next month is v1=Tv0. We calculate: v1=(0.90.10.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.
Let A and B be n×n matrices where n>1. Which of the following statements about matrix operations is not always true?
Explanation: Matrix multiplication is not commutative in general. While it is true for some specific matrices, it is not always true that AB=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.
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 jk be the number of juveniles and ak be the number of adults in year k. The state vector is vk=(jkak). Which Leslie matrix L models this population change, such that vk+1=Lvk?
Explanation: The number of juveniles in the next year (jk+1) is determined by the number of new juveniles produced by adults. Each adult produces 3 juveniles, so jk+1=3ak=0jk+3ak. The number of adults in the next year (ak+1) is determined by juveniles surviving to become adults and adults surviving. 80% of juveniles become adults (0.8jk), and 60% of adults survive (0.6ak). So, ak+1=0.8jk+0.6ak. This corresponds to the matrix (00.830.6)
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.10.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?
Explanation: A steady state vector v=(rn) satisfies Tv=v, where r is the proportion that recycles and n does not, and r+n=1. From Tv=v, we get the equation 0.9r+0.3n=r. This simplifies to 0.3n=0.1r, or r=3n. Substituting into r+n=1 gives 3n+n=1, so 4n=1, which means n=0.25. Then r=3(0.25)=0.75. In the steady state, 75% of households recycle.