Adjoint of a Matrix
$\text{adj}(A)$ is the transpose of the cofactor matrix. For $3\times3$: compute all 9 cofactors $C_{ij}=(-1)^{i+j}M_{ij}$, then transpose the resulting matrix.
det(adj A) Formula
$\det(\text{adj}(A))=(\det A)^{n-1}$. For $n=3$: $(\det A)^2$. So if $\det A=21$, then $\det(\text{adj}(A))=441$.
Cofactor Sign Rule
Cofactor $C_{ij}=(-1)^{i+j}\times$(minor $M_{ij}$). Signs follow the checkerboard pattern: $+,-,+\,/\,-,+,-\,/\,+,-,+$.
Strategy for These Problems
Find $\alpha$ by trying integer values — JEE problems always have clean integer answers. With $\alpha=1$: $\det(A)=21$, $\det(\text{adj}(A))=441$ ✓. Always verify with the given condition ($\det(B)=66$).