Question

Difficulty: MediumMatrices and Determinants

Given the matrix A=(y53y+2)A = \begin{pmatrix} y & 5 \\ 3 & y+2 \end{pmatrix}, if the determinant of AA is 99 and y>0y > 0, calculate the value of yy.

Answer: 4

Answer

The value of yy is 4.
Expanding the determinant of AA yields det(A)=y(y+2)15=y2+2y15\det(A) = y(y+2) - 15 = y^2 + 2y - 15. Equating this to 9 gives y2+2y24=0y^2 + 2y - 24 = 0, which factors as (y+6)(y4)=0(y+6)(y-4) = 0. The roots are y=6y = -6 and y=4y = 4. Given that y>0y > 0, the required value is 4.

Step-by-Step Solution

1
Find the expression for the determinant of matrix AA
det(A)=y(y+2)(5)(3)=y2+2y15\det(A) = y(y+2) - (5)(3) = y^2 + 2y - 15
The determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is given by adbcad - bc.
2
Form and solve the quadratic equation
y2+2y15=9    y2+2y24=0    (y+6)(y4)=0y^2 + 2y - 15 = 9 \implies y^2 + 2y - 24 = 0 \implies (y + 6)(y - 4) = 0
Set the determinant expression equal to the given determinant value of 9 and rearrange into standard quadratic form.
3
Apply the given domain restriction y>0y > 0
y=4y = 4
The root y=6y = -6 is discarded because yy must be strictly positive.

Key Concept

Determinant of a 2x2 matrix and solving non-linear determinant equations
Rate this question