Precalculus Quiz: Zero And Identity Matrices And Determinants
20 questions · exam conditions
0:00
Zero And Identity Matrices And DeterminantsQuestion 1 of 20

Let A=(2143)A = \begin{pmatrix} 2 & -1 \\ 4 & 3 \end{pmatrix} and B=(1001)B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} . If C=ABBAC = A \cdot B - B \cdot A, what is the determinant of matrix CC?

00
1010
10-10
11
← Back to quizzes

Precalculus Quiz

Precalculus Quiz: Zero And Identity Matrices And Determinants

Practice Zero And Identity Matrices And Determinants 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 Zero And Identity Matrices And Determinants, 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=(2143)A = \begin{pmatrix} 2 & -1 \\ 4 & 3 \end{pmatrix} and B=(1001)B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} . If C=ABBAC = A \cdot B - B \cdot A, what is the determinant of matrix CC?

  1. 00 (correct answer)
  2. 1010
  3. 10-10
  4. 11
Explanation: Since BB is the identity matrix, AB=AA \cdot B = A and BA=AB \cdot A = A. Therefore, C=AA=(0000)C = A - A = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix} , which is the zero matrix. The determinant of the zero matrix is 00. Choice B is the determinant of AA (23(1)4=102 \cdot 3 - (-1) \cdot 4 = 10). Choice C reflects a sign error in computing the determinant of AA. Choice D assumes CC equals the identity matrix.

Question 2

Matrix MM is a 3×33 \times 3 matrix such that MI3=MM \cdot I_3 = M and det(M)=0\det(M) = 0. Which statement about matrix MM must be true?

  1. Matrix MM has a multiplicative inverse and can be used to solve linear systems uniquely.
  2. Matrix MM has no multiplicative inverse and represents a transformation that collapses dimension. (correct answer)
  3. Matrix MM equals the zero matrix since its determinant is zero.
  4. Matrix MM equals the identity matrix since it satisfies the identity property.
Explanation: Since det(M)=0\det(M) = 0, matrix MM has no multiplicative inverse and represents a transformation that reduces dimension (collapses space). The condition MI3=MM \cdot I_3 = M is satisfied by any 3×33 \times 3 matrix since multiplying by the identity always returns the original matrix. Choice A contradicts the fundamental theorem about determinants and inverses. Choice C is incorrect because many non-zero matrices have zero determinant. Choice D misinterprets the identity property.

Question 3

Consider the matrix W=(p21q)W = \begin{pmatrix} p & 2 \\ -1 & q \end{pmatrix} . If W02×2=02×2W \cdot 0_{2 \times 2} = 0_{2 \times 2} and det(W)=7\det(W) = 7, what is the value of p+qp + q?

  1. The value cannot be determined since multiplying by zero gives no information about WW.
  2. p+q=7p + q = 7 since the determinant equals the trace when multiplied by zero.
  3. p+qp + q can be any value since the zero matrix property is satisfied by all matrices. (correct answer)
  4. p+q=7p + q = \sqrt{7} since this balances the determinant condition with the zero matrix property.
Explanation: The condition W02×2=02×2W \cdot 0_{2 \times 2} = 0_{2 \times 2} is always true for any matrix WW since any matrix multiplied by the zero matrix equals the zero matrix. This gives us no constraint on pp and qq. The determinant condition det(W)=pq(2)(1)=pq+2=7\det(W) = pq - (2)(-1) = pq + 2 = 7 gives us pq=5pq = 5, but this doesn't uniquely determine p+qp + q. For example, p=5,q=1p = 5, q = 1 gives p+q=6p + q = 6, while p=52,q=2p = \frac{5}{2}, q = 2 gives p+q=92p + q = \frac{9}{2}. Choices A, B, and D all provide incorrect reasoning about the relationship between these conditions.

Question 4

Given the 2×22\times2 zero matrix O=[0000]O=\begin{bmatrix}0&0\\0&0\end{bmatrix}, what is det(O)\det(O)?

  1. 11
  2. 00 (correct answer)
  3. 1-1
  4. 22
Explanation: This question tests understanding of zero matrices and their determinants. The zero matrix O has all entries equal to zero and serves as the additive identity for matrices: A + O = O + A = A for any matrix A of the same dimensions, analogous to adding 0 to a number. The determinant of the zero matrix is always 0, which can be verified using the formula det([0 0; 0 0]) = (0)(0) - (0)(0) = 0 - 0 = 0. This means the zero matrix is singular (has no inverse), which makes sense since no matrix multiplied by O can give the identity matrix. Choice B is correct because det(O) = 0 for any zero matrix, reflecting that it's always singular (non-invertible). Choice A incorrectly gives 1, confusing the zero matrix with the identity matrix. Key insight: det(O) = 0 means the zero matrix is never invertible, while det(I) = 1 means the identity matrix is always invertible—these are fundamental properties of these special matrices.

Question 5

Let I3=[100010001]I_3=\begin{bmatrix}1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1\end{bmatrix} be the 3×33\times 3 identity matrix. What is det(I3)\det(I_3)?

  1. 00
  2. 33
  3. 1-1
  4. 11 (correct answer)
Explanation: This question tests understanding of identity matrices and their properties. The identity matrix I is a square matrix with 1s on the main diagonal and 0s elsewhere, serving as the multiplicative identity: for any matrix A of compatible dimensions, AI=IA=AA \cdot I = I \cdot A = A, just as multiplying a number by 1 leaves it unchanged. The determinant has the property that det(AB)=det(A)det(B)det(AB) = det(A) \cdot det(B) for square matrices A and B, det(I)=1det(I) = 1 for the identity matrix, and det(O)=0det(O) = 0 for the zero matrix, with the non-zero determinant criterion determining invertibility. For the 3×3 identity matrix I3=[100010001]I_3 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}, det(I3)=1det(I_3) = 1. Choice D is correct because it correctly states the identity property. Choice A claims det(I)=0det(I) = 0, but the determinant of the identity matrix is always 1. Determinant properties: det(I)=1det(I) = 1 (identity always invertible), det(O)=0det(O) = 0 (zero matrix never invertible), and det(AB)=det(A)det(B)det(AB) = det(A) \cdot det(B) (determinants multiply, not add). Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI=IA=AAI = IA = A), while the zero matrix O is the additive identity (A+O=AA + O = A) and absorbs under multiplication (AO=OA \cdot O = O).

Question 6

Let P=(abcd)P = \begin{pmatrix} a & b \\ c & d \end{pmatrix} where adbc=5ad - bc = 5. If Q=P+kI2Q = P + kI_2 for some scalar kk, what is det(Q)\det(Q) in terms of aa, dd, and kk?

  1. 5+k5 + k
  2. (a+k)(d+k)bc(a + k)(d + k) - bc (correct answer)
  3. adbc+k2ad - bc + k^2
  4. 5k+k25k + k^2
Explanation: $$. Therefore, $$\det(Q) = (a+k)(d+k) - bc$$. Choice A incorrectly adds $$k$$ to the original determinant. Choice C incorrectly adds $$k^2$$ to $$ad - bc$$. Choice D substitutes the given value $$ad - bc = 5$$ but uses an incorrect formula for the determinant.

Question 7

Let AA be a 3×33\times 3 matrix and let I3=[100010001]I_3=\begin{bmatrix}1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1\end{bmatrix}. For matrix AA, which statement correctly describes the identity matrix property under multiplication?

  1. AI3=I3A\cdot I_3 = I_3
  2. AI3=O3A\cdot I_3 = O_3
  3. AI3=AA\cdot I_3 = A (correct answer)
  4. AI3AA\cdot I_3 \ne A in general because matrix multiplication is not commutative.
Explanation: This question tests understanding of identity matrices and their properties. The identity matrix I is a square matrix with 1s on the main diagonal and 0s elsewhere, serving as the multiplicative identity: for any matrix A of compatible dimensions, A·I = I·A = A, just as multiplying a number by 1 leaves it unchanged. The identity matrix for 3×3 is I = [[1,0,0],[0,1,0],[0,0,1]]. When we compute A·I, the result is A, confirming the identity property. Choice C is correct because it correctly states the identity property. Choice A states that A·I = I, but the identity property is A·I = A—multiplying by the identity matrix leaves A unchanged, not replaces it with I. Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 8

Let AA be any 2×22\times2 matrix and let OO be the 2×22\times2 zero matrix O=[0000]O=\begin{bmatrix}0&0\\0&0\end{bmatrix}. What property does the zero matrix have under multiplication, i.e., what is AOA\cdot O?

  1. AO=OA\cdot O=O (correct answer)
  2. AO=AA\cdot O=A
  3. AO=I2A\cdot O=I_2
  4. AO=det(A)A\cdot O=\det(A)
Explanation: This question tests understanding of zero matrices and their properties under multiplication. The zero matrix O has all entries equal to zero and serves as the additive identity for matrices: A + O = O + A = A for any matrix A of the same dimensions, analogous to adding 0 to a number. For multiplication, when any matrix A is multiplied by the zero matrix O, the result is always the zero matrix: A·O = O. This is because each entry in the product is computed as a sum of products, and since all entries of O are zero, every sum equals zero. Choice A is correct because A·O = O for any matrix A—the zero matrix 'absorbs' under multiplication. Choice B incorrectly states A·O = A, confusing the multiplication property with the addition property (A + O = A). Remember that while the zero matrix is the additive identity (A + O = A), it acts as an absorbing element under multiplication (A·O = O·A = O), similar to how multiplying any number by 0 gives 0.

Question 9

Matrix TT represents a linear transformation that maps the unit square to a parallelogram with area 66. If S=T+0I2S = T + 0 \cdot I_2, what is the relationship between det(S)\det(S) and the invertibility of SS?

  1. det(S)=6\det(S) = 6 and SS is invertible since the transformation preserves shape.
  2. det(S)=1\det(S) = 1 and SS is invertible since the identity component ensures invertibility.
  3. det(S)=0\det(S) = 0 and SS is not invertible since adding zero changes invertibility.
  4. det(S)=6\det(S) = 6 and SS is invertible since the determinant is nonzero. (correct answer)
Explanation: When you encounter questions about linear transformations and matrices, focus on how the determinant connects geometric properties to algebraic ones. The key insight is that a matrix's determinant tells you both the area scaling factor of the transformation and whether the matrix is invertible. Since matrix TT maps the unit square (area = 1) to a parallelogram with area 6, the transformation scales areas by a factor of 6. This means det(T)=6\det(T) = 6. Now, S=T+0I2S = T + 0 \cdot I_2 simplifies to S=T+0=TS = T + 0 = T, so SS and TT are identical matrices. Therefore, det(S)=det(T)=6\det(S) = \det(T) = 6. Since the determinant is nonzero, SS is invertible. Choice A incorrectly claims the transformation "preserves shape." Linear transformations that map squares to parallelograms change shape unless the parallelogram is also a square. The reasoning conflates area scaling with shape preservation. Choice B contains a fundamental error: it states det(S)=1\det(S) = 1, but we know from the area scaling that the determinant must be 6. The phrase "identity component ensures invertibility" is meaningless since we're adding 0I2=00 \cdot I_2 = 0. Choice C makes two mistakes: it claims det(S)=0\det(S) = 0 (contradicting the given area information) and suggests that "adding zero changes invertibility," which is nonsensical since adding zero doesn't change anything. Remember: the determinant of a linear transformation matrix equals the area scaling factor. If this factor is nonzero, the matrix is invertible. Always check what operations are actually being performed on the matrix—adding zero matrices changes nothing.

Question 10

Let A=[5213]A=\begin{bmatrix}5&2\\-1&3\end{bmatrix} and let OO be the 2×22\times 2 zero matrix O=[0000]O=\begin{bmatrix}0&0\\0&0\end{bmatrix}. For matrix AA, what is A+OA+O?

  1. [0000]\begin{bmatrix}0&0\\0&0\end{bmatrix}
  2. [5213]\begin{bmatrix}5&2\\-1&3\end{bmatrix} (correct answer)
  3. [5003]\begin{bmatrix}5&0\\0&3\end{bmatrix}
  4. [5213]\begin{bmatrix}5&2\\1&3\end{bmatrix}
Explanation: This question tests understanding of zero matrices and their properties. The zero matrix O has all entries equal to zero and serves as the additive identity for matrices: A + O = O + A = A for any matrix A of the same dimensions, analogous to adding 0 to a number. When we add A + O = [5 2; -1 3] + [0 0; 0 0], we add corresponding entries: (5+0)=5, (2+0)=2, (-1+0)=-1, and (3+0)=3, giving us [5 2; -1 3], which equals A. Choice B is correct because it properly shows that A + O = A = [5 2; -1 3], confirming that O is the additive identity. Choice A incorrectly gives the zero matrix as the answer, claiming A + O = O, but the zero matrix is the additive identity, so A + O = A (adding zero doesn't change A). Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 11

Let A=[2134]A=\begin{bmatrix}2 & -1\\ 3 & 4\end{bmatrix} be a 2×22\times 2 matrix and let I2=[1001]I_2=\begin{bmatrix}1 & 0\\ 0 & 1\end{bmatrix} be the 2×22\times 2 identity matrix. For matrix AA, what is AI2A\cdot I_2?

  1. [1001]\begin{bmatrix}1 & 0\\ 0 & 1\end{bmatrix}
  2. [0000]\begin{bmatrix}0 & 0\\ 0 & 0\end{bmatrix}
  3. [2134]\begin{bmatrix}2 & -1\\ 3 & 4\end{bmatrix} (correct answer)
  4. [2134]\begin{bmatrix}2 & 1\\ -3 & 4\end{bmatrix}
Explanation: This question tests understanding of identity matrices and their properties. The identity matrix I is a square matrix with 1s on the main diagonal and 0s elsewhere, serving as the multiplicative identity: for any matrix A of compatible dimensions, A·I = I·A = A, just as multiplying a number by 1 leaves it unchanged. The identity matrix for 2×2 is I = [[1,0],[0,1]]. When we compute A·I = [[2,-1],[3,4]] · [[1,0],[0,1]] = [[21 + (-1)0, 20 + (-1)1], [31 + 40, 30 + 41]] = [[2,-1],[3,4]], we get back A, confirming the identity property. Choice C is correct because it correctly states the identity property by showing A·I2 equals A. Choice A states that A·I = I, but the identity property is A·I = A—multiplying by the identity matrix leaves A unchanged, not replaces it with I. Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 12

Let A=[2314]A=\begin{bmatrix}2&3\\1&4\end{bmatrix} (a 2×22\times2 matrix). Based on the determinant formula det([abcd])=adbc\det\left(\begin{bmatrix}a&b\\c&d\end{bmatrix}\right)=ad-bc, what is the determinant of matrix AA?

  1. 5-5
  2. 1111
  3. 55 (correct answer)
  4. 88
Explanation: This question tests understanding of determinant calculation for 2×2 matrices. The determinant of a 2×2 matrix A = [a b; c d] is calculated as det(A) = ad - bc, giving a scalar value that determines whether the matrix has an inverse: if det(A) ≠ 0, the matrix is invertible (non-singular), but if det(A) = 0, the matrix is singular (no inverse exists). For matrix A = [2 3; 1 4], we compute det(A) = ad - bc = (2)(4) - (3)(1) = 8 - 3 = 5. Choice C is correct because it properly calculates det(A) = ad - bc = 8 - 3 = 5. Choice A gives -5, which would result from reversing the subtraction (3 - 8 instead of 8 - 3), while choice B incorrectly adds the products (8 + 3 = 11) instead of subtracting. Key to determinants: for a 2×2 matrix [a b; c d], always use det = ad - bc (products along main diagonal minus products along anti-diagonal), and remember that det = 0 means the matrix has no inverse (singular) while det ≠ 0 means it's invertible.

Question 13

Let AA be any 2×22\times2 matrix and let O2=[0000]O_2=\begin{bmatrix}0&0\\0&0\end{bmatrix}. What property does the zero matrix have under multiplication (with compatible dimensions), i.e., what is AO2A\cdot O_2?​

  1. AO2=AA\cdot O_2=A
  2. AO2=I2A\cdot O_2=I_2
  3. AO2=O2A\cdot O_2=O_2 (correct answer)
  4. AO2=det(A)A\cdot O_2=\det(A)
Explanation: This question tests understanding of zero matrices and their properties. The zero matrix O has all entries equal to zero and serves as the additive identity for matrices: A + O = O + A = A for any matrix A of the same dimensions, analogous to adding 0 to a number. For multiplication, A·O = [[show result is O]], showing that the zero matrix 'absorbs' under multiplication. Choice C is correct because it correctly states the zero matrix property under multiplication. Choice A claims A·O = A, but the zero matrix absorbs under multiplication, so A·O = O. Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 14

Consider matrices A=(3214)A = \begin{pmatrix} 3 & 2 \\ 1 & 4 \end{pmatrix} and B=(x00y)B = \begin{pmatrix} x & 0 \\ 0 & y \end{pmatrix} . If AB=BAAB = BA and det(B)=0\det(B) = 0, which values of xx and yy satisfy these conditions?

  1. x=3,y=4x = 3, y = 4 since these make BB diagonal with AA's eigenvalues.
  2. x=0,y=1x = 0, y = 1 since this makes det(B)=0\det(B) = 0 and satisfies commutativity.
  3. x=1,y=0x = 1, y = 0 since this makes det(B)=0\det(B) = 0 and satisfies commutativity.
  4. x=0,y=0x = 0, y = 0 since the zero matrix commutes with all matrices. (correct answer)
Explanation: When you encounter matrix problems involving commutativity (AB=BAAB = BA) and determinant conditions, you need to systematically check both requirements. Let's verify the correct answer by testing AB=BAAB = BA for each option. For matrices to commute, their product must be the same regardless of order. With A=(3214)A = \begin{pmatrix} 3 & 2 \\ 1 & 4 \end{pmatrix} and $$B = \begin{pmatrix} x & 0 \ 0 & y \end{pmatrix} $$AB = \begin{pmatrix} 3x & 2y \\ x & 4y \end{pmatrix} $$ and $$BA = \begin{pmatrix} 3x & 2x \\ y & 4y \end{pmatrix} For AB=BAAB = BA, we need 2y=2x2y = 2x and x=yx = y, which means x=yx = y. Now checking the determinant condition det(B)=xy=0\det(B) = xy = 0: since x=yx = y, we need x2=0x^2 = 0, so x=y=0x = y = 0. Option A gives x=3,y=4x = 3, y = 4, but det(B)=120\det(B) = 12 \neq 0, violating the determinant condition. Option B has x=0,y=1x = 0, y = 1, which satisfies det(B)=0\det(B) = 0, but from our commutativity analysis, we need x=yx = y, and 010 \neq 1. Option C has x=1,y=0x = 1, y = 0, which satisfies det(B)=0\det(B) = 0, but again 101 \neq 0, violating commutativity. Option D gives x=0,y=0x = 0, y = 0, satisfying both x=yx = y (commutativity) and $$\det(B) = 0$. Study tip: When checking matrix commutativity, compute both products explicitly and set corresponding entries equal. Don't assume diagonal matrices automatically commute with all matrices—they only commute when they're scalar multiples of the identity matrix.

Question 15

Let A=[502134]A=\begin{bmatrix}5 & 0 & -2\\ 1 & 3 & 4\end{bmatrix} be a 2×32\times 3 matrix and let OO be the 2×32\times 3 zero matrix [000000]\begin{bmatrix}0 & 0 & 0\\ 0 & 0 & 0\end{bmatrix}. For matrix AA, what is A+OA+O?

  1. [000000]\begin{bmatrix}0 & 0 & 0\\ 0 & 0 & 0\end{bmatrix}
  2. [502134]\begin{bmatrix}5 & 0 & -2\\ 1 & 3 & 4\end{bmatrix} (correct answer)
  3. [501324]\begin{bmatrix}5 & 0\\ 1 & 3\\ -2 & 4\end{bmatrix}
  4. [502134]\begin{bmatrix}5 & 0 & 2\\ 1 & 3 & -4\end{bmatrix}
Explanation: This question tests understanding of zero matrices and their properties. The zero matrix O has all entries equal to zero and serves as the additive identity for matrices: A + O = O + A = A for any matrix A of the same dimensions, analogous to adding 0 to a number. The zero matrix O = [[0,0,0],[0,0,0]]. When we add A + O = [[5+0,0+0,-2+0],[1+0,3+0,4+0]] = [[5,0,-2],[1,3,4]], each entry of A is added to 0, giving result equals A, confirming that O is the additive identity. For multiplication, A·O would result in the zero matrix if dimensions allow, showing that the zero matrix 'absorbs' under multiplication. Choice B is correct because it correctly states zero matrix property under addition. Choice A claims A + O = O, but the zero matrix is the additive identity, so A + O = A (adding zero doesn't change A). Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 16

Let A=[2134]A=\begin{bmatrix}2 & -1\\ 3 & 4\end{bmatrix} and let I2=[1001]I_2=\begin{bmatrix}1 & 0\\ 0 & 1\end{bmatrix} be the 2×22\times 2 identity matrix. For matrix AA, what is AI2A\cdot I_2 (matrix multiplication)?

  1. [1001]\begin{bmatrix}1 & 0\\ 0 & 1\end{bmatrix}
  2. [0000]\begin{bmatrix}0 & 0\\ 0 & 0\end{bmatrix}
  3. [2134]\begin{bmatrix}2 & -1\\ 3 & 4\end{bmatrix} (correct answer)
  4. [4268]\begin{bmatrix}4 & -2\\ 6 & 8\end{bmatrix}
Explanation: This question tests understanding of identity matrices and their properties. The identity matrix I is a square matrix with 1s on the main diagonal and 0s elsewhere, serving as the multiplicative identity: for any matrix A of compatible dimensions, A·I = I·A = A, just as multiplying a number by 1 leaves it unchanged. For matrix A = [[2, -1], [3, 4]] and I2 = [[1, 0], [0, 1]], when we compute A·I2, the result is [[(21 + -10), (20 + -11)], [(31 + 40), (30 + 41)]] = [[2, -1], [3, 4]], confirming the identity property. Choice C is correct because it correctly states the identity property by showing A·I2 = A. Choice A states that A·I2 = I2, but the identity property is A·I2 = A—multiplying by the identity matrix leaves A unchanged, not replaces it with I2. Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 17

Let A=[5213]A=\begin{bmatrix}5 & 2\\ -1 & 3\end{bmatrix} and let O2=[0000]O_2=\begin{bmatrix}0 & 0\\ 0 & 0\end{bmatrix} be the 2×22\times 2 zero matrix. For matrix AA, what is A+O2A+O_2 (matrix addition)?

  1. [0000]\begin{bmatrix}0 & 0\\ 0 & 0\end{bmatrix}
  2. [5213]\begin{bmatrix}5 & 2\\ -1 & 3\end{bmatrix} (correct answer)
  3. [5003]\begin{bmatrix}5 & 0\\ 0 & 3\end{bmatrix}
  4. [10426]\begin{bmatrix}10 & 4\\ -2 & 6\end{bmatrix}
Explanation: This question tests understanding of zero matrices and their properties. The zero matrix O has all entries equal to zero and serves as the additive identity for matrices: A + O = O + A = A for any matrix A of the same dimensions, analogous to adding 0 to a number. For matrix A = [[5, 2], [-1, 3]] and O2 = [[0, 0], [0, 0]], when we add A + O2, each entry of A is added to 0, giving [[5+0, 2+0], [-1+0, 3+0]] = [[5, 2], [-1, 3]], confirming that O is the additive identity. Choice B is correct because it correctly states the zero matrix property by showing A + O2 = A. Choice A claims A + O2 = O2, but the zero matrix is the additive identity, so A + O2 = A (adding zero doesn't change A). Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 18

Given M=[2412]M=\begin{bmatrix}2 & 4\\ 1 & 2\end{bmatrix}, does matrix MM have an inverse? Why or why not? (Use det([abcd])=adbc\det\left(\begin{bmatrix}a&b\\c&d\end{bmatrix}\right)=ad-bc.)​

  1. Yes, because det(M)=22+41=80\det(M)=2\cdot2+4\cdot1=8\neq0.
  2. No, because det(M)=2241=0\det(M)=2\cdot2-4\cdot1=0. (correct answer)
  3. Yes, because det(M)=4122=0\det(M)=4\cdot1-2\cdot2=0.
  4. No, because det(M)=2241=40\det(M)=2\cdot2-4\cdot1=4\neq0.
Explanation: This question tests understanding of determinants and invertibility. The determinant of a 2×2 matrix A = [a b; c d] is calculated as det(A) = ad - bc, giving a scalar value that determines whether the matrix has an inverse: if det(A) ≠ 0, the matrix is invertible (non-singular), but if det(A) = 0, the matrix is singular (no inverse exists). For matrix M = [[2,4],[1,2]], we compute det(M) = 22 - 41 = 4 - 4 = 0. Since det(M) = 0, and this is equal to zero, matrix M is singular and has no inverse. Choice B is correct because it correctly applies the invertibility criterion. Choice A reverses the subtraction in the determinant formula, computing 22 + 41 instead of 22 - 41, which gives the wrong value. For invertibility, just compute the determinant: if det(A) ≠ 0, the matrix is invertible; if det(A) = 0, the matrix is singular and has no inverse—this is the key test. Key to determinants: for a 2×2 matrix [a b; c d], always use det = ad - bc (products along main diagonal minus products along anti-diagonal), and remember that det = 0 means the matrix has no inverse (singular) while det ≠ 0 means it's invertible.

Question 19

Let A=[2134]A=\begin{bmatrix}2 & -1\\ 3 & 4\end{bmatrix} and let the 2×22\times2 identity matrix be I2=[1001]I_2=\begin{bmatrix}1&0\\0&1\end{bmatrix}. For matrix AA, what is AI2A\cdot I_2?​

  1. [1001]\begin{bmatrix}1&0\\0&1\end{bmatrix}
  2. [2134]\begin{bmatrix}2 & -1\\ 3 & 4\end{bmatrix} (correct answer)
  3. [0000]\begin{bmatrix}0&0\\0&0\end{bmatrix}
  4. [2134]\begin{bmatrix}2 & 1\\ -3 & 4\end{bmatrix}
Explanation: This question tests understanding of identity matrices and their properties. The identity matrix I is a square matrix with 1s on the main diagonal and 0s elsewhere, serving as the multiplicative identity: for any matrix A of compatible dimensions, A·I = I·A = A, just as multiplying a number by 1 leaves it unchanged. The identity matrix for 2×2 is I = [[1,0],[0,1]]. When we compute A·I = [[2,-1],[3,4]] · [[1,0],[0,1]] = [[2, -1],[3, 4]], we get the result equals A, confirming the identity property. Choice B is correct because it correctly applies the identity property that A·I = A. Choice A states that A·I = I, but the identity property is A·I = A—multiplying by the identity matrix leaves A unchanged, not replaces it with I. Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI = IA = A), while the zero matrix O is the additive identity (A + O = A) and absorbs under multiplication (A·O = O). Don't confuse the additive identity (zero matrix O where A + O = A) with the multiplicative identity (identity matrix I where A·I = A)—they play analogous roles to 0 and 1 for real numbers.

Question 20

Let AA be a 2×22\times2 matrix with det(A)=3\det(A)=-3. Based on the determinant, is AA invertible?

  1. Yes, because det(A)0\det(A)\neq 0. (correct answer)
  2. No, because det(A)<0\det(A)<0.
  3. No, because det(A)1\det(A)\neq 1.
  4. Yes, because det(A)=0\det(A)=0.
Explanation: This question tests understanding of determinants and invertibility. The determinant of a 2×2 matrix A = [a b; c d] is calculated as det(A) = ad - bc, giving a scalar value that determines whether the matrix has an inverse: if det(A) ≠ 0, the matrix is invertible (non-singular), but if det(A) = 0, the matrix is singular (no inverse exists). Since det(A) = -3, and this is not equal to zero, matrix A is non-singular and invertible. Choice A is correct because it correctly applies the invertibility criterion. Choice B incorrectly claims the matrix is not invertible when det(A) = -3, but the criterion is that det(A) = 0 means singular (no inverse) and det(A) ≠ 0 means invertible. For invertibility, just compute the determinant: if det(A) ≠ 0, the matrix is invertible; if det(A) = 0, the matrix is singular and has no inverse—this is the key test. Key to determinants: for a 2×2 matrix [a b; c d], always use det = ad - bc (products along main diagonal minus products along anti-diagonal), and remember that det = 0 means the matrix has no inverse (singular) while det ≠ 0 means it's invertible.