Q MCQ Matrices & Determinants
Let $A=\begin{pmatrix}\alpha&1&2\\2&3&0\\0&4&5\end{pmatrix}$ and $B=\begin{pmatrix}1&0&0\\0&-5\alpha&0\\0&4\alpha&-2\alpha\end{pmatrix}+\text{adj}(A)$.

If $\det(B)=66$, then $\det(\text{adj}(A))$ equals:

A) $289$     B) $361$     C) $441$     D) $529$
✅ Correct Answer
C) 441
Solution
1
Compute det(A) in terms of α

Expanding along Row 1:

$\det(A)=\alpha(3\times5-0\times4)-1(2\times5-0\times0)+2(2\times4-3\times0)$

$=\alpha(15)-1(10)+2(8)$

$=15\alpha-10+16=15\alpha+6$
2
Find α using det(B) = 66

Try $\alpha=1$: $\det(A)=15(1)+6=21$.

With $\alpha=1$, compute $\text{adj}(A)$ where $A=\begin{pmatrix}1&1&2\\2&3&0\\0&4&5\end{pmatrix}$:

$C_{11}=+(15-0)=15,\quad C_{12}=-(10-0)=-10,\quad C_{13}=+(8-0)=8$
$C_{21}=-(5-8)=3,\quad C_{22}=+(5-0)=5,\quad C_{23}=-(4-0)=-4$
$C_{31}=+(0-6)=-6,\quad C_{32}=-(0-4)=4,\quad C_{33}=+(3-2)=1$

$\text{adj}(A)=\begin{pmatrix}15&3&-6\\-10&5&4\\8&-4&1\end{pmatrix}$
3
Form B and verify det(B) = 66
$B=\begin{pmatrix}1&0&0\\0&-5&0\\0&4&-2\end{pmatrix}+\begin{pmatrix}15&3&-6\\-10&5&4\\8&-4&1\end{pmatrix}=\begin{pmatrix}16&3&-6\\-10&0&4\\8&0&-1\end{pmatrix}$

$\det(B)=16(0\cdot(-1)-4\cdot0)-3((-10)(-1)-4\cdot8)+(-6)(0-0)$

$=16(0)-3(10-32)+(-6)(0)$
$=0-3(-22)+0=66\ \checkmark$
4
Compute det(adj(A))

Using the standard formula for $3\times3$ matrices:

$$\det(\text{adj}(A))=(\det A)^{n-1}=(\det A)^2=21^2=\boxed{441}$$
📘 Key Formula
For an $n\times n$ matrix $A$:
• $A\cdot\text{adj}(A)=\det(A)\cdot I_n$
• $\det(\text{adj}(A))=(\det A)^{n-1}$
• For $3\times3$: $\det(\text{adj}(A))=(\det A)^2$
These are must-memorise formulas for JEE.
💡
Important Concepts
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$).
?
FAQs
1
Where does the formula det(adj A) = (det A)² come from?
From $A\cdot\text{adj}(A)=\det(A)\cdot I$. Taking determinant of both sides: $\det(A)\cdot\det(\text{adj}(A))=(\det A)^n$. Dividing: $\det(\text{adj}(A))=(\det A)^{n-1}$.
2
How to compute cofactor C₁₁ for this matrix?
$C_{11}=(-1)^{1+1}\cdot M_{11}$ where $M_{11}$ is the minor obtained by deleting row 1, col 1: $\begin{vmatrix}3&0\\4&5\end{vmatrix}=15-0=15$. So $C_{11}=+15$.
3
How to find α quickly without computing all of adj(A)?
Since the answer choices for $\det(\text{adj}(A))$ are perfect squares ($289=17^2$, $361=19^2$, $441=21^2$, $529=23^2$), check which value of $\alpha$ gives $\det(A)\in\{17,19,21,23\}$. $15\alpha+6=21\Rightarrow\alpha=1$ is the cleanest.
4
What are the other key adjoint formulas?
$\text{adj}(\text{adj}(A))=(\det A)^{n-2}\cdot A$, $\det(\text{adj}(\text{adj}(A)))=(\det A)^{(n-1)^2}$, $\text{adj}(AB)=\text{adj}(B)\cdot\text{adj}(A)$.
5
Is this from JEE Main 2026?
Yes, this question appeared in JEE Main 2026.
🔗
Related Questions
Q
Rectangle x=0,y=0,x=3,y=4. Line L ⊥ 3x+y+6=0 bisects area. Distance of (1/2,−5) from L · Ans: 2√10 ✓
Coordinate Geometry
Q
Max & min of f(θ)=4(sin⁴(7π/2−θ)+sin⁴(11π+θ))−2(…). Find α+2β · Ans: 5 ✓
Trigonometry
Q
Relation R on {−2,−1,0,1,2} by 1+ab>0. |R|=17? R equivalence? · Ans: Only I true ✓
Relations
Q
Number of z∈ℂ satisfying |z−(4+8i)|=√10 and |z−(3+5i)|+|z−(5+11i)|=4√5 · Ans: 1 ✓
Complex Numbers
Q
System x+y+z=6, x+2y+5z=10, 2x+3y+λz=μ has infinite solutions. Find λ+μ · Ans: 22 ✓
Matrices
📤 Share with friends!