Given:
- Matrix A is a 2×3 matrix (2 rows, 3 columns)
- Matrix B is a 3×2 matrix (3 rows, 2 columns)
When multiplying A×B:
Result =(2×3)×(3×2)=2×2 matrix
So AB is a square matrix of order 2×2.
Determinants (the ∣∣ symbol) only exist for square matrices.
A is 2×3 → not square → no determinant exists
B is 3×2 → not square → no determinant exists
AB is 2×2 → square → determinant exists
When a scalar k multiplies an n×n matrix M:
∣kM∣=kn∣M∣
where n is the order of the square matrix.
For this problem:
AB is a 2×2 matrix, so n=2
Scalar multiplier k=5
Applying the formula:
∣5AB∣=52∣AB∣
∣5AB∣=25∣AB∣
Therefore, ∣5AB∣=52∣AB∣.
option (A) does not satisfy the result; it is not given as correct in the NTA key, it is due to the fact that determinants ∣A∣ and ∣B∣ are not defined for non-square matrices.