Precalculus Quiz: Properties Of Matrix Operations
20 questions · exam conditions
0:00
Properties Of Matrix OperationsQuestion 1 of 20

Regarding matrix multiplication, the property being examined is associativity. Does (AB)C=A(BC)(AB)C=A(BC) for all matrices A,B,CA,B,C (with compatible dimensions)?

Yes; matrix multiplication is associative whenever the products are defined.
No; matrix multiplication is never associative.
Yes, but only when AB=BAAB=BA.
No; (AB)C=A(BC)(AB)C=A(BC) holds only for 2×22\times2 matrices.
← Back to quizzes

Precalculus Quiz

Precalculus Quiz: Properties Of Matrix Operations

Practice Properties Of Matrix Operations 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 Properties Of Matrix Operations, 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

Regarding matrix multiplication, the property being examined is associativity. Does (AB)C=A(BC)(AB)C=A(BC) for all matrices A,B,CA,B,C (with compatible dimensions)?

  1. Yes; matrix multiplication is associative whenever the products are defined. (correct answer)
  2. No; matrix multiplication is never associative.
  3. Yes, but only when AB=BAAB=BA.
  4. No; (AB)C=A(BC)(AB)C=A(BC) holds only for 2×22\times2 matrices.
Explanation: This question tests understanding of the associativity of matrix multiplication. Matrix multiplication has the associative property, meaning (AB)C = A(BC), so we can group operations differently without changing the result, but it lacks commutativity, so we cannot change the order of multiplication (AB ≠ BA in general). The associative property allows us to compute (AB)C or A(BC) and get the same result, so we can choose which multiplication to perform first based on computational convenience without worrying about different answers. Choice A is correct because it properly describes associativity, stating that matrix multiplication is associative whenever the products are defined. Choice B incorrectly claims that matrix multiplication is not associative, but (AB)C = A(BC) always holds (when dimensions are compatible). To remember the properties: addition and multiplication are both associative (can regroup) and both operations distribute over addition, but only addition is commutative (can reorder)—multiplication order matters. When simplifying matrix expressions, you can freely use associativity to regroup operations ((AB)C = A(BC)) and distributivity to expand or factor (A(B + C) = AB + AC), but you cannot change the order of multiplication without potentially changing the result.

Question 2

For the matrices A=(2013),B=(1401),A=\begin{pmatrix}2&0\\1&3\end{pmatrix},\quad B=\begin{pmatrix}1&4\\0&-1\end{pmatrix}, what is the result of the calculation ABAB?

  1. (2811)\begin{pmatrix}2&8\\1&1\end{pmatrix} (correct answer)
  2. (24111)\begin{pmatrix}2&4\\1&11\end{pmatrix}
  3. (2811)\begin{pmatrix}2&-8\\1&-1\end{pmatrix}
  4. (1401)\begin{pmatrix}1&4\\0&-1\end{pmatrix}
Explanation: This question tests understanding of matrix multiplication computation. Matrix multiplication is performed by taking the dot product of rows from the first matrix with columns from the second matrix, where each element (i,j) in the product is the sum of products of corresponding elements from row i of the first matrix and column j of the second matrix. For A = [[2,0],[1,3]] and B = [[1,4],[0,-1]], to find AB we compute: element (1,1) = 2(1) + 0(0) = 2, element (1,2) = 2(4) + 0(-1) = 8, element (2,1) = 1(1) + 3(0) = 1, and element (2,2) = 1(4) + 3(-1) = 1, giving AB = [[2,8],[1,1]]. Choice A is correct because it shows the accurate result of the matrix multiplication AB = [[2,8],[1,1]]. Choice B shows [[2,4],[1,11]], which contains computational errors in the calculation of the matrix product. Unlike multiplication of real numbers, matrix multiplication is not commutative: for most matrices A and B, AB ≠ BA, and even when both products are defined (square matrices), they typically give different results—only special cases like multiplication by the identity matrix commute. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding.

Question 3

Let R=(0110)R = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} and S=(1101)S = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} . Compute RSRS and SRSR, then determine which property explains why (RS)2R2S2(RS)^2 \neq R^2S^2.

  1. The associative property fails for these particular matrices
  2. The distributive property doesn't apply to powers of matrix products
  3. Matrix multiplication is not commutative, so (RS)2=RSRSR2S2=RRSS(RS)^2 = RSRS \neq R^2S^2 = RRSS (correct answer)
  4. These matrices are not invertible, which prevents the usual power rules from applying
Explanation: When you encounter matrix multiplication problems involving powers and products, the key insight is that matrix multiplication is fundamentally different from regular number multiplication—it's not commutative. Let's compute the required products. First, RS=(0110)(1101)=(0111)RS = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ 1 & 1 \end{pmatrix} . Next, SR=(1101)(0110)=(1110)SR = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix} . Notice that RSSRRS \neq SR—this confirms these matrices don't commute. Now for the key insight: (RS)2=(RS)(RS)=RSRS(RS)^2 = (RS)(RS) = RSRS, while R2S2=(RR)(SS)=RRSSR^2S^2 = (RR)(SS) = RRSS. These are only equal if we can rearrange the middle terms, which requires SR=RSSR = RS. Since we just showed RSSRRS \neq SR, we have (RS)2R2S2(RS)^2 \neq R^2S^2. Choice C correctly identifies that matrix multiplication's non-commutativity prevents the usual power rule (ab)n=anbn(ab)^n = a^n b^n from working. Choice A is wrong because the associative property does hold for matrices—we can group multiplications differently. Choice B misses the point; the issue isn't about distributive properties but commutativity. Choice D is incorrect because both matrices are actually invertible (their determinants are non-zero), and invertibility doesn't affect this power rule anyway. Remember: when working with matrix powers and products, always check whether the matrices commute before applying familiar algebraic rules.

Question 4

Consider matrices AA, BB, and CC where AA is 2×32 \times 3, BB is 3×43 \times 4, and CC is 4×24 \times 2. If we compute both (AB)C(AB)C and A(BC)A(BC), what are the dimensions of each result?

  1. (AB)C(AB)C is 2×22 \times 2 and A(BC)A(BC) is 3×33 \times 3
  2. (AB)C(AB)C is 2×22 \times 2 and A(BC)A(BC) is 2×22 \times 2 (correct answer)
  3. (AB)C(AB)C is 3×43 \times 4 and A(BC)A(BC) is 2×22 \times 2
  4. (AB)C(AB)C is 2×42 \times 4 and A(BC)A(BC) is 2×22 \times 2
Explanation: For (AB)C(AB)C: First ABAB gives a 2×42 \times 4 matrix, then (AB)C(AB)C gives 2×22 \times 2. For A(BC)A(BC): First BCBC gives a 3×23 \times 2 matrix, then A(BC)A(BC) gives 2×22 \times 2. Both results have the same dimensions, which is consistent with the associative property. Choice A incorrectly determines dimensions of A(BC)A(BC). Choice C confuses intermediate dimensions with final dimensions. Choice D incorrectly gives dimensions of the intermediate product ABAB.

Question 5

Simplify (A+B)C(A+B)C using matrix properties (assume all matrices have compatible dimensions).

  1. (A+B)C=AC+BC(A+B)C=AC+BC (correct answer)
  2. (A+B)C=CA+CB(A+B)C=CA+CB
  3. (A+B)C=A+BC(A+B)C=A+BC
  4. (A+B)C=AB+CC(A+B)C=AB+CC
Explanation: This question tests understanding of the properties of matrix operations, specifically distributivity. The distributive property states that matrix multiplication distributes over addition: A(B + C) = AB + AC and (A + B)C = AC + BC, allowing us to expand or factor matrix expressions just like with numbers. To expand (A + B)C, we apply the distributive property: (A + B)C = AC + BC, meaning we multiply A by C and B by C separately, then add the results, just as we would distribute a factor across a sum in algebra. Choice A is correct because it properly applies distributive property. Choice B reverses the order in the expanded form, writing CA + CB instead of AC + BC, but order matters in matrix multiplication. The distributive property A(B + C) = AB + AC is crucial for expanding matrix expressions, and it works just like distributing with numbers, but remember to keep the multiplication order the same (A on the left in both terms). When simplifying matrix expressions, you can freely use associativity to regroup operations ((AB)C = A(BC)) and distributivity to expand or factor (A(B + C) = AB + AC), but you cannot change the order of multiplication without potentially changing the result.

Question 6

Does (AB)C=A(BC)(AB)C=A(BC) for all matrices A,B,CA,B,C with compatible dimensions (property being examined: associativity of matrix multiplication)?

  1. No; matrix multiplication is not associative, so (AB)CA(BC)(AB)C\ne A(BC) in general.
  2. Yes; matrix multiplication is associative, so (AB)C=A(BC)(AB)C=A(BC) whenever both sides are defined. (correct answer)
  3. Yes, but only when AB=BAAB=BA (commutativity is required for associativity).
  4. No; (AB)C=A(BC)(AB)C=A(BC) holds only when AA is the identity matrix II.
Explanation: This question tests understanding of the properties of matrix operations, specifically the associativity of matrix multiplication. Matrix multiplication has the associative property, meaning (AB)C = A(BC), so we can group operations differently without changing the result, but it lacks commutativity, so we cannot change the order of multiplication (AB ≠ BA in general). The associative property allows us to compute (AB)C or A(BC) and get the same result, so we can choose which multiplication to perform first based on computational convenience without worrying about different answers. Choice B is correct because it correctly describes associativity. Choice A incorrectly claims that matrix multiplication is not associative, but (AB)C = A(BC) always holds (when dimensions are compatible). When simplifying matrix expressions, you can freely use associativity to regroup operations ((AB)C = A(BC)) and distributivity to expand or factor (A(B + C) = AB + AC), but you cannot change the order of multiplication without potentially changing the result. To remember the properties: addition and multiplication are both associative (can regroup) and both operations distribute over addition, but only addition is commutative (can reorder)—multiplication order matters.

Question 7

For the matrices A=(1234) and B=(0112),A=\begin{pmatrix}1&2\\3&4\end{pmatrix} \text{ and } B=\begin{pmatrix}0&1\\-1&2\end{pmatrix}, is AB=BAAB=BA in general? Why or why not?

  1. Yes; matrix multiplication is commutative for all square matrices, so AB=BAAB=BA.
  2. No; matrix multiplication is not commutative in general, so typically ABBAAB\ne BA even when both products are defined. (correct answer)
  3. Yes; because matrix addition is commutative, AB=BAAB=BA must also hold.
  4. No; matrix multiplication is not associative, so ABBAAB\ne BA.
Explanation: This question tests understanding of the commutativity property for matrix multiplication. Unlike multiplication of real numbers, matrix multiplication is not commutative: for most matrices A and B, AB ≠ BA, and even when both products are defined (square matrices), they typically give different results—only special cases like multiplication by the identity matrix commute. For example, with A = [[1,2],[3,4]] and B = [[0,1],[-1,2]], computing AB gives [[−2,5],[−4,11]] while BA gives [[3,4],[5,6]], demonstrating that the order of multiplication matters—reversing the order changes the outcome. Choice B is correct because it accurately states that matrix multiplication is not commutative in general, so typically AB ≠ BA even when both products are defined. Choice A incorrectly claims that matrix multiplication is commutative for all square matrices, but this is false—commutativity only holds in special cases, not generally. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding.

Question 8

For A=(1230)A=\begin{pmatrix}1&-2\\3&0\end{pmatrix} and the zero matrix O=(0000)O=\begin{pmatrix}0&0\\0&0\end{pmatrix}, what is the result of AOAO (property being examined: zero matrix absorption under multiplication)?

  1. AO=AAO=A
  2. AO=OAO=O (correct answer)
  3. AO=IAO=I
  4. AO=OAAO=OA only if AA is diagonal
Explanation: This question tests understanding of the properties of matrix operations, specifically the zero matrix in multiplication. Unlike matrix addition, which is commutative (A + B = B + A), matrix multiplication is generally NOT commutative (AB ≠ BA in general) even though it is associative ((AB)C = A(BC)). For the zero matrix O, multiplying any matrix A by O gives O, as each entry in AO is a sum of zeros, resulting in the zero matrix. Choice B is correct because it accurately states that AO = O. Choice A claims AO = A, but this confuses the zero matrix with the identity, as multiplication by zero absorbs to zero, not leaving A unchanged. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding. When simplifying matrix expressions, you can freely use associativity to regroup operations ((AB)C = A(BC)) and distributivity to expand or factor (A(B + C) = AB + AC), but you cannot change the order of multiplication without potentially changing the result.

Question 9

For the matrices A=(1021)A=\begin{pmatrix}1&0\\2&-1\end{pmatrix}, B=(3102)B=\begin{pmatrix}3&1\\0&2\end{pmatrix}, and C=(1450)C=\begin{pmatrix}-1&4\\5&0\end{pmatrix}, what is the expanded form of (A+B)C(A+B)C using distributivity?

  1. (A+B)C=AC+BC(A+B)C=AC+BC (correct answer)
  2. (A+B)C=CA+CB(A+B)C=CA+CB
  3. (A+B)C=AB+CC(A+B)C=AB+CC
  4. (A+B)C=AC+B(A+B)C=AC+B
Explanation: This question tests understanding of the distributive property when multiplication occurs on the right. The distributive property states that matrix multiplication distributes over addition: A(B + C) = AB + AC and (A + B)C = AC + BC, allowing us to expand or factor matrix expressions just like with numbers. To expand (A + B)C, we apply the right distributive property: (A + B)C = AC + BC, meaning we multiply A by C and B by C separately, then add the results, maintaining the order with C on the right in both terms. Choice A is correct because it properly applies the distributive property to get (A + B)C = AC + BC. Choice B reverses the order in the expanded form, writing CA + CB instead of AC + BC, but order matters in matrix multiplication since it's not commutative. The distributive property works from both sides: A(B + C) = AB + AC (left distribution) and (A + B)C = AC + BC (right distribution), but remember to keep the multiplication order consistent in the expanded form.

Question 10

For matrices A,B,CA,B,C of compatible dimensions, what is the expanded form of A(B+C)A(B+C) (distributivity)?

  1. A(B+C)=AB+ACA(B+C)=AB+AC (correct answer)
  2. A(B+C)=AB+CA(B+C)=AB+C
  3. A(B+C)=A+BCA(B+C)=A+BC
  4. A(B+C)=BA+CAA(B+C)=BA+CA
Explanation: This question tests understanding of the distributive property for matrix multiplication over addition. The distributive property states that matrix multiplication distributes over addition: A(B + C) = AB + AC and (A + B)C = AC + BC, allowing us to expand or factor matrix expressions just like with numbers. To expand A(B + C), we apply the distributive property: A(B + C) = AB + AC, meaning we multiply A by B and A by C separately, then add the results, just as we would distribute a factor across a sum in algebra. Choice A is correct because it properly applies the distributive property to get A(B + C) = AB + AC. Choice D reverses the order in the expanded form, writing BA + CA instead of AB + AC, but order matters in matrix multiplication. The distributive property A(B + C) = AB + AC is crucial for expanding matrix expressions, and it works just like distributing with numbers, but remember to keep the multiplication order the same (A on the left in both terms).

Question 11

For the matrices A=(1234)A=\begin{pmatrix}1&2\\3&4\end{pmatrix} and B=(0112)B=\begin{pmatrix}0&1\\-1&2\end{pmatrix}, the property being examined is commutativity of matrix multiplication. Is AB=BAAB=BA in general? Why or why not?

  1. AB=BAAB=BA for all square matrices because multiplication is commutative.
  2. ABBAAB\ne BA in general; matrix multiplication is not commutative. (correct answer)
  3. AB=BAAB=BA whenever AA and BB have the same dimensions.
  4. ABBAAB\ne BA because matrix addition is not commutative.
Explanation: This question tests understanding of the commutativity of matrix multiplication for matrices. Unlike multiplication of real numbers, matrix multiplication is not commutative: for most matrices A and B, AB ≠ BA, and even when both products are defined (square matrices), they typically give different results—only special cases like multiplication by the identity matrix commute. For example, with A = [[1,2],[3,4]] and B = [[0,1],[-1,2]], computing AB gives [[-2,5],[-4,11]] while BA gives [[3,4],[5,6]], demonstrating that the order of multiplication matters—reversing the order changes the outcome. Choice B is correct because it accurately identifies the non-commutativity of matrix multiplication, stating AB ≠ BA in general. Choice A incorrectly claims that matrix multiplication is commutative (AB = BA), but this is false in general—only special matrices like the identity commute with all matrices. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding.

Question 12

Consider the matrix equation (A+B)2=A2+2AB+B2(A + B)^2 = A^2 + 2AB + B^2, where AA and BB are 2×22 \times 2 matrices. This equation holds if and only if:

  1. AA and BB are both diagonal matrices with equal diagonal entries
  2. AA and BB commute under multiplication (i.e., AB=BAAB = BA) (correct answer)
  3. AA and BB are both symmetric matrices with the same eigenvalues
  4. AA and BB are both invertible matrices with determinant equal to 11
Explanation: Expanding (A+B)2=(A+B)(A+B)=A2+AB+BA+B2(A + B)^2 = (A + B)(A + B) = A^2 + AB + BA + B^2. For this to equal A2+2AB+B2A^2 + 2AB + B^2, we need AB+BA=2ABAB + BA = 2AB, which means BA=ABBA = AB. This is precisely the condition that AA and BB commute. Choice A is too restrictive - many non-diagonal matrices commute. Choice C involves properties not directly related to commutativity. Choice D concerns invertibility, which is irrelevant to the equation holding.

Question 13

Let M=(1234)M = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} and N=(0110)N = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} . If we define S=MN+NMS = MN + NM and T=MNNMT = MN - NM, what is the relationship between det(S)\det(S) and det(T)\det(T)?

  1. det(S)=det(T)\det(S) = \det(T)
  2. det(S)=det(T)\det(S) = -\det(T)
  3. det(S)+det(T)=0\det(S) + \det(T) = 0
  4. det(S)det(T)=0\det(S) \cdot \det(T) = 0 (correct answer)
Explanation: Calculate MN=(2143)MN = \begin{pmatrix} 2 & 1 \\ 4 & 3 \end{pmatrix} and NM=(3412)NM = \begin{pmatrix} 3 & 4 \\ 1 & 2 \end{pmatrix} . Then S=(5555)S = \begin{pmatrix} 5 & 5 \\ 5 & 5 \end{pmatrix} and T=(1331)T = \begin{pmatrix} -1 & -3 \\ 3 & 1 \end{pmatrix} . Since SS has identical rows, det(S)=0\det(S) = 0. For TT, det(T)=(1)(1)(3)(3)=1+9=80\det(T) = (-1)(1) - (-3)(3) = -1 + 9 = 8 \neq 0. Therefore det(S)det(T)=08=0\det(S) \cdot \det(T) = 0 \cdot 8 = 0. Choices A and B assume specific relationships that don't hold. Choice C would require det(T)=0\det(T) = 0 as well.

Question 14

For the matrices A=(1234)A=\begin{pmatrix}1&2\\3&4\end{pmatrix} and B=(0112)B=\begin{pmatrix}0&1\\-1&2\end{pmatrix}, is AB=BAAB=BA in general? Why or why not (based on this example)?

  1. Yes; matrix multiplication is commutative for all square matrices, so AB=BAAB=BA.
  2. No; matrix multiplication is not commutative in general, and for these matrices ABBAAB\ne BA. (correct answer)
  3. Yes; because A+B=B+AA+B=B+A, it follows that AB=BAAB=BA.
  4. No; matrix multiplication is not associative, so ABBAAB\ne BA.
Explanation: This question tests understanding of the properties of matrix operations, specifically the commutativity of matrix multiplication. Unlike matrix addition, which is commutative (A + B = B + A), matrix multiplication is generally NOT commutative (AB ≠ BA in general) even though it is associative ((AB)C = A(BC)). For example, with A = [[1,2],[3,4]] and B = [[0,1],[-1,2]], computing AB gives [[-2,5],[-4,11]] while BA gives [[3,4],[5,6]], demonstrating that the order of multiplication matters—reversing the order changes the outcome. Choice B is correct because it accurately states that matrix multiplication is not commutative in general, and for these matrices AB ≠ BA. Choice A incorrectly claims that matrix multiplication is commutative (AB = BA), but this is false in general—only special matrices like the identity commute with all matrices. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding. To remember the properties: addition and multiplication are both associative (can regroup) and both operations distribute over addition, but only addition is commutative (can reorder)—multiplication order matters.

Question 15

For the matrices A=(2103)A=\begin{pmatrix}2&-1\\0&3\end{pmatrix}, B=(1420)B=\begin{pmatrix}1&4\\-2&0\end{pmatrix}, and C=(0511)C=\begin{pmatrix}0&5\\1&-1\end{pmatrix}, what is the expanded form of (A+B)C(A+B)C using the distributive property?

  1. (A+B)C=AC+BC(A+B)C=AC+BC (correct answer)
  2. (A+B)C=CA+CB(A+B)C=CA+CB
  3. (A+B)C=AB+C(A+B)C=AB+C
  4. (A+B)C=A(C+B)(A+B)C=A(C+B)
Explanation: This question tests understanding of the properties of matrix operations, specifically the distributive property of multiplication over addition. The distributive property states that matrix multiplication distributes over addition: A(B + C) = AB + AC and (A + B)C = AC + BC, allowing us to expand or factor matrix expressions just like with numbers. To expand (A + B)C, we apply the distributive property: (A + B)C = AC + BC, meaning we multiply A by C and B by C separately, then add the results, just as we would distribute a factor across a sum in algebra. Choice A is correct because it properly applies the distributive property. Choice B reverses the order in the expanded form, writing CA + CB instead of AC + BC, but order matters in matrix multiplication. The distributive property A(B + C) = AB + AC is crucial for expanding matrix expressions, and it works just like distributing with numbers, but remember to keep the multiplication order the same (A on the left in both terms). To remember the properties: addition and multiplication are both associative (can regroup) and both operations distribute over addition, but only addition is commutative (can reorder)—multiplication order matters.

Question 16

How does k(AB)k(AB) relate to (kA)B(kA)B for a scalar kk and compatible matrices AA and BB (property being examined: scalar compatibility with matrix multiplication)?

  1. k(AB)=(kA)B=A(kB)k(AB)=(kA)B=A(kB) (correct answer)
  2. k(AB)=kA+kBk(AB)=kA+kB
  3. k(AB)=(Ak)Bk(AB)=(Ak)B only when AB=BAAB=BA
  4. k(AB)=ABkk(AB)=ABk is true only if k=0k=0
Explanation: This question tests understanding of the properties of matrix operations, specifically scalar compatibility with matrix multiplication. The distributive property states that matrix multiplication distributes over addition: A(B + C) = AB + AC and (A + B)C = AC + BC, allowing us to expand or factor matrix expressions just like with numbers. For scalars, the property extends such that k(AB) = (kA)B = A(kB), demonstrating how scalar multiplication associates with matrix multiplication. Choice A is correct because it correctly describes the scalar compatibility property. Choice B incorrectly expands k(AB) as kA + kB, but the distributive property requires multiplying the scalar by the product, not adding. The distributive property A(B + C) = AB + AC is crucial for expanding matrix expressions, and it works just like distributing with numbers, but remember to keep the multiplication order the same (A on the left in both terms). When simplifying matrix expressions, you can freely use associativity to regroup operations ((AB)C = A(BC)) and distributivity to expand or factor (A(B + C) = AB + AC), but you cannot change the order of multiplication without potentially changing the result.

Question 17

For matrices A,B,CA,B,C of compatible dimensions, what is the expanded form of A(B+C)A(B+C) (property being examined: distributivity of multiplication over addition)?

  1. A(B+C)=AB+ACA(B+C)=AB+AC (correct answer)
  2. A(B+C)=AB+CA(B+C)=AB+C
  3. A(B+C)=A+BCA(B+C)=A+B C
  4. A(B+C)=BA+CAA(B+C)=BA+CA
Explanation: This question tests understanding of the properties of matrix operations, specifically the distributivity of multiplication over addition. The distributive property states that matrix multiplication distributes over addition: A(B + C) = AB + AC and (A + B)C = AC + BC, allowing us to expand or factor matrix expressions just like with numbers. To expand A(B + C), we apply the distributive property: A(B + C) = AB + AC, meaning we multiply A by B and A by C separately, then add the results, just as we would distribute a factor across a sum in algebra. Choice A is correct because it properly applies the distributive property. Choice D reverses the order in the expanded form, writing BA + CA instead of AB + AC, but order matters in matrix multiplication. The distributive property A(B + C) = AB + AC is crucial for expanding matrix expressions, and it works just like distributing with numbers, but remember to keep the multiplication order the same (A on the left in both terms). To remember the properties: addition and multiplication are both associative (can regroup) and both operations distribute over addition, but only addition is commutative (can reorder)—multiplication order matters.

Question 18

For matrices AA and BB of the same dimensions, which statement is true about matrix addition (commutativity)?

  1. A+B=B+AA+B=B+A (correct answer)
  2. A+BB+AA+B\ne B+A in general, even when dimensions match.
  3. A+B=ABA+B=AB
  4. A+B=BAA+B=BA
Explanation: This question tests understanding of the commutativity property for matrix addition. Matrix addition is commutative (A + B = B + A) and associative ((A + B) + C = A + (B + C)), but matrix multiplication is generally NOT commutative (AB ≠ BA in general) even though it is associative ((AB)C = A(BC)). Matrix addition is commutative, so A + B = B + A always holds when A and B have the same dimensions, meaning we can add matrices in any order just like adding numbers. Choice A is correct because it accurately states that A + B = B + A, which is the commutativity property for matrix addition. Choice B incorrectly states that matrix addition is not commutative, but A + B = B + A always holds for matrices of the same dimensions. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding.

Question 19

Let II be the 2×22\times 2 identity matrix and let AA be any 2×22\times 2 matrix. When does AI=IAAI=IA hold for square matrices?

  1. Only when AA is the zero matrix OO.
  2. Only when AA is diagonal.
  3. Always: AI=IA=AAI=IA=A for any square matrix AA of the same size as II. (correct answer)
  4. Never: matrix multiplication cannot commute with any matrix.
Explanation: This question tests understanding of special cases where matrix multiplication commutes. Unlike multiplication of real numbers, matrix multiplication is not commutative: for most matrices A and B, AB ≠ BA, and even when both products are defined (square matrices), they typically give different results—only special cases like multiplication by the identity matrix commute. Matrix multiplication commutes in special cases: AB = BA when B is the identity matrix I (since AI = IA = A), when both are diagonal matrices with specific patterns, or when one is a scalar multiple of the identity, but these are exceptions, not the general rule. Choice C is correct because it accurately states that AI = IA = A always holds for any square matrix A of the same size as I. Choice D incorrectly claims that matrix multiplication never commutes with any matrix, but the identity matrix always commutes with all matrices of the same size. Special cases where AB = BA: when B is the identity matrix (AI = IA = A), when both matrices are scalar multiples of I, or when both are certain diagonal matrices, but don't assume commutativity generally. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding.

Question 20

When does AB=BAAB=BA for square matrices? (This question is about commutativity and its special cases.)

  1. Always, for any square matrices AA and BB of the same size.
  2. Never, for any nonzero square matrices AA and BB.
  3. Sometimes; for example, AB=BAAB=BA when B=IB=I (the identity matrix) of the same size as AA. (correct answer)
  4. Only when AA and BB have the same entries in the same positions.
Explanation: This question tests understanding of the properties of matrix operations, specifically commutativity of multiplication and its special cases. Unlike multiplication of real numbers, matrix multiplication is not commutative: for most matrices A and B, AB ≠ BA, and even when both products are defined (square matrices), they typically give different results—only special cases like multiplication by the identity matrix commute. Matrix multiplication commutes in special cases: AB = BA when B is the identity matrix I (since AI = IA = A), when both are diagonal matrices with specific patterns, or when one is a scalar multiple of the identity, but these are exceptions, not the general rule. Choice C is correct because it correctly identifies non-commutativity while noting a special case like the identity matrix. Choice A incorrectly claims that matrix multiplication is commutative (AB = BA), but this is false in general—only special matrices like the identity commute with all matrices. Special cases where AB = BA: when B is the identity matrix (AI = IA = A), when both matrices are scalar multiples of I, or when both are certain diagonal matrices, but don't assume commutativity generally. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding.