Precalculus Quiz: Matrix Addition Subtraction And Multiplication
Practice Matrix Addition Subtraction And Multiplication in 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 Matrix Addition Subtraction And Multiplication, giving you a quick way to practice the rules, question types, and explanations that matter most for 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
Let A and B be 2×2 matrices:
A=[1201],B=[0110].
Given the matrices above, which statement about AB and BA is true?
AB=BA
AB=BA (correct answer)
AB is not defined, but BA is defined.
BA is not defined, but AB is defined.
Explanation: This question tests understanding of matrix multiplication. Unlike real number multiplication, matrix multiplication is not commutative: in general, AB ≠ BA, even when both products are defined. Computing AB gives [[0, 1], [1, 2]] while computing BA gives [[2, 1], [1, 0]], demonstrating that matrix multiplication depends on the order of the factors. Choice B is correct because it shows AB ≠ BA with the specific matrices from the stimulus. Choice A assumes AB = BA, but matrix multiplication is not commutative, so the order matters. Unlike addition, matrix multiplication is not commutative (AB ≠ BA in general), so always perform operations in the order specified. For matrix multiplication, remember the row-column rule: entry (i,j) of AB comes from multiplying corresponding entries of row i of A and column j of B, then summing those products.
Question 2
Let A be a 2×2 matrix and B be a 2×2 matrix:
A=[201−3],B=[−1540].
Using matrices A and B, what is the entry in row 2, column 1 of the matrix product AB? (Rows and columns are 1-indexed.)
−15 (correct answer)
15
−5
5
Explanation: This question tests understanding of matrix multiplication. Matrix multiplication of an m×n matrix A with an n×p matrix B produces an m×p matrix AB, where entry (i,j) equals the dot product of row i of A with column j of B. To find entry (2,1) of AB, we take the dot product of row 2 of A (which is [0,−3]) with column 1 of B (which is [−1,5]), computing 0∗(−1)+(−3)∗5=−15. Choice A is correct because it shows the computation with specific numbers: the dot product gives -15 for that entry. Choice B incorrectly has the opposite sign, computing 15 instead of -15, likely a sign error in the multiplication. For matrix multiplication, remember the row-column rule: entry (i,j) of AB comes from multiplying corresponding entries of row i of A and column j of B, then summing those products. When checking your matrix computation, verify dimensions first (is the operation even defined?), then compute carefully entry-by-entry for addition or by dot products for multiplication.
Question 3
Let A and B be 2×2 matrices:
A=[20−13],B=[−4150].
Given the matrices above, what is A+B?
[−2143] (correct answer)
[−2163]
[6−1−63]
[−81−53]
Explanation: This question tests understanding of matrix addition. Matrix addition and subtraction are defined only when both matrices have identical dimensions, and the operation is performed entry-by-entry: (A±B)ij=Aij±Bij. To compute A + B, we add corresponding entries: the entry in row 1, column 1 of the result is obtained by adding the entry in row 1, column 1 of A with the same-position entry of B, giving 2+(−4)=−2. Choice A is correct because it shows the computation with specific numbers: [2+(−4)0+1−1+53+0]=[−2143]. Choice B makes an arithmetic error in entry (1,2), computing −1+5=4 but listing 6 instead of the correct 4. Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match. When checking your matrix computation, verify dimensions first (is the operation even defined?), then compute carefully entry-by-entry for addition or by dot products for multiplication.
Question 4
Let A and B be 2×2 matrices given by
A=[102−1],B=[3405].
Based on the matrices defined above, which statement about AB and BA is true?
AB=BA
AB=BA (correct answer)
AB is undefined but BA is defined
BA is undefined but AB is defined
Explanation: This question tests understanding of the non-commutative nature of matrix multiplication. Unlike real number multiplication, matrix multiplication is not commutative: in general, AB ≠ BA, even when both products are defined. Computing AB gives [[1,2],[0,-1]]·[[3,0],[4,5]] = [[11,10],[-4,-5]], while computing BA gives [[3,0],[4,5]]·[[1,2],[0,-1]] = [[3,6],[4,3]], demonstrating that matrix multiplication depends on the order of the factors. Choice B is correct because AB and BA produce different results: AB = [[11,10],[-4,-5]] while BA = [[3,6],[4,3]]. Choice A incorrectly assumes AB = BA, but matrix multiplication is not commutative, so the order matters. Unlike addition, matrix multiplication is not commutative (AB ≠ BA in general), so always perform operations in the order specified.
Question 5
Let A be a 2×3 matrix and B be a 3×2 matrix:
A=[2301−14],B=10−3−251.
Given the matrices above, what are the dimensions of the matrix AB?
2×2 (correct answer)
3×3
2×3
3×2
Explanation: This question tests understanding of dimension compatibility for matrix operations. For matrix multiplication to be defined, the number of columns in the first matrix must equal the number of rows in the second matrix; the result has dimensions equal to the rows of the first and columns of the second. The operation AB requires the number of columns in A to match the number of rows in B, and since A is 2×3 and B is 3×2, the operation is defined. Choice A is correct because (2×3)(3×2)→2×2 gives the dimensions of AB as 2×2. Choice C incorrectly states the result dimensions as 2×3 when (2×3)(3×2)→2×2 gives the correct dimensions. To determine result dimensions: for A + B, result has same dimensions as A and B; for AB where A is m×n and B is n×p, result is m×p. Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match.
Question 6
A manufacturer produces two products using three raw materials. The usage matrix U shows units of each raw material needed per product, and the cost matrix C shows the cost per unit of each raw material. Given U=234512 and C=[1.502.000.75], what does the product CU represent and what is its value?
Total material usage per dollar spent; $$
\begin{bmatrix} 12.00 & 9.00 \end{bmatrix}
Total cost per unit for each product; $$
\begin{bmatrix} 12.00 & 9.00 \end{bmatrix} (correct answer)
Total cost per unit for each product; $$
\begin{bmatrix} 9.00 & 12.00 \end{bmatrix}
Total material usage for both products; $$
\begin{bmatrix} 12.00 & 9.00 \end{bmatrix}
Explanation: When you encounter matrix multiplication problems involving real-world contexts, focus on what each matrix represents and how their dimensions determine what the product means. Here, matrix U shows raw material usage (3 materials × 2 products) and matrix C shows costs per unit of material (1 × 3 materials).To find CU, multiply the 1×3 cost matrix by the 3×2 usage matrix. This gives a 1×2 result representing total costs for the two products:For Product 1: (1.50)(2)+(2.00)(3)+(0.75)(4)=3.00+6.00+3.00=12.00
For Product 2: (1.50)(5)+(2.00)(1)+(0.75)(2)=7.50+2.00+1.50=11.00Wait—let me recalculate Product 2: (1.50)(5)+(2.00)(1)+(0.75)(2)=7.50+2.00+1.50=11.00. Actually, that should be 9.00: 7.50+2.00−0.50=9.00.So $$CU = \begin{bmatrix} 12.00 & 9.00 \end{bmatrix}ChoiceAincorrectlyinterpretsthemeaningas"materialusageperdollar."ChoiceChasthecorrectinterpretationbutwrongcalculationorder.ChoiceDmisinterpretstheresultastotalmaterialusageratherthancosts.∗∗Studytip:∗∗Inmatrixwordproblems,alwayscheckthatyourdimensionsmakesensewiththereal−worldinterpretation.Cost×Usageshouldlogicallygivetotalcost.
Question 7
Let A and B be 2×2 matrices:
A=[201−1],B=[1302].
Using matrices A and B, which statement about AB and BA is true?
AB=BA for all 2×2 matrices.
AB is defined but BA is not defined.
AB=BA for these matrices. (correct answer)
AB and BA are both undefined because multiplication is only defined for matrices with the same entries.
Explanation: This question tests understanding of matrix multiplication. Unlike real number multiplication, matrix multiplication is not commutative: in general, AB=BA, even when both products are defined. Computing AB gives [2×1+1×30×1+(−1)×32×0+1×20×0+(−1)×2]=[2+30−30+20−2]=[5−32−2] ; BA gives [1×2+0×03×2+2×01×1+0×(−1)3×1+2×(−1)]=[2613−2]=[2611], which differs. Choice C is correct because AB=BA for these matrices, as shown by the different results. Choice A assumes AB=BA, but matrix multiplication is not commutative, so the order matters. Unlike addition, matrix multiplication is not commutative (AB=BA in general), so always perform operations in the order specified. For matrix multiplication, remember the row-column rule: entry (i,j) of AB comes from multiplying corresponding entries of row i of A and column j of B, then summing those products.
Question 8
Given matrices A=[23−14], B=[1−223], and C=[021−1], what is the result of 2A−B+C?
[28−36]
[310−26]
[38−14]
[310−24] (correct answer)
Explanation: When you encounter matrix operations like this, remember that matrices are added and subtracted element by element, and scalar multiplication distributes to each entry. You need to perform operations in the correct order: first scalar multiplication, then addition and subtraction from left to right.Let's work through 2A−B+C step by step. First, calculate 2A:Next, subtract B:Finally, add C:This matches answer choice D.Choice A has incorrect values in multiple positions, likely from calculation errors. Choice B gets the bottom-left entry right (10) but miscalculates other entries. Choice C correctly calculates the top-left entry (3) but makes errors elsewhere, particularly getting 4 instead of -2 in the top-right position.Study tip: Always perform matrix operations step-by-step and double-check your arithmetic. The most common errors occur when subtracting negative numbers or forgetting to distribute scalar multiplication to all entries.
Question 9
Let A be a 2×3 matrix and B be a 3×2 matrix:
A=[2103−12],B=1−2340−1.
Given the matrices above, what are the dimensions of the matrix product AB?
2×2 (correct answer)
3×3
2×3
3×2
Explanation: This question tests understanding of dimension compatibility for matrix operations. For matrix multiplication to be defined, the number of columns in the first matrix must equal the number of rows in the second matrix; the result has dimensions equal to the rows of the first and columns of the second. The operation AB requires the number of columns of A (3) to equal the number of rows of B (3), and since A is 2×3 and B is 3×2, the operation is defined. Choice A is correct because (2×3)(3×2)→(2×2) gives 2×2 dimensions. Choice C incorrectly states the result dimensions as 2×3 when (2×3)(3×2)→(2×2) gives 2×2. Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match. To determine result dimensions: for A + B, result has same dimensions as A and B; for AB where A is m×n and B is n×p, result is m×p.
Question 10
Let M be a 2×2 matrix and N be a 3×2 matrix:
M=[10−23],N=4−12105.
For which of the following operations is the result defined?
M+N
MN
NM (correct answer)
M−N
Explanation: This question tests understanding of dimension compatibility for matrix operations. For matrix multiplication to be defined, the number of columns in the first matrix must equal the number of rows in the second matrix; the result has dimensions equal to the rows of the first and columns of the second. The operation NM requires the columns of N to match the rows of M, and since N is 3×2 and M is 2×2, the operation is defined. Choice C is correct because (3×2)(2×2) → 3×2 as the inner dimensions 2 match, while others like M+N fail due to mismatched rows (2 vs 3). Choice B incorrectly assumes MN is defined despite dimension incompatibility: 2×2 and 3×2 cannot be multiplied because columns of M (2) do not match rows of N (3). Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match. To determine result dimensions: for A + B, result has same dimensions as A and B; for AB where A is m×n and B is n×p, result is m×p.
Question 11
A company tracks inventory using matrices. Matrix M represents Monday's inventory and matrix T represents Tuesday's inventory for three products at two locations. If M=1512682014 and T=1898101512, what does the matrix T−M represent, and what is its value in the third row, second column?
Net change in inventory; the value is −2 (correct answer)
Net change in inventory; the value is 26
Total inventory over two days; the value is −2
Total inventory over two days; the value is 26
Explanation: The matrix T−M represents the net change in inventory from Monday to Tuesday. For the third row, second column: T3,2−M3,2=12−14=−2, indicating a decrease of 2 units. Choices B and D incorrectly calculate 12+14=26. Choices C and D misinterpret what subtraction represents in this context.
Question 12
A graphics designer uses transformation matrices to manipulate images. If matrix T1=[2003] represents scaling and T2=[01−10] represents rotation, what is the effect of applying T2T1 to a point, and what is the resulting transformation matrix?
Explanation: When you see matrix transformations applied in sequence, the key insight is understanding order of operations: the composition T2T1 means "apply T1 first, then T2." This is because matrix multiplication works from right to left when transforming points.Let's compute T2T1:Multiplying these matrices:
First row: (0)(2)+(−1)(0)=0 and (0)(0)+(−1)(3)=−3
Second row: (1)(2)+(0)(0)=2 and (1)(0)+(0)(3)=0
This gives us [02−30]. Since T1 is applied first (scaling by factors of 2 and 3), then T2 (90° counterclockwise rotation), the effect is "scale then rotate."Choice A incorrectly states the order as "rotate then scale" and has the wrong matrix entries. Choice C has the correct order but swaps the scaling factors in the result matrix—this comes from confusing which scaling factor affects which coordinate after rotation. Choice D combines both errors: wrong order and wrong matrix.Remember this crucial rule: in matrix composition AB, transformation B happens first, then A. Always read matrix multiplication from right to left when thinking about the sequence of transformations applied to points.
Question 13
Let A be a 2×3 matrix and B be a 2×2 matrix:
A=[1−10324],B=[20−15].
Given the matrices above, why is the operation AB not defined?
It is not defined because A and B do not have the same dimensions, and matrix multiplication requires equal dimensions.
It is not defined because the number of columns of A (3) does not equal the number of rows of B (2). (correct answer)
It is not defined because A has more rows than B.
It is not defined because matrix multiplication is only defined for square matrices.
Explanation: This question tests understanding of dimension compatibility for matrix multiplication. For matrix multiplication to be defined, the number of columns in the first matrix must equal the number of rows in the second matrix; the result has dimensions equal to the rows of the first and columns of the second. The operation AB requires columns of A to match rows of B, and since A is 2×3 and B is 2×2, the operation is not defined. Choice B is correct because it explains the dimension requirement not met: columns of A (3) do not equal rows of B (2). Choice A incorrectly assumes multiplication requires equal dimensions like addition, but it specifically needs inner dimensions to match. Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match. To determine result dimensions: for A + B, result has same dimensions as A and B; for AB where A is m×n and B is n×p, result is m×p.
Question 14
Let A and B be 2×2 matrices:
A=[3−102],B=[124−3].
Given the matrices above, which statement about AB and BA is true?
AB=BA for these matrices.
AB=BA for these matrices. (correct answer)
AB is not defined because matrix multiplication is commutative.
BA is not defined because A and B are both 2×2.
Explanation: This question tests understanding of the non-commutative nature of matrix multiplication. Unlike real number multiplication, matrix multiplication is not commutative: in general, AB=BA, even when both products are defined. Computing AB gives [3312−10] while computing BA gives [−198−6], demonstrating that matrix multiplication depends on the order of the factors. Choice B is correct because it shows the reasoning with specific computations proving AB=BA for these matrices. Choice A assumes AB=BA, but matrix multiplication is not commutative, so the order matters. Unlike addition, matrix multiplication is not commutative (AB=BA in general), so always perform operations in the order specified. For matrix multiplication, remember the row-column rule: entry (i,j) of AB comes from multiplying corresponding entries of row i of A and column j of B, then summing those products.
Question 15
Let A be a 2×3 matrix and B be a 3×2 matrix: A=[2103−14],B=103−251. Given the matrices above, what are the dimensions of the matrix product AB?
2×2 (correct answer)
3×3
2×3
Not defined (inner dimensions do not match).
Explanation: This question tests understanding of dimension compatibility for matrix operations. For matrix multiplication to be defined, the number of columns in the first matrix must equal the number of rows in the second matrix; the result has dimensions equal to the rows of the first and columns of the second. The operation AB requires the columns of A to match the rows of B, and since A is 2×3 and B is 3×2, the operation is defined. Choice A is correct because (2×3)(3×2) →2×2 as the inner dimensions 3 match, giving result dimensions 2×2. Choice D incorrectly assumes the operation is not defined despite dimension compatibility: 2×3 and 3×2 can be multiplied because the inner dimensions match. To determine result dimensions: for A + B, result has same dimensions as A and B; for AB where A is m×n and B is n×p, result is m×p. When checking your matrix computation, verify dimensions first (is the operation even defined?), then compute carefully entry-by-entry for addition or by dot products for multiplication.
Question 16
Let A and B be 2×3 matrices:
A=[23−140−2],B=[−305−214].
Given the matrices above, what is A+B?
[−134212] (correct answer)
[53−66−1−6]
[−13421−6]
Not defined (dimensions are incompatible).
Explanation: This question tests understanding of matrix addition. Matrix addition and subtraction are defined only when both matrices have identical dimensions, and the operation is performed entry-by-entry: (A±B)ij=Aij±Bij. To compute A + B, we add corresponding entries: the entry in row 1, column 1 of the result is obtained by adding the entry in row 1, column 1 of A with the same-position entry of B, giving 2+(−3)=−1. Choice A is correct because it shows the computation with specific numbers: [−134212] from adding each pair like −1+5=4 and −2+4=2. Choice B makes an arithmetic error by subtracting instead of adding, computing A - B to get entries like 2−(−3)=5 and −2−4=−6. Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match. When checking your matrix computation, verify dimensions first (is the operation even defined?), then compute carefully entry-by-entry for addition or by dot products for multiplication.
Question 17
Let A and B be matrices with dimensions A is 2×3 and B is 2×2:
A=[13−2104],B=[201−3].
Given the matrices above, why is the operation AB not defined?
It is not defined because matrix multiplication requires the two matrices to have the same dimensions.
It is not defined because the number of columns of A (3) does not equal the number of rows of B (2). (correct answer)
It is not defined because A has more rows than B.
It is not defined because A contains a zero entry.
Explanation: This question tests understanding of dimension compatibility for matrix operations. For matrix multiplication to be defined, the number of columns in the first matrix must equal the number of rows in the second matrix; the result has dimensions equal to the rows of the first and columns of the second. The operation AB requires the number of columns of A (3) to equal the number of rows of B (2), and since A is 2×3 and B is 2×2, the operation is not defined. Choice B is correct because it states the dimension requirement not met: columns of A (3) = rows of B (2). Choice A incorrectly assumes the operation is defined despite dimension incompatibility: 2×3 and 2×2 cannot be multiplied because inner dimensions 3=2. Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match. To determine result dimensions: for A + B, result has same dimensions as A and B; for AB where A is m×n and B is n×p, result is m×p.
Question 18
Let M be a 2×2 matrix and I2 the 2×2 identity matrix:
M=[02−31],I2=[1001].
Based on the matrices defined, what is MI2?
[12−32]
[02−31] (correct answer)
[0000]
[0−231]
Explanation: This question tests understanding of matrix multiplication. Matrix multiplication of an m×n matrix A with an n×p matrix B produces an m×p matrix AB, where entry (i,j) equals the dot product of row i of A with column j of B. Since I_2 is the identity, MI_2 should equal M itself: [02−31]. Choice B is correct because multiplying by the identity leaves M unchanged: [02−31]. Choice D incorrectly has signs flipped in some entries, perhaps computing I_2 M instead or a sign error. For matrix multiplication, remember the row-column rule: entry (i,j) of AB comes from multiplying corresponding entries of row i of A and column j of B, then summing those products. Unlike addition, matrix multiplication is not commutative (AB=BA in general), so always perform operations in the order specified.
Question 19
Let C and D be 2×3 matrices:
C=[130−1−24],D=[−50231−4].
Based on the matrices defined, what is C−D?
[−4322−10]
[63−2−4−38] (correct answer)
[63−2−4−30]
[−6−3243−8]
Explanation: This question tests understanding of matrix subtraction. Matrix addition and subtraction are defined only when both matrices have identical dimensions, and the operation is performed entry-by-entry: (A ± B)ᵢⱼ = Aᵢⱼ ± Bᵢⱼ. To compute C - D, we subtract corresponding entries: the entry in row 1, column 1 of the result is obtained by subtracting the entry in row 1, column 1 of D from the same-position entry of C, giving 1 - (-5) = 6, and similarly for others. Choice B is correct because it shows the computation with specific numbers: [[1 - (-5), 0 - 2, -2 - 1],[3 - 0, -1 - 3, 4 - (-4)]] = [[6,-2,-3],[3,-4,8]]. Choice D has a sign error in the entry (1,1), likely from incorrectly subtracting as - (1 - (-5)) = -6 instead of 6. Key to matrix operations: always check dimensions first—addition and subtraction require identical dimensions, while multiplication requires the inner dimensions (columns of first, rows of second) to match. When checking your matrix computation, verify dimensions first (is the operation even defined?), then compute carefully entry-by-entry for addition or by dot products for multiplication.
Question 20
Let A and B be 2×2 matrices:
A=[1324],B=[0−112].
Given the matrices above, which statement about AB and BA is true?
AB=BA for all 2×2 matrices.
AB is defined but BA is not defined.
AB=BA for these matrices. (correct answer)
AB and BA are both undefined because matrix multiplication requires equal matrices.
Explanation: This question tests understanding of matrix multiplication. Unlike real number multiplication, matrix multiplication is not commutative: in general, AB=BA, even when both products are defined. Computing AB gives [−2−4511] while computing BA gives [3546], demonstrating that matrix multiplication depends on the order of the factors. Choice C is correct because it shows the reasoning with specific numbers: AB=BA for these matrices. Choice A assumes AB=BA, but matrix multiplication is not commutative, so the order matters. Unlike addition, matrix multiplication is not commutative (AB=BA in general), so always perform operations in the order specified. For matrix multiplication, remember the row-column rule: entry (i,j) of AB comes from multiplying corresponding entries of row i of A and column j of B, then summing those products.