Question:medium

If $A$ and $B$ are two square matrices each of order 3 with $|A| = 3$ and $|B| = 5$, then $|2AB|$ is:

Show Hint

For a scalar multiple of a matrix, $|kA| = k^n |A|$ where $n$ is the order of the matrix.
  • 30
  • 120
  • 15
  • 225
Show Solution

The Correct Option is C

Solution and Explanation

The determinant of a matrix $kA$, where $k$ is a scalar and $n$ is the order of the matrix, is $|kA| = k^n |A|$. For matrices $A$ and $B$, each of order 3, we have $|2AB| = 2^3 |A| |B| = 8 \times 3 \times 5 = 120$. Therefore, $|2AB| = 120$.
Was this answer helpful?
2