Board Exam-Pattern Question Bank

Determinants is a guaranteed scorer in the CBSE paper — typically one 2-mark evaluation or singularity check, a 3-mark adjoint/cofactor problem, and the flagship 5-mark matrix-method system that has appeared in some form nearly every year. The bank below mirrors that structure: attempt each question fully before reading its solution, and present your work the way the marking scheme rewards — state ∣A∣\vert A \vert before using A−1A^{-1}, keep the ±\pm in given-area problems, and finish system solutions with a verification line.

The questions below follow the pattern of recent board papers; they are original items written for practice.

2-mark questions

Q1. If A=(1242)A = \begin{pmatrix} 1 & 2 \\ 4 & 2 \end{pmatrix}, show that ∣2A∣=4∣A∣\vert 2A \vert = 4\vert A \vert.

Solution. 2A=(2484)2A = \begin{pmatrix} 2 & 4 \\ 8 & 4 \end{pmatrix}, so ∣2A∣=8−32=−24\vert 2A \vert = 8 - 32 = -24. Also ∣A∣=2−8=−6\vert A \vert = 2 - 8 = -6, and 4∣A∣=−244\vert A \vert = -24. Hence ∣2A∣=4∣A∣\vert 2A \vert = 4\vert A \vert. ∎

Q2. Find the values of xx for which ∣x218x∣=∣62186∣\begin{vmatrix} x & 2 \\ 18 & x \end{vmatrix} = \begin{vmatrix} 6 & 2 \\ 18 & 6 \end{vmatrix}.

Solution. x2−36=36−36=0x^2 - 36 = 36 - 36 = 0, so x2=36x^2 = 36 and x=±6x = \pm 6. (Both values must be stated — the marking scheme allots half the marks to the negative root.)

Q3. Find the minor and cofactor of the element a32a_{32} in Δ=∣10435−1012∣\Delta = \begin{vmatrix} 1 & 0 & 4 \\ 3 & 5 & -1 \\ 0 & 1 & 2 \end{vmatrix}.

Solution. Deleting R3R_3 and C2C_2: M32=∣143−1∣=−1−12=−13M_{32} = \begin{vmatrix} 1 & 4 \\ 3 & -1 \end{vmatrix} = -1 - 12 = -13. Since 3+2=53 + 2 = 5 is odd, A32=−M32=13A_{32} = -M_{32} = 13.

Q4. Find the values of kk if the area of the triangle with vertices (k,0)(k, 0), (4,0)(4, 0) and (0,2)(0, 2) is 44 square units.

Solution. 12∣k01401021∣=±4\frac{1}{2}\begin{vmatrix} k & 0 & 1 \\ 4 & 0 & 1 \\ 0 & 2 & 1 \end{vmatrix} = \pm 4. Expanding along C2C_2: the half-determinant equals 4−k4 - k, so 4−k=±44 - k = \pm 4, giving k=0k = 0 or k=8k = 8.

3-mark questions

Q5. Using cofactors of the elements of the second row, evaluate Δ=∣538201123∣\Delta = \begin{vmatrix} 5 & 3 & 8 \\ 2 & 0 & 1 \\ 1 & 2 & 3 \end{vmatrix}.

Solution. A21=−∣3823∣=7A_{21} = -\begin{vmatrix} 3 & 8 \\ 2 & 3 \end{vmatrix} = 7, A22=∣5813∣=7A_{22} = \begin{vmatrix} 5 & 8 \\ 1 & 3 \end{vmatrix} = 7, A23=−∣5312∣=−7A_{23} = -\begin{vmatrix} 5 & 3 \\ 1 & 2 \end{vmatrix} = -7. Then Δ=a21A21+a22A22+a23A23=2(7)+0(7)+1(−7)=7\Delta = a_{21}A_{21} + a_{22}A_{22} + a_{23}A_{23} = 2(7) + 0(7) + 1(-7) = 7.

Q6. For A=(1−12235−201)A = \begin{pmatrix} 1 & -1 & 2 \\ 2 & 3 & 5 \\ -2 & 0 & 1 \end{pmatrix}, find adj⁡A\operatorname{adj} A and verify that A(adj⁡A)=∣A∣IA(\operatorname{adj} A) = \vert A \vert I.

Solution. Computing all nine cofactors and transposing: adj⁡A=(31−11−125−1625)\operatorname{adj} A = \begin{pmatrix} 3 & 1 & -11 \\ -12 & 5 & -1 \\ 6 & 2 & 5 \end{pmatrix}. Expanding along R1R_1: ∣A∣=1(3)+1(12)+2(6)=27\vert A \vert = 1(3) + 1(12) + 2(6) = 27. Multiplying, every diagonal entry of A(adj⁡A)A(\operatorname{adj} A) works out to 2727 and every off-diagonal entry to 00 — e.g. the (1,1)(1,1) entry is 1(3)+(−1)(−12)+2(6)=271(3) + (-1)(-12) + 2(6) = 27 — so A(adj⁡A)=27I=∣A∣IA(\operatorname{adj} A) = 27I = \vert A \vert I. ∎

Q7. Find the inverse of A=(−15−32)A = \begin{pmatrix} -1 & 5 \\ -3 & 2 \end{pmatrix}, and verify that AA−1=IAA^{-1} = I.

Solution. ∣A∣=−2+15=13≠0\vert A \vert = -2 + 15 = 13 \neq 0, so A−1A^{-1} exists. By the shortcut, adj⁡A=(2−53−1)\operatorname{adj} A = \begin{pmatrix} 2 & -5 \\ 3 & -1 \end{pmatrix} and A−1=113(2−53−1)A^{-1} = \frac{1}{13}\begin{pmatrix} 2 & -5 \\ 3 & -1 \end{pmatrix}. Verification: AA−1=113(−2+155−5−6+615−2)=113(130013)=IAA^{-1} = \frac{1}{13}\begin{pmatrix} -2 + 15 & 5 - 5 \\ -6 + 6 & 15 - 2 \end{pmatrix} = \frac{1}{13}\begin{pmatrix} 13 & 0 \\ 0 & 13 \end{pmatrix} = I. ∎

Q8. For A=(3211)A = \begin{pmatrix} 3 & 2 \\ 1 & 1 \end{pmatrix}, find the numbers aa and bb such that A2+aA+bI=OA^2 + aA + bI = O, and hence find A−1A^{-1}.

Solution. A2=(11843)A^2 = \begin{pmatrix} 11 & 8 \\ 4 & 3 \end{pmatrix}. The (2,1)(2,1) entry gives 4+a=04 + a = 0, so a=−4a = -4; the (1,1)(1,1) entry then gives 11−12+b=011 - 12 + b = 0, so b=1b = 1. (The remaining entries confirm.) From A2−4A+I=OA^2 - 4A + I = O: I=4A−A2=A(4I−A)I = 4A - A^2 = A(4I - A), so A−1=4I−A=(1−2−13)A^{-1} = 4I - A = \begin{pmatrix} 1 & -2 \\ -1 & 3 \end{pmatrix}.

5-mark questions

Q9. For A=(2−3532−411−2)A = \begin{pmatrix} 2 & -3 & 5 \\ 3 & 2 & -4 \\ 1 & 1 & -2 \end{pmatrix}, find A−1A^{-1} and use it to solve 2x−3y+5z=11,3x+2y−4z=−5,x+y−2z=−32x - 3y + 5z = 11, \qquad 3x + 2y - 4z = -5, \qquad x + y - 2z = -3

Solution. ∣A∣=2(0)+3(−2)+5(1)=−1≠0\vert A \vert = 2(0) + 3(-2) + 5(1) = -1 \neq 0. Computing cofactors and transposing: adj⁡A=(0−122−9231−513)\operatorname{adj} A = \begin{pmatrix} 0 & -1 & 2 \\ 2 & -9 & 23 \\ 1 & -5 & 13 \end{pmatrix}, so A−1=−adj⁡A=(01−2−29−23−15−13)A^{-1} = -\operatorname{adj} A = \begin{pmatrix} 0 & 1 & -2 \\ -2 & 9 & -23 \\ -1 & 5 & -13 \end{pmatrix}. Then X=A−1B=(01−2−29−23−15−13)(11−5−3)=(123)X = A^{-1}B = \begin{pmatrix} 0 & 1 & -2 \\ -2 & 9 & -23 \\ -1 & 5 & -13 \end{pmatrix}\begin{pmatrix} 11 \\ -5 \\ -3 \end{pmatrix} = \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix} Hence x=1x = 1, y=2y = 2, z=3z = 3. Check: 2−6+15=112 - 6 + 15 = 11. ✓

Q10. Solve by the matrix method: x−y+2z=7,3x+4y−5z=−5,2x−y+3z=12x - y + 2z = 7, \qquad 3x + 4y - 5z = -5, \qquad 2x - y + 3z = 12

Solution. ∣A∣=1(12−5)+1(9+10)+2(−3−8)=7+19−22=4≠0\vert A \vert = 1(12 - 5) + 1(9 + 10) + 2(-3 - 8) = 7 + 19 - 22 = 4 \neq 0 — unique solution. Computing adj⁡A\operatorname{adj} A and dividing by 44, then multiplying into B=(7,−5,12)′B = (7, -5, 12)^{\prime}: X=A−1B=(213)X = A^{-1}B = \begin{pmatrix} 2 \\ 1 \\ 3 \end{pmatrix} Hence x=2x = 2, y=1y = 1, z=3z = 3. Check: 2−1+6=72 - 1 + 6 = 7 ✓ and 4−1+9=124 - 1 + 9 = 12 ✓.

Q11. For A=(11112−32−13)A = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & -3 \\ 2 & -1 & 3 \end{pmatrix}, show that A3−6A2+5A+11I=OA^3 - 6A^2 + 5A + 11I = O, and hence find A−1A^{-1}.

Solution. A2=(421−38−147−314)A^2 = \begin{pmatrix} 4 & 2 & 1 \\ -3 & 8 & -14 \\ 7 & -3 & 14 \end{pmatrix}; computing A3=A2AA^3 = A^2 A and substituting, every entry of A3−6A2+5A+11IA^3 - 6A^2 + 5A + 11I vanishes. ∎ Rearranging: A(A2−6A+5I)=−11IA(A^2 - 6A + 5I) = -11I, so A−1=−111(A2−6A+5I)=111(−3459−1−45−3−1)A^{-1} = -\frac{1}{11}(A^2 - 6A + 5I) = \frac{1}{11}\begin{pmatrix} -3 & 4 & 5 \\ 9 & -1 & -4 \\ 5 & -3 & -1 \end{pmatrix}

Q12. Solve by the matrix method: 2x+y+z=1,x−2y−z=32,3y−5z=92x + y + z = 1, \qquad x - 2y - z = \frac{3}{2}, \qquad 3y - 5z = 9

Solution. A=(2111−2−103−5)A = \begin{pmatrix} 2 & 1 & 1 \\ 1 & -2 & -1 \\ 0 & 3 & -5 \end{pmatrix}; ∣A∣=2(10+3)−1(−5−0)+1(3−0)=26+5+3=34≠0\vert A \vert = 2(10 + 3) - 1(-5 - 0) + 1(3 - 0) = 26 + 5 + 3 = 34 \neq 0. The matrix method gives X=A−1(1329)=(112−32)X = A^{-1}\begin{pmatrix} 1 \\ \frac{3}{2} \\ 9 \end{pmatrix} = \begin{pmatrix} 1 \\ \frac{1}{2} \\ -\frac{3}{2} \end{pmatrix} Hence x=1x = 1, y=12y = \frac{1}{2}, z=−32z = -\frac{3}{2}. Check the third equation: 3(12)−5(−32)=32+152=93\left(\frac{1}{2}\right) - 5\left(-\frac{3}{2}\right) = \frac{3}{2} + \frac{15}{2} = 9. ✓ (Fractional answers are common in this pattern — present them as exact fractions, never decimals.)