Question:medium

If $A = \begin{bmatrix} 3 & 2 & 4 \\ 1 & 2 & 1 \\ 3 & 2 & 6 \end{bmatrix}$ and $A_{ij}$ are cofactors of the elements $a_{ij}$ of $A$, then $a_{11}A_{11} + a_{12}A_{12} + a_{13}A_{13}$ is equal to

Show Hint

Remember: multiplying elements of a row by their *own* cofactors yields the determinant ($|A|$), but multiplying elements of a row by the cofactors of a *different* row always sums to 0!
Updated On: Jun 3, 2026
  • 8
  • 6
  • 4
  • 0
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Spot the shortcut.
The sum of each element of a row times its own cofactor is just the determinant of the matrix. So $a_{11}A_{11}+a_{12}A_{12}+a_{13}A_{13}=|A|$. We only need to find $|A|$.

Step 2: Expand along the first row.
\[ |A|=3\,[2\cdot 6-1\cdot 2]-2\,[1\cdot 6-1\cdot 3]+4\,[1\cdot 2-2\cdot 3] \]

Step 3: Work out each bracket.
\[ |A|=3(10)-2(3)+4(-4)=30-6-16=8 \]
\[ \boxed{8} \]
Was this answer helpful?
0