To find det(adj(A)), we first determine the adjugate matrix adj(A) of A.
Given the matrix:
A=α20134205
The matrix of cofactors of A, denoted by C, is calculated as:
C11=15,C12=−10,C13=8
C21=3,C22=5α,C23=−4α
C31=−6,C32=4,C33=3α−2
Thus, the adjugate of A is the transpose of the cofactor matrix:
adj(A)=CT=15−10835α−4α−643α−2
Now, matrix B is given by:
B=1000−5α4α00−2α+15−10835α−4α−643α−2=16−108300−64α−2
Next, we evaluate det(B) by expanding along the second column:
det(B)=−3−1084α−2=−3[−10(α−2)−32]=−3(−10α−12)=30α+36
Given det(B)=66:
30α+36=66⟹30α=30⟹α=1
Substitute α=1 into matrix A to compute its determinant:
det(A)=120134205=1(15−0)−1(10−0)+2(8−0)=15−10+16=21
For a 3×3 matrix A, the determinant of its adjugate is given by:
det(adj(A))=(det(A))3−1=(det(A))2
Hence:
det(adj(A))=212=441
Therefore, the correct option is C.