Question:medium

Let A = $\begin{bmatrix 1 & 2 & 1 \\ 1 & 3 & 2 \\ 2 & 4 & 1 \end{bmatrix}$ and Mij, Aij respectively denote the minor, co-factor of an element aij of matrix A, then which of the following are true?}
(A) M22 = -1
(B) A23 = 0
(C) A32 = 3
(D) M23 = 1
(E) M32 = -3
Choose the correct answer from the options given below:

Show Hint

Understanding the Sign of the Cofactor:

Be very careful with the sign of the cofactor. The sign is determined by \( (-1)^{i+j} \), which follows a checkerboard pattern of signs in the matrix:

\( \begin{pmatrix} + & - & + \\ - & + & - \\ + & - & + \end{pmatrix} \)

Applying to A23 and A32:

For \( A_{23} \), the position (2, 3) has a \( - \) sign (since \( i + j = 2 + 3 = 5 \), and \( (-1)^5 = -1 \)).

For \( A_{32} \), the position (3, 2) also has a \( - \) sign (since \( i + j = 3 + 2 = 5 \), and \( (-1)^5 = -1 \)).

Conclusion:

When calculating cofactors, always be mindful of the checkerboard sign pattern, which is determined by \( (-1)^{i+j} \). For positions (2,3) and (3,2), the signs are both \( - \).

Updated On: Mar 27, 2026
  • (A) and (B) only
  • (A), (B), (C) and (E) only
  • (A), (D) and (E) only
  • (A), (C) and (E) only
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Concept Understanding:

The objective is to calculate specific minors and cofactors of a given 3x3 matrix and determine the veracity of provided statements.

A minor \( M_{ij} \) of an element \( a_{ij} \) is the determinant of the submatrix obtained by removing the \( i \)-th row and \( j \)-th column.

A cofactor \( A_{ij} \) is derived from the minor using the formula \( A_{ij} = (-1)^{i+j} M_{ij} \).

Step 2: Methodology:

The definitions of minor and cofactor will be applied to calculate them for each statement.

Step 3: Detailed Analysis:

The matrix is given as: \[ A = \begin{bmatrix} 1 & 2 & 1 \\ 1 & 3 & 2 \\ 2 & 4 & 1 \end{bmatrix}. \] Evaluation of each statement follows.

(A) \( M_{22} = -1 \):
\( M_{22} \) represents the minor of element \( a_{22} = 3 \). Deleting the 2nd row and 2nd column yields: \[ M_{22} = \begin{vmatrix} 1 & 1 \\ 2 & 1 \end{vmatrix} = (1)(1) - (1)(2) = 1 - 2 = -1 \] Statement (A) is true.

(B) \( A_{23} = 0 \): 
\( A_{23} \) is the cofactor of element \( a_{23} = 2 \). The minor \( M_{23} \) is: \[ M_{23} = \begin{vmatrix} 1 & 2 \\ 2 & 4 \end{vmatrix} = (1)(4) - (2)(2) = 4 - 4 = 0 \] The cofactor is then calculated as: \[ A_{23} = (-1)^{2+3} M_{23} = (-1)^5 (0) = 0 \] Statement (B) is true.

(C) \( A_{32} = 3 \): 
\( A_{32} \) is the cofactor of element \( a_{32} = 4 \). The minor \( M_{32} \) is: \[ M_{32} = \begin{vmatrix} 1 & 1 \\ 1 & 2 \end{vmatrix} = (1)(2) - (1)(1) = 2 - 1 = 1 \] The cofactor is calculated as: \[ A_{32} = (-1)^{3+2} M_{32} = (-1)^5 (1) = -1 \] Statement (C) is false.

(D) \( M_{23} = 1 \): 
As determined in the analysis for statement (B), \( M_{23} = 0 \). Statement (D) is false.

(E) \( M_{32} = -3 \): 
Assuming a potential OCR error, and based on statement (C), \( M_{32} = 1 \). Statement (E) is false.

Step 4: Conclusion:

Statements (A) and (B) are the only true statements. The correct option is (1).

Was this answer helpful?
0

Top Questions on Matrices and Determinants