Question:

Let \(A = \begin{bmatrix} a & -1 & -a 0 & 1 & -1 1 & 0 & 4 \end{bmatrix}\). If \(|A| = 26\), then the value of \(a\) is equal to

Show Hint

For a 3×3 matrix, expand along the first row: \(\sum (-1)^{1+j} a_{1j} M_{1j}\).
Updated On: Apr 25, 2026
  • 5
  • 4
  • 6
  • 7
  • 2
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:
Find the determinant of the 3×3 matrix and set it equal to 26.

Step 2:
Detailed Explanation:
\(|A| = a(1 \cdot 4 - (-1) \cdot 0) - (-1)(0 \cdot 4 - (-1) \cdot 1) + (-a)(0 \cdot 0 - 1 \cdot 1)\)
\(= a(4 - 0) + 1(0 + 1) - a(0 - 1)\)
\(= 4a + 1 - a(-1) = 4a + 1 + a = 5a + 1\)
Given \(5a + 1 = 26 \Rightarrow 5a = 25 \Rightarrow a = 5\)

Step 3:
Final Answer:
\(a = 5\).
Was this answer helpful?
0
0