Evaluate the determinant $\Delta = \begin{vmatrix} 1 & 2 & 4 \\ -1 & 3 & 0 \\ 4 & 1 & 0 \end{vmatrix}$. |
52 -52 0 -13 |
-52 |
The correct answer is Option (2) → -52 ## Note that in the third column, two entries are zero. So expanding along third column ($C_3$), we get $\Delta = 4 \begin{vmatrix} -1 & 3 \\ 4 & 1 \end{vmatrix} - 0 \begin{vmatrix} 1 & 2 \\ 4 & 1 \end{vmatrix} + 0 \begin{vmatrix} 1 & 2 \\ -1 & 3 \end{vmatrix}$ $= 4(-1 - 12) - 0 + 0 = -52$ |