Question

Difficulty: MediumMatrices and Determinants

Given the matrices A=(2134)A = \begin{pmatrix} 2 & -1 \\ 3 & 4 \end{pmatrix} and B=(1x25)B = \begin{pmatrix} 1 & x \\ -2 & 5 \end{pmatrix}, if the determinant of the product matrix ABAB is equal to 121121, find the value of xx.

Answer: 3

Answer

The value of xx is 33.
By applying the property det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B), we compute det(A)=(2)(4)(1)(3)=11\det(A) = (2)(4) - (-1)(3) = 11 and det(B)=(1)(5)(x)(2)=5+2x\det(B) = (1)(5) - (x)(-2) = 5 + 2x. Substituting into the equation gives 11(5+2x)=12111(5 + 2x) = 121, which yields 5+2x=115 + 2x = 11 and leads to x=3x = 3.

Step-by-Step Solution

1
Find the determinant of matrix AA
det(A)=(2)(4)(1)(3)=11\det(A) = (2)(4) - (-1)(3) = 11
The determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is calculated as adbcad - bc.
2
Express the determinant of matrix BB in terms of xx
det(B)=(1)(5)(x)(2)=5+2x\det(B) = (1)(5) - (x)(-2) = 5 + 2x
Apply the 2×22 \times 2 determinant formula to matrix BB.
3
Apply the determinant product rule
det(AB)=det(A)det(B)=11(5+2x)=121\det(AB) = \det(A) \cdot \det(B) = 11(5 + 2x) = 121
For any square matrices AA and BB, det(AB)=det(A)det(B)\det(AB) = \det(A) \det(B).
4
Solve the resulting linear equation for xx
x=3x = 3
Dividing 121121 by 1111 gives 5+2x=115 + 2x = 11, which simplifies to 2x=62x = 6 and x=3x = 3.

Key Concept

Determinant of a Matrix Product
Estimated Time:1m 30s
Rate this question