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 Modeling Contexts

Practice Matrices Modeling Contexts 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 / 15

0 of 15 answered

A regional economy tracks how two industries depend on each other. Matrices organize and manipulate this data: each entry tells how many dollars of input from one sector are needed to produce 1 of output in another. For example, the input-output matrix $$\mathbf{A}=\begin{bmatrix}0.20&0.10\\0.30&0.40\end{bmatrix}$$ (rows = input sector, columns = output sector) models Manufacturing (row/column 1) and Energy (row/column 2). If total output is $$\mathbf{x}=\begin{bmatrix}100\\50\end{bmatrix}$$ (in millions of dollars), then matrix multiplication \mathbf{A}\mathbf{x}$ gives the total intermediate demand. Matrix addition/subtraction can compare two years’ input-output tables, and multiplication can also represent transformations or systems of equations in other settings.

Using the matrix model described, what does element (2,1)(2,1)(2,1) of A\mathbf{A}A represent?

Select an answer to continue

What this quiz covers

This quiz focuses on Matrices Modeling Contexts, 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 regional economy tracks how two industries depend on each other. Matrices organize and manipulate this data: each entry tells how many dollars of input from one sector are needed to produce 1 of output in another. For example, the input-output matrix $$\mathbf{A}=\begin{bmatrix}0.20&0.10\\0.30&0.40\end{bmatrix}$$ (rows = input sector, columns = output sector) models Manufacturing (row/column 1) and Energy (row/column 2). If total output is $$\mathbf{x}=\begin{bmatrix}100\\50\end{bmatrix}$$ (in millions of dollars), then matrix multiplication \mathbf{A}\mathbf{x}$ gives the total intermediate demand. Matrix addition/subtraction can compare two years’ input-output tables, and multiplication can also represent transformations or systems of equations in other settings.

Using the matrix model described, what does element (2,1)(2,1)(2,1) of A\mathbf{A}A represent?

  1. Energy input needed per $1 of Manufacturing output (correct answer)
  2. Manufacturing input needed per $1 of Energy output
  3. Energy output produced per $1 of Manufacturing input
  4. Total intermediate demand for Energy when x\mathbf{x}x is used
  5. The difference between Energy and Manufacturing outputs

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix notation and interpreting elements in an input-output economic model. In input-output matrices, element (i,j) represents the amount of input from sector i needed to produce 1ofoutputinsectorj,whererowsrepresentinputsectorsandcolumnsrepresentoutputsectors.Inthispassage,element(2,1)referstorow2,column1ofmatrixA,whichis0.30,representingEnergyinput(row2)neededper1 of output in sector j, where rows represent input sectors and columns represent output sectors. In this passage, element (2,1) refers to row 2, column 1 of matrix A, which is 0.30, representing Energy input (row 2) needed per 1ofoutputinsectorj,whererowsrepresentinputsectorsandcolumnsrepresentoutputsectors.Inthispassage,element(2,1)referstorow2,column1ofmatrixA,whichis0.30,representingEnergyinput(row2)neededper1 of Manufacturing output (column 1). Choice A is correct because it accurately identifies that element (2,1) = 0.30 represents the Energy input needed per $1 of Manufacturing output, following the row-column convention described. Choice B is incorrect because it reverses the relationship - element (2,1) is about Energy as input, not Manufacturing as input. To help students: Draw matrices with clear row and column labels showing input and output sectors. Practice reading specific elements using (row, column) notation. Watch for: confusing which sector is input versus output, mixing up row and column positions.

Question 2

Matrices organize information and help solve real problems. A theater sells Adult and Student tickets. Revenue is found by multiplying a price row vector by a sales column vector. If prices are p=[128]\mathbf{p}=\begin{bmatrix}12&8\end{bmatrix}p=[12​8​] (dollars) and sales are s=[150200],\mathbf{s}=\begin{bmatrix}150\\200\end{bmatrix},s=[150200​], then multiplication combines prices and quantities, while addition/subtraction compares sales across days. Using the matrix model described, what operation gives total revenue?

  1. Compute sp\mathbf{s}\mathbf{p}sp
  2. Compute ps\mathbf{p}\mathbf{s}ps (correct answer)
  3. Compute p+s\mathbf{p}+\mathbf{s}p+s
  4. Compute p−s\mathbf{p}-\mathbf{s}p−s
  5. Compute s+s\mathbf{s}+\mathbf{s}s+s

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix operations and their real-world applications. Matrices are used to organize data and perform operations that model real-world systems, such as economic input-output models and network flows. In this passage, matrices represent a revenue calculation where p is a row vector of prices and s is a column vector of quantities sold. Choice B is correct because ps multiplies the 1×2 price vector by the 2×1 sales vector, yielding a 1×1 result (scalar) that represents total revenue. Choice A is incorrect because sp would be a 2×1 vector times a 1×2 vector, resulting in a 2×2 matrix rather than a scalar revenue value, which is a common error when students don't check dimension compatibility. To help students: Focus on understanding how row-column multiplication produces dot products for revenue calculations. Practice checking dimensions before performing operations. Watch for: reversing the multiplication order and getting wrong dimensions, not recognizing when a scalar result is needed.

Question 3

Matrices organize and manipulate data for real systems. In a city traffic network, an adjacency matrix records direct one-way roads: entry aij=1a_{ij}=1aij​=1 means a road from intersection iii to jjj, and 000 means none. For intersections 1–3, A=[010001100].\mathbf{A}=\begin{bmatrix}0&1&0\\0&0&1\\1&0&0\end{bmatrix}.A=​001​100​010​​. Matrix addition can combine two road maps, subtraction can show removed roads, and multiplication can count two-step routes. Based on the network flow model, what does element (2,1)(2,1)(2,1) represent?

  1. A road from 1 to 2 exists
  2. A road from 2 to 1 exists (correct answer)
  3. Two-step routes from 2 to 1
  4. Traffic volume leaving intersection 2
  5. A road from 1 to 3 exists

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix operations and their real-world applications. Matrices are used to organize data and perform operations that model real-world systems, such as economic input-output models and network flows. In this passage, matrices represent a traffic network where element aij = 1 means there's a direct road from intersection i to intersection j. Choice B is correct because element (2,1) represents the entry in row 2, column 1 of the adjacency matrix, which indicates whether there's a road from intersection 2 to intersection 1. Choice A is incorrect because it reverses the meaning - element (2,1) is about roads FROM 2 TO 1, not from 1 to 2, which is a common error when students confuse row-column interpretation. To help students: Remember that in adjacency matrices, row indicates the starting point and column indicates the destination. Practice reading specific elements and interpreting their meaning. Watch for: reversing the from-to relationship, confusing rows and columns.

Question 4

Matrices can represent systems of equations by organizing coefficients. A farmer buys xxx bags of feed and yyy bags of seed. The costs satisfy 3x+2y=243x+2y=243x+2y=24 and x+4y=20x+4y=20x+4y=20. This can be written as Av=b,A=[3214], v=[xy], b=[2420].\mathbf{A}\mathbf{v}=\mathbf{b},\quad \mathbf{A}=\begin{bmatrix}3&2\\1&4\end{bmatrix},\ \mathbf{v}=\begin{bmatrix}x\\y\end{bmatrix},\ \mathbf{b}=\begin{bmatrix}24\\20\end{bmatrix}.Av=b,A=[31​24​], v=[xy​], b=[2420​]. Addition/subtraction can compare different purchase plans, and multiplication connects coefficients to variables. Based on the context provided, which matrix expression represents the system of equations?

  1. A+v=b\mathbf{A}+\mathbf{v}=\mathbf{b}A+v=b
  2. vA=b\mathbf{v}\mathbf{A}=\mathbf{b}vA=b
  3. Av=b\mathbf{A}\mathbf{v}=\mathbf{b}Av=b (correct answer)
  4. A−b=v\mathbf{A}-\mathbf{b}=\mathbf{v}A−b=v
  5. Ab=v\mathbf{A}\mathbf{b}=\mathbf{v}Ab=v

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix operations and their real-world applications. Matrices are used to organize data and perform operations that model real-world systems, such as economic input-output models and network flows. In this passage, matrices represent a system of linear equations where A contains coefficients, v contains variables, and b contains constants. Choice C is correct because Av = b properly represents the system - multiplying the coefficient matrix A by the variable vector v produces the constant vector b. Choice A is incorrect because adding a matrix to a vector doesn't represent the multiplicative relationship between coefficients and variables in equations, which is a common error when students don't understand how matrix multiplication encodes systems of equations. To help students: Focus on understanding how matrix multiplication combines coefficients with variables to produce the right-hand side values. Practice converting between equation form and matrix form. Watch for: trying to use addition instead of multiplication, confusing the roles of A, v, and b.

Question 5

An economist builds an input-output model where matrices organize coefficients and allow operations that answer real questions. The table for two sectors is A=[0.400.050.100.30]\mathbf{A}=\begin{bmatrix}0.40&0.05\\0.10&0.30\end{bmatrix}A=[0.400.10​0.050.30​] (rows = input sector, columns = output sector). If x=[2060]\mathbf{x}=\begin{bmatrix}20\\60\end{bmatrix}x=[2060​] is the output vector, then multiplication Ax\mathbf{A}\mathbf{x}Ax gives intermediate demand; subtraction can compare years; and matrices can also represent transformations or systems of equations.

Based on the context provided, what is the intermediate demand from input sector 1?

  1. 0.40+0.050.40+0.050.40+0.05
  2. [1120]\begin{bmatrix}11\\20\end{bmatrix}[1120​]
  3. [2060]\begin{bmatrix}20\\60\end{bmatrix}[2060​]
  4. 111111 (correct answer)
  5. 202020

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on calculating a specific value from matrix multiplication in an economic context. To find intermediate demand from input sector 1, we compute the first entry of Ax by multiplying the first row of A by vector x: (0.40)(20) + (0.05)(60) = 8 + 3 = 11. In this passage, this calculation represents the total amount of input needed from sector 1 to support the given output levels. Choice D is correct because it gives the value 11, which is the first entry of Ax representing intermediate demand from input sector 1. Choice C is incorrect because [20, 60] is simply the output vector x itself, not the result of any calculation for intermediate demand. To help students: Show each step of the matrix multiplication clearly. Connect the arithmetic to the economic interpretation. Watch for: selecting the original vector instead of the calculated result, arithmetic errors in multiplication.

Question 6

A two-sector region models interdependence with an input-output matrix A=[0.300.100.200.40].\mathbf{A}=\begin{bmatrix}0.30&0.10\\0.20&0.40\end{bmatrix}.A=[0.300.20​0.100.40​]. An economist mistakenly tries to compute intermediate demand using xA\mathbf{x}\mathbf{A}xA, where x=[9060]\mathbf{x}=\begin{bmatrix}90\\60\end{bmatrix}x=[9060​] is output (millions). Matrices help organize data, and multiplication must match dimensions; addition/subtraction compare scenarios; matrices can also represent systems of equations or transformations.

Using the matrix model described, why is xA\mathbf{x}\mathbf{A}xA not defined here?

  1. x\mathbf{x}x is 2×12\times12×1 and A\mathbf{A}A is 2×22\times22×2, so inner dimensions differ (correct answer)
  2. Matrix subtraction is required instead of multiplication
  3. Only square matrices can be multiplied
  4. The entries are decimals, so multiplication is not allowed
  5. The product exists, but it equals Ax\mathbf{A}\mathbf{x}Ax automatically

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix dimension requirements for multiplication. Matrix multiplication requires the inner dimensions to match - for the product XY to exist, the number of columns in X must equal the number of rows in Y. In this passage, x is a 2×1 matrix and A is a 2×2 matrix, so for xA, we need 1 (columns of x) to equal 2 (rows of A), which it doesn't. Choice A is correct because it accurately identifies that x has dimensions 2×1 and A has dimensions 2×2, so the inner dimensions (1 and 2) don't match, making xA undefined. Choice C is incorrect because rectangular matrices can be multiplied as long as dimensions are compatible - the restriction isn't about being square. To help students: Write dimensions next to each matrix and circle the inner dimensions to check compatibility. Practice with various matrix sizes to reinforce the dimension rule. Watch for: assuming all matrices can be multiplied, forgetting to check dimensions before operating.

Question 7

A regional economy uses matrices to organize and manipulate inter-industry data. The input-output matrix A=[0.250.050.100.30]\mathbf{A}=\begin{bmatrix}0.25&0.05\\0.10&0.30\end{bmatrix}A=[0.250.10​0.050.30​] (rows = input sector, columns = output sector) represents Manufacturing (1) and Services (2). If x=[80120]\mathbf{x}=\begin{bmatrix}80\\120\end{bmatrix}x=[80120​] is the total output vector (in millions), then Ax\mathbf{A}\mathbf{x}Ax models intermediate demand. Matrices can also represent systems of equations and geometric transformations, but here multiplication connects outputs to required inputs.

Based on the context provided, what operation gives total intermediate demand from output x\mathbf{x}x?

  1. Compute xA\mathbf{x}\mathbf{A}xA
  2. Compute A+x\mathbf{A}+\mathbf{x}A+x
  3. Compute Ax\mathbf{A}\mathbf{x}Ax (correct answer)
  4. Compute A−x\mathbf{A}-\mathbf{x}A−x
  5. Compute A×A\mathbf{A}\times\mathbf{A}A×A

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix multiplication in the context of economic input-output models. Matrix multiplication Ax connects the output vector x to the intermediate demand vector, where each element of the result represents total intermediate demand from a particular input sector. In this passage, the matrix A contains input coefficients and x contains total outputs, so Ax calculates how much intermediate input is needed from each sector. Choice C is correct because Ax properly multiplies the 2×2 coefficient matrix by the 2×1 output vector to produce a 2×1 intermediate demand vector. Choice A is incorrect because xA would require x to be a 1×2 matrix (not 2×1), making the multiplication undefined due to incompatible dimensions. To help students: Emphasize checking matrix dimensions before multiplication (inner dimensions must match). Use concrete examples showing how Ax aggregates inputs across all outputs. Watch for: attempting undefined operations like xA, confusing addition with multiplication.

Question 8

A city compares two projected input-output tables (same two sectors) to see which plan requires more Manufacturing input per dollar of output. Plan A uses A=[0.180.120.080.22]\mathbf{A}=\begin{bmatrix}0.18&0.12\\0.08&0.22\end{bmatrix}A=[0.180.08​0.120.22​] and Plan B uses B=[0.200.100.070.24].\mathbf{B}=\begin{bmatrix}0.20&0.10\\0.07&0.24\end{bmatrix}.B=[0.200.07​0.100.24​]. Matrices organize the coefficients, and subtraction highlights differences entry-by-entry. Multiplication would be used later to compute intermediate demand from an output vector.

Using the matrix model described, which entry of B−A\mathbf{B}-\mathbf{A}B−A gives the change in Manufacturing input per $1 of Services output?

  1. Element (1,2)(1,2)(1,2) (correct answer)
  2. Element (2,1)(2,1)(2,1)
  3. Element (2,2)(2,2)(2,2)
  4. Element (1,1)(1,1)(1,1)
  5. Element (2,3)(2,3)(2,3)

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on interpreting matrix subtraction results and understanding element positions in economic contexts. When subtracting matrices B - A, each element shows the change from Plan A to Plan B, and element (i,j) represents the change in input from sector i per dollar of output in sector j. In this passage, Manufacturing is sector 1 and Services is sector 2, so Manufacturing input per 1ofServicesoutputcorrespondstorow1,column2.ChoiceAiscorrectbecauseelement(1,2)ofB−AgivesthechangeinManufacturinginput(row1)per1 of Services output corresponds to row 1, column 2. Choice A is correct because element (1,2) of B - A gives the change in Manufacturing input (row 1) per 1ofServicesoutputcorrespondstorow1,column2.ChoiceAiscorrectbecauseelement(1,2)ofB−AgivesthechangeinManufacturinginput(row1)per1 of Services output (column 2), which equals 0.10 - 0.12 = -0.02. Choice B is incorrect because element (2,1) would represent the change in Services input per 1ofManufacturingoutput,notManufacturinginputper1 of Manufacturing output, not Manufacturing input per 1ofManufacturingoutput,notManufacturinginputper1 of Services output. To help students: Create clear labels for sectors and consistently map them to rows/columns. Practice identifying which element answers specific economic questions. Watch for: confusing row and column meanings, misidentifying which sector is which.

Question 9

In a simple input-output model, matrices organize how much each sector buys from others. Let A=[0.200.100.150.25]\mathbf{A}=\begin{bmatrix}0.20&0.10\\0.15&0.25\end{bmatrix}A=[0.200.15​0.100.25​] and total output be x=[10060]\mathbf{x}=\begin{bmatrix}100\\60\end{bmatrix}x=[10060​] (millions). Matrix multiplication Ax\mathbf{A}\mathbf{x}Ax gives intermediate demand by input sector; addition/subtraction compare scenarios; and matrices can also represent systems of equations or geometric transformations in other contexts.

Based on the context provided, what is Ax\mathbf{A}\mathbf{x}Ax?

  1. [2630]\begin{bmatrix}26\\30\end{bmatrix}[2630​] (correct answer)
  2. [2015]\begin{bmatrix}20\\15\end{bmatrix}[2015​]
  3. [3026]\begin{bmatrix}30\\26\end{bmatrix}[3026​]
  4. [0.300.40]\begin{bmatrix}0.30\\0.40\end{bmatrix}[0.300.40​]
  5. [26003000]\begin{bmatrix}2600\\3000\end{bmatrix}[26003000​]

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on performing matrix multiplication to calculate intermediate demand in an economic model. Matrix multiplication Ax requires multiplying each row of A by the column vector x, where the first row gives (0.20)(100) + (0.10)(60) = 20 + 6 = 26. In this passage, the second row calculation gives (0.15)(100) + (0.25)(60) = 15 + 15 = 30, resulting in the vector [26, 30]. Choice A is correct because it shows the proper result of multiplying the 2×2 matrix A by the 2×1 vector x, yielding [26, 30] as the intermediate demand vector. Choice C is incorrect because it reverses the order of the results - the first entry should be 26 (from row 1 of A), not 30. To help students: Work through matrix multiplication step-by-step, showing all intermediate calculations. Emphasize that result order matches row order of the first matrix. Watch for: arithmetic errors, reversing the order of results, confusing which operation to use.

Question 10

A region uses matrices to organize spending relationships among sectors. The coefficient matrix A=[0.120.080.180.22]\mathbf{A}=\begin{bmatrix}0.12&0.08\\0.18&0.22\end{bmatrix}A=[0.120.18​0.080.22​] (rows = inputs, columns = outputs) and output vector x=[7050]\mathbf{x}=\begin{bmatrix}70\\50\end{bmatrix}x=[7050​] (millions) model intermediate demand via Ax\mathbf{A}\mathbf{x}Ax. Matrix operations like addition/subtraction compare different plans, while multiplication is the key operation connecting outputs to required inputs; matrices can also represent systems of equations.

Based on the context provided, what does the first entry of Ax\mathbf{A}\mathbf{x}Ax represent?

  1. Total input demand from sector 1 for the given outputs (correct answer)
  2. Total output of sector 1 after subtracting sector 2 output
  3. The coefficient for sector 1 buying from sector 2
  4. The change in coefficients from one year to the next
  5. Total final demand vector for both sectors

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on interpreting the meaning of specific entries in the product Ax within an economic context. When computing Ax, the first entry is found by multiplying the first row of A by vector x, giving (0.12)(70) + (0.08)(50) = 8.4 + 4 = 12.4, which represents total intermediate demand from input sector 1. In this passage, rows represent input sectors and the first entry of Ax aggregates all inputs from sector 1 needed for the given outputs. Choice A is correct because the first entry of Ax represents the total input demand from sector 1, calculated by summing the products of sector 1's coefficients with each sector's output. Choice B is incorrect because it suggests subtraction rather than the multiplication and addition that actually occurs in matrix multiplication. To help students: Work through the calculation of each entry in Ax step by step. Connect each calculation back to its economic meaning. Watch for: misunderstanding what each entry represents, confusing operations.

Question 11

To compare two years of a regional input-output model, matrices organize the same industries in the same order. Year 1 coefficients are A1=[0.100.200.050.30]\mathbf{A}_1=\begin{bmatrix}0.10&0.20\\0.05&0.30\end{bmatrix}A1​=[0.100.05​0.200.30​] and Year 2 coefficients are A2=[0.120.180.060.28].\mathbf{A}_2=\begin{bmatrix}0.12&0.18\\0.06&0.28\end{bmatrix}.A2​=[0.120.06​0.180.28​]. Subtracting matrices entry-by-entry shows how input needs changed. In other applications, multiplication can model transformations or connect matrices to systems of equations.

Using the matrix model described, what operation produces the change in coefficients from Year 1 to Year 2?

  1. Compute A1+A2\mathbf{A}_1+\mathbf{A}_2A1​+A2​
  2. Compute A2−A1\mathbf{A}_2-\mathbf{A}_1A2​−A1​ (correct answer)
  3. Compute A1−A2\mathbf{A}_1-\mathbf{A}_2A1​−A2​
  4. Compute A2A1\mathbf{A}_2\mathbf{A}_1A2​A1​
  5. Compute A2÷A1\mathbf{A}_2\div\mathbf{A}_1A2​÷A1​

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on using matrix subtraction to compare changes between two time periods. Matrix subtraction is performed element-by-element, so A₂ - A₁ produces a matrix where each element shows the change from Year 1 to Year 2. In this passage, subtracting the Year 1 matrix from the Year 2 matrix reveals how input coefficients changed over time. Choice B is correct because A₂ - A₁ gives positive values where coefficients increased and negative values where they decreased, showing the direction and magnitude of change from Year 1 to Year 2. Choice C is incorrect because A₁ - A₂ would give the negative of the actual changes, showing decreases as positive and increases as negative. To help students: Practice interpreting subtraction results as changes over time. Use arrows or color coding to show which matrix is 'later' minus 'earlier'. Watch for: subtracting in the wrong order, confusing subtraction with multiplication.

Question 12

Matrices can represent systems of equations and also organize economic relationships. In a two-sector input-output setting, the matrix A=[0.050.150.100.20]\mathbf{A}=\begin{bmatrix}0.05&0.15\\0.10&0.20\end{bmatrix}A=[0.050.10​0.150.20​] lists input needs (rows) per 1 of output (columns). If total output is $$\mathbf{x}=\begin{bmatrix}40\\100\end{bmatrix},$$ then \mathbf{A}\mathbf{x}$ computes intermediate demand; addition and subtraction compare different coefficient tables.

Using the matrix model described, which calculation gives the intermediate demand coming from input sector 2?

  1. The second entry of Ax\mathbf{A}\mathbf{x}Ax (correct answer)
  2. The second entry of xA\mathbf{x}\mathbf{A}xA
  3. The second entry of A+x\mathbf{A}+\mathbf{x}A+x
  4. Element (2,1)(2,1)(2,1) of x\mathbf{x}x
  5. Element (1,2)(1,2)(1,2) of Ax\mathbf{A}\mathbf{x}Ax

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on identifying which calculation gives a specific economic quantity from matrix multiplication. The product Ax produces a vector where each entry represents intermediate demand from the corresponding input sector, so the second entry gives demand from input sector 2. In this passage, computing Ax yields a 2×1 vector where the second entry equals (0.10)(40) + (0.20)(100) = 4 + 20 = 24. Choice A is correct because the second entry of Ax represents intermediate demand from input sector 2, calculated by multiplying the second row of A by vector x. Choice B is incorrect because xA is not defined given that x is 2×1 and A is 2×2, making their multiplication in this order impossible. To help students: Emphasize that each entry of Ax corresponds to one input sector's total demand. Show the row-by-column multiplication process clearly. Watch for: confusing which entry corresponds to which sector, attempting undefined operations.

Question 13

An input-output model uses matrices to organize and manipulate data about three sectors. The coefficient matrix A=[0.100.050.000.200.100.050.000.150.10]\mathbf{A}=\begin{bmatrix}0.10&0.05&0.00\\0.20&0.10&0.05\\0.00&0.15&0.10\end{bmatrix}A=​0.100.200.00​0.050.100.15​0.000.050.10​​ has rows = input sectors and columns = output sectors. Total output is x=[504030]\mathbf{x}=\begin{bmatrix}50\\40\\30\end{bmatrix}x=​504030​​ (millions). Multiplication Ax\mathbf{A}\mathbf{x}Ax gives intermediate demand; addition/subtraction can compare years; and matrices can also represent transformations or systems of equations.

Based on the context provided, which expression correctly represents intermediate demand for all three input sectors?

  1. xA\mathbf{x}\mathbf{A}xA
  2. Ax\mathbf{A}\mathbf{x}Ax (correct answer)
  3. A+x\mathbf{A}+\mathbf{x}A+x
  4. A−x\mathbf{A}-\mathbf{x}A−x
  5. AAA\mathbf{A}\mathbf{A}\mathbf{A}AAA

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on identifying the correct matrix multiplication expression for calculating intermediate demand in a three-sector model. Matrix multiplication Ax multiplies a 3×3 coefficient matrix by a 3×1 output vector to produce a 3×1 intermediate demand vector, where each entry represents total intermediate demand for one input sector. In this passage, the matrix A organizes input coefficients and x contains outputs for three sectors, making Ax the appropriate operation. Choice B is correct because Ax properly multiplies the coefficient matrix by the output vector, with compatible dimensions (3×3 times 3×1 yields 3×1) to calculate intermediate demand. Choice A is incorrect because xA would require x to be a 1×3 matrix to be defined, but x is given as a 3×1 column vector, making this multiplication impossible. To help students: Always verify matrix dimensions before attempting multiplication. Remember that Ax (not xA) is the standard form for input-output calculations. Watch for: attempting undefined multiplications, confusing the order of multiplication.

Question 14

Matrices can represent geometric transformations of points. A rotation or reflection can be applied by multiplying a transformation matrix by a coordinate vector. For example, reflecting points across the yyy-axis uses R=[−1001].\mathbf{R}=\begin{bmatrix}-1&0\\0&1\end{bmatrix}.R=[−10​01​]. Addition and subtraction compare positions before and after a move, while multiplication applies the transformation. Using the matrix model described, what operation would you use to reflect point [xy]\begin{bmatrix}x\\y\end{bmatrix}[xy​] across the yyy-axis?

  1. Compute R[xy]\mathbf{R}\begin{bmatrix}x\\y\end{bmatrix}R[xy​] (correct answer)
  2. Compute [xy]R\begin{bmatrix}x\\y\end{bmatrix}\mathbf{R}[xy​]R
  3. Compute R+[xy]\mathbf{R}+\begin{bmatrix}x\\y\end{bmatrix}R+[xy​]
  4. Compute R−[xy]\mathbf{R}-\begin{bmatrix}x\\y\end{bmatrix}R−[xy​]
  5. Compute RR\mathbf{R}\mathbf{R}RR

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix operations and their real-world applications. Matrices are used to organize data and perform operations that model real-world systems, such as economic input-output models and network flows. In this passage, matrices represent geometric transformations where R is a reflection matrix that flips points across the y-axis. Choice A is correct because multiplying R by the coordinate vector [x,y] applies the transformation - the matrix R acts on the vector to produce the reflected coordinates. Choice C is incorrect because adding a 2×2 matrix to a 2×1 vector is undefined due to incompatible dimensions, which is a common error when students don't understand that transformations require multiplication, not addition. To help students: Focus on understanding that transformation matrices operate on vectors through multiplication. Practice verifying that matrix dimensions are compatible for the chosen operation. Watch for: trying to add matrices and vectors of different dimensions, confusing the order of multiplication.

Question 15

Matrices help model networks by organizing connections. For a package delivery system with hubs 1–3, the adjacency matrix A=[011001000]\mathbf{A}=\begin{bmatrix}0&1&1\\0&0&1\\0&0&0\end{bmatrix}A=​000​100​110​​ has aij=1a_{ij}=1aij​=1 when a direct route goes from hub iii to hub jjj. Addition can merge route maps from two companies, subtraction can show canceled routes, and multiplication can count two-leg routes. Using the matrix model described, what operation would you use to count two-leg routes between hubs?

  1. Compute A+A\mathbf{A}+\mathbf{A}A+A
  2. Compute A−A\mathbf{A}-\mathbf{A}A−A
  3. Compute AA\mathbf{A}\mathbf{A}AA (correct answer)
  4. Compute A×[111]\mathbf{A}\times\begin{bmatrix}1\\1\\1\end{bmatrix}A×​111​​
  5. Compute [111]A\begin{bmatrix}1&1&1\end{bmatrix}\mathbf{A}[1​1​1​]A

Explanation: This question tests AP Precalculus skills related to modeling with matrices, focusing on understanding matrix operations and their real-world applications. Matrices are used to organize data and perform operations that model real-world systems, such as economic input-output models and network flows. In this passage, matrices represent a delivery network where A is an adjacency matrix showing direct routes between hubs. Choice C is correct because AA (or A²) counts two-leg routes - the (i,j) entry of A² gives the number of ways to go from hub i to hub j in exactly two steps. Choice A is incorrect because adding A to itself just doubles the entries and doesn't count paths, which is a common error when students don't understand how matrix multiplication counts paths in networks. To help students: Focus on understanding that powers of adjacency matrices count paths of specific lengths. Practice computing small examples to see how multiplication accumulates path counts. Watch for: confusing addition with multiplication for path counting, not understanding the meaning of matrix powers.