Concept:
The determinant of a square matrix is a numerical value associated with the matrix that provides information about invertibility, area/volume scaling, and system solvability.
For a \(3 \times 3\) matrix, the determinant can be evaluated using expansion along any row or column. It is preferable to choose a row or column with maximum zeros to reduce computation.
The given matrix is:
\[ A = \begin{bmatrix} 1 & 2 & 4 \\ -1 & 3 & 0 \\ 1 & 2 & 0 \end{bmatrix} \]
The third column contains two zeros, so expansion along the third column is the most efficient.
Step 1: Expand along the third column
The cofactor sign pattern for a \(3 \times 3\) matrix is:
\[ \begin{bmatrix} + & - & + \\ - & + & - \\ + & - & + \end{bmatrix} \]
Third column elements are \(4, 0, 0\). Hence:
\[ |A| = 4 \begin{vmatrix} -1 & 3 \\ 1 & 2 \end{vmatrix} - 0(\cdots) + 0(\cdots) \] \[ |A| = 4 \begin{vmatrix} -1 & 3 \\ 1 & 2 \end{vmatrix} \]
Step 2: Evaluate the \(2 \times 2\) determinant \[ \begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc \] \[ \begin{vmatrix} -1 & 3 \\ 1 & 2 \end{vmatrix} = (-1)(2) - (3)(1) \] \[ = -2 - 3 = -5 \]
Step 3: Substitute the value \[ |A| = 4 \times (-5) = -20 \]
Final Verification
Only one non-zero cofactor contributes to the expansion, so the computation is straightforward.
\[ \boxed{|A| = -20} \]
Final Answer: \(\boxed{(D)\ -20}\)
If \( A = \begin{bmatrix} 1 & 2 \\ -1 & 3 \end{bmatrix} \), \( B = \begin{bmatrix} -1 & 2 \\ 0 & 4 \end{bmatrix} \), then match the following and choose the correct answer.
\[ \begin{array}{ll} \text{List - I} & \text{List - II} \\ \\ (a)\; A+B & (i)\; \begin{bmatrix} -1 & 10 \\ 1 & 10 \end{bmatrix} \\ (b)\; A-B & (ii)\; \begin{bmatrix} 0 & 4 \\ -1 & 7 \end{bmatrix} \\ (c)\; AB & (iii)\; \begin{bmatrix} 1 & 4 \\ 0 & 10 \end{bmatrix} \\ (d)\; 2A + B' & (iv)\; \begin{bmatrix} 2 & 0 \\ -1 & -1 \end{bmatrix} \end{array} \]
A sum of Rs. 800 amounts to Rs. 920 in 3 years at simple interest. What would be the amount, if the interest rate is increased by 3%?
In what ratio must water be mixed with milk to gain 20% by selling the mixture at cost price?