Question

Difficulty: HardMatrices and Determinants

Given the matrices A=(2x13)A = \begin{pmatrix} 2 & x \\ -1 & 3 \end{pmatrix} and B=(1042)B = \begin{pmatrix} 1 & 0 \\ 4 & 2 \end{pmatrix}, if det(A1BT)=15\det(A^{-1} B^T) = \frac{1}{5}, what is the value of xx?

  1. 4Answer
  2. B
    -4
  3. C
    14
  4. D
    -1

Answer

The value of xx is 4.
Using the properties det(BT)=det(B)=2\det(B^T) = \det(B) = 2 and det(A1)=1det(A)=16+x\det(A^{-1}) = \frac{1}{\det(A)} = \frac{1}{6+x}, the product rule gives det(A1BT)=26+x\det(A^{-1}B^T) = \frac{2}{6+x}. Equating this to 15\frac{1}{5} gives 6+x=106+x = 10, so x=4x = 4.

Step-by-Step Solution

1
Calculate the determinants of matrices AA and BB.
\det(A) = (2)(3) - (-1)(x) = 6 + x and and \det(B) = (1)(2) - (0)(4) = 2$.
The determinant of a 2x2 matrix is computed using adbcad - bc.
2
Apply determinant rules for inverse and transpose matrices.
\det(B^T) = \det(B) = 2 and and \det(A^{-1}) = \frac{1}{\det(A)} = \frac{1}{6+x}$.
The determinant of a transpose equals the original determinant, and the determinant of an inverse is its reciprocal.
3
Express det(A1BT)\det(A^{-1} B^T) using the product rule of determinants.
\det(A^{-1} B^T) = \det(A^{-1}) \cdot \det(B^T) = \frac{1}{6+x} \cdot 2 = \frac{2}{6+x}$.
For square matrices, det(MN)=det(M)det(N)\det(MN) = \det(M)\det(N).
4
Equate the expression to 15\frac{1}{5} and solve for xx.
\frac{2}{6+x} = \frac{1}{5} \implies 10 = 6 + x \implies x = 4$.
Cross-multiplying and simplifying gives x=4x = 4.

Key Concept

Properties of Determinants (Product, Inverse, and Transpose)
Rate this question