Question:medium

If A is a square matrix of order 4 and |A| = 4, then |2A| will be:

Show Hint

When working with the determinant of a scalar multiple of a matrix, the key idea is that multiplying a matrix \(A\) by a scalar \(k\) results in the determinant being multiplied by \(k^n\), where \(n\) is the size of the matrix. This property helps simplify the calculation of determinants when the matrix is scaled by a constant. For a \(4 \times 4\) matrix, raising the scalar to the power of 4 is crucial for finding the correct result.

Updated On: Apr 2, 2026
  • 8
  • 64
  • 16
  • 4
Show Solution

The Correct Option is B

Solution and Explanation

Given a square matrix A of order 4 with |A|=4, we can find the value of |2A|. The property of determinants states that for a square matrix A of order n and a scalar k, the determinant of kA is |kA| = |k|^n |A|. In this case, k = 2 and n = 4. Thus, |2A| = 2^4 |A|. Substituting the given values, we get |2A| = 2^4 * 4. Calculating this yields |2A| = 16 * 4 = 64. The determinant of |2A| is 64.
Was this answer helpful?
0