Matrices JEE Main previous year questions with solutions

4 solved JEE Main questions on Matrices, free to read — no sign-in needed. The full chapter has 176 questions; sign in to attempt the remaining 172 in the exam simulator.

Answers checked against the official answer keys.

  1. Q1JEE Main 2026 (05 Apr, Shift 1)Adjoint and its Properties
    Let AA be a 3×33 \times 3 matrix such that AT[101]=[522]A^T \begin{bmatrix}1\\0\\1\end{bmatrix} = \begin{bmatrix}5\\2\\2\end{bmatrix}, AT[001]=[311]A^T \begin{bmatrix}0\\0\\1\end{bmatrix} = \begin{bmatrix}3\\1\\1\end{bmatrix}, A[101]=[344]A \begin{bmatrix}1\\0\\1\end{bmatrix} = \begin{bmatrix}3\\4\\4\end{bmatrix} and A[001]=[131]A \begin{bmatrix}0\\0\\1\end{bmatrix} = \begin{bmatrix}1\\3\\1\end{bmatrix}. If det(A)=1\det(A) = 1, then det(adj(A2+A))\det(\operatorname{adj}(A^2 + A)) is equal to:
    1. A.1616
    2. B.2525
    3. C.4949
    4. D.6464
    Show answer & solution

    Answer: (D)

    Let C1,C2,C3C_1, C_2, C_3 be the columns of AA and R1,R2,R3R_1, R_2, R_3 be the rows of AA. From the given equations, we have: A[001]=C3=[131]A \begin{bmatrix}0\\0\\1\end{bmatrix} = C_3 = \begin{bmatrix}1\\3\\1\end{bmatrix} A[101]=C1+C3=[344]C1=[213]A \begin{bmatrix}1\\0\\1\end{bmatrix} = C_1 + C_3 = \begin{bmatrix}3\\4\\4\end{bmatrix} \Rightarrow C_1 = \begin{bmatrix}2\\1\\3\end{bmatrix} Similarly, for the transpose ATA^T, the columns correspond to the rows of AA: AT[001]=R3T=[311]R3=[311]A^T \begin{bmatrix}0\\0\\1\end{bmatrix} = R_3^T = \begin{bmatrix}3\\1\\1\end{bmatrix} \Rightarrow R_3 = \begin{bmatrix}3 & 1 & 1\end{bmatrix} AT[101]=R1T+R3T=[522]R1T=[211]R1=[211]A^T \begin{bmatrix}1\\0\\1\end{bmatrix} = R_1^T + R_3^T = \begin{bmatrix}5\\2\\2\end{bmatrix} \Rightarrow R_1^T = \begin{bmatrix}2\\1\\1\end{bmatrix} \Rightarrow R_1 = \begin{bmatrix}2 & 1 & 1\end{bmatrix} Using the elements of C1,C3,R1,C_1, C_3, R_1, and R3R_3, we can construct the matrix AA with an unknown central element bb: A=[2111b3311]A = \begin{bmatrix} 2 & 1 & 1 \\ 1 & b & 3 \\ 3 & 1 & 1 \end{bmatrix} We are given that det(A)=1\det(A) = 1. Expanding along the first row: det(A)=2(b3)1(19)+1(13b)=1\det(A) = 2(b - 3) - 1(1 - 9) + 1(1 - 3b) = 1 2b6+8+13b=12b - 6 + 8 + 1 - 3b = 1 3b=1b=23 - b = 1 \Rightarrow b = 2 Thus, the matrix AA is: A=[211123311]A = \begin{bmatrix} 2 & 1 & 1 \\ 1 & 2 & 3 \\ 3 & 1 & 1 \end{bmatrix} We need to find det(adj(A2+A))\det(\operatorname{adj}(A^2 + A)). Using the properties of determinants and adjoints: det(adj(A2+A))=(det(A2+A))2=(det(A)det(A+I))2\det(\operatorname{adj}(A^2 + A)) = (\det(A^2 + A))^2 = (\det(A) \cdot \det(A + I))^2 First, find A+IA + I: A+I=[311133312]A + I = \begin{bmatrix} 3 & 1 & 1 \\ 1 & 3 & 3 \\ 3 & 1 & 2 \end{bmatrix} Now, calculate det(A+I)\det(A + I): det(A+I)=3(63)1(29)+1(19)\det(A + I) = 3(6 - 3) - 1(2 - 9) + 1(1 - 9) det(A+I)=3(3)1(7)+1(8)=9+78=8\det(A + I) = 3(3) - 1(-7) + 1(-8) = 9 + 7 - 8 = 8 Since det(A)=1\det(A) = 1, we have: det(A2+A)=1×8=8\det(A^2 + A) = 1 \times 8 = 8 Finally, for a 3×33 \times 3 matrix: det(adj(A2+A))=831=82=64\det(\operatorname{adj}(A^2 + A)) = 8^{3-1} = 8^2 = 64 Answer: 6464
  2. Q2JEE Main 2025 (08 Apr, Shift 2)Basic Algebra of Matrices
    <p>Let α\alpha be a solution of x2+x+1=0x^2+x+1=0, and for some aa and bb in R,[4amp;aamp;b][1amp;16amp;131amp;1amp;22amp;14amp;8]=[0amp;0amp;0]\mathbb{R},\left[\begin{array}{lll}4 &amp; \mathrm{a} &amp; \mathrm{b}\end{array}\right]\left[\begin{array}{ccc}1 &amp; 16 &amp; 13 \\ -1 &amp; -1 &amp; 2 \\ -2 &amp; -14 &amp; -8\end{array}\right]=\left[\begin{array}{ccc}0 &amp; 0 &amp; 0\end{array}\right]. If 4α4\frac{4}{\alpha^4} +mαa+nαb=3+\frac{\mathrm{m}}{\alpha^{\mathrm{a}}}+\frac{\mathrm{n}}{\alpha^{\mathrm{b}}}=3, then m+n\mathrm{m}+\mathrm{n} is equal to</p>
    1. A.3
    2. B.11
    3. C.7
    4. D.<p>8</p>
    Show answer & solution

    Answer: (B)

    <p>x2+x+1=0x^2+x+1=0 α\alpha is root amp;α2+α+1=0amp;α=ω as ω2 [cube root of unity] \begin{aligned} &amp; \therefore \alpha^2+\alpha+1=0 \\ &amp; \Rightarrow \alpha=\omega \text { as } \omega^2 \text { [cube root of unity] } \end{aligned} also [4a2bamp;64a14b52+2a8b]\left.\begin{array}{l} {\left[\begin{array}{ll} 4-a-2 b &amp; 64-a-14 b \end{array} 52+2 a-8 b\right.} \end{array}\right] amp;=[0amp;0amp;0]amp;a+2b=4amp;a+14b=64amp;12b=60b=5amp;a=6amp;4α4+mα6+nα5=3amp;4ω+m1+nω2=3amp;4ω2+m+nω=3\begin{aligned} &amp; =\left[\begin{array}{ll}0 &amp; 0&amp;0\end{array}\right] \\ \therefore &amp; a+2 b=4 \\ &amp; a+14 b=64 \\ \Rightarrow &amp; 12 b=60 \Rightarrow b=5 \\ \Rightarrow &amp; a=-6 \\ \therefore &amp; \frac{4}{\alpha^4}+\frac{m}{\alpha^{-6}}+\frac{n}{\alpha^5}=3 \\ \Rightarrow &amp; \frac{4}{\omega}+\frac{m}{1}+\frac{n}{\omega^2}=3 \\ \Rightarrow &amp; 4 \omega^2+m+n \omega=3\end{aligned} amp;4(1232i)+m+n(12+32i)=3amp;2+mn2=3....(1)amp;&amp;432+n32=0amp;n=4amp; m=7amp; m+n=11\begin{aligned} &amp; \Rightarrow 4\left(-\frac{1}{2}-\frac{\sqrt{3}}{2} \mathrm{i}\right)+\mathrm{m}+\mathrm{n}\left(-\frac{1}{2}+\frac{\sqrt{3}}{2} \mathrm{i}\right)=3 \\ &amp; \therefore-2+\mathrm{m}-\frac{\mathrm{n}}{2}=3....(1) \\ &amp; \&amp; \frac{-4 \sqrt{3}}{2}+\frac{\mathrm{n} \sqrt{3}}{2}=0 \\ &amp; \therefore \mathrm{n}=4 \\ &amp; \mathrm{~m}=7 \\ &amp; \therefore \mathrm{~m}+\mathrm{n}=11 \end{aligned}</p>
  3. Q3JEE Main 2024 (05 Apr, Shift 2)Formation and Basic of Matrix
    <p>Let αβ0\alpha \beta \neq 0 and A=[βamp;αamp;3αamp;αamp;ββamp;αamp;2α]A=\left[\begin{array}{rrr}\beta &amp; \alpha &amp; 3 \\ \alpha &amp; \alpha &amp; \beta \\ -\beta &amp; \alpha &amp; 2 \alpha\end{array}\right]. If B=[3αamp;9amp;3ααamp;7amp;2α2αamp;5amp;2β]B=\left[\begin{array}{rrr}3 \alpha &amp; -9 &amp; 3 \alpha \\ -\alpha &amp; 7 &amp; -2 \alpha \\ -2 \alpha &amp; 5 &amp; -2 \beta\end{array}\right] is the matrix of cofactors of the elements of AA, then det(AB)\operatorname{det}(A B) is equal to :</p>
    1. A.64
    2. B.216
    3. C.343
    4. D.<p>125</p>
    Show answer & solution

    Answer: (B)

    <p>Equating co-factor fo A21\mathrm{A}_{21} amp;(2α23α)=αamp;α=0,2 (accept) \begin{aligned} &amp; \left(2 \alpha^2-3 \alpha\right)=\alpha \\ &amp; \alpha=0,2 \text { (accept) } \end{aligned} Now, 2α2αβ=3α2 \alpha^2-\alpha \beta=3 \alpha amp;α=2β=1amp;AB=Acof(A)=A3amp; A=1amp;2amp;32amp;2amp;11amp;2amp;4=62(9)+3(6)=6\begin{aligned} &amp; \alpha=2 \quad \beta=1 \\ &amp; |\mathrm{AB}|=|\mathrm{A} \operatorname{cof}(\mathrm{A})|=|\mathrm{A}|^3 \\ &amp; \mathrm{~A}=\left|\begin{array}{lll} 1 &amp; 2 &amp; 3 \\ 2 &amp; 2 &amp; 1 \\ -1 &amp; 2 &amp; 4 \end{array}\right|=6-2(9)+3(6)=6 \end{aligned}</p>
  4. Q4JEE Main 2023 (08 Apr, Shift 2)Inverse of a Matrix
    If A=[15λ10],A1=αA+βIA=\left[\begin{matrix}1 & 5 \\ \lambda & 10\end{matrix}\right],{A}^{-1}=\alpha A+\beta I and α+β=2\alpha +\beta =-2, then 4α2+β2+λ24{\alpha }^{2}+{\beta }^{2}+{\lambda }^{2} is equal to :
    1. A.1212
    2. B.1919
    3. C.1414
    4. D.1010
    Show answer & solution

    Answer: (C)

    Given, A=[15λ10],A1=αA+βIA=\left[\begin{matrix}1 & 5 \\ \lambda & 10\end{matrix}\right],{A}^{-1}=\alpha A+\beta I and α+β=2\alpha +\beta =-2, Now solving by using characteristic equation, we get Ak=01k5λ10k=0|A-k|=0\Rightarrow \left|\begin{matrix}1-k & 5 \\ \lambda & 10-k\end{matrix}\right|=0 k211k+105λ=0\Rightarrow {k}^{2}-11k+10-5\lambda =0 A211A+(105λ)I=0\Rightarrow {A}^{2}-11A+(10-5\lambda )I=0 {by putting k=Ak=A} A1=1105λ(A+11I)\Rightarrow {A}^{-1}=\dfrac{1}{10-5\lambda }(-A+11I) Now on comparing with A1=αA+βI{A}^{-1}=\alpha A+\beta I we get, α=1105λ,β=11105λ\Rightarrow \alpha =-\dfrac{1}{10-5\lambda },\beta =\dfrac{11}{10-5\lambda } And given, α+β=2λ=3,α=15,β=115\alpha +\beta =-2\Rightarrow \lambda =3,\alpha =\dfrac{1}{5},\beta =\dfrac{-11}{5} Hence, the value of 4α2+β2+λ2=144{\alpha }^{2}+{\beta }^{2}+{\lambda }^{2}=14

172 more Matrices questions are waiting

Attempt the full chapter in a real NTA CBT simulator with instant scoring, year-wise filters and detailed solutions.

Practise all 176 questions

Download Matrices JEE Main PYQs — free PDF

All 176 previous-year questions on Matrices, each with the official answer and a worked solution. Free to download, print and share — no sign-up needed. Prefer to solve first? The questions-only edition has the same paper without solutions, with the answer key on the last page.

Matrices in JEE Main: previous year question analysis

Matrices has appeared 176 times in JEE Main between 2003 and 2026, making it the 16th most-asked of 34 chapters and about 3.4% of the bank. Over the last 5 years it has averaged 18.6 questions per year.

Total PYQs
176
Years covered
2003–2026
Weightage rank
#16 of 34
Share of bank
3.4%

How many Matrices questions appeared each year

Matrices JEE Main question count by year
YearQuestionsRelative volume
20152
20164
20171
20184
20198
20209
202126
202226
202318
202417
202515
202617

Which Matrices sub-topics are asked most

Every question in this chapter is tagged to a sub-topic, so you can see exactly where the marks sit before you revise.

  • Product of Matrices83 questions
  • Formation and Basic of Matrix25 questions
  • Inverse of a Matrix22 questions
  • Adjoint and its Properties15 questions
  • Symmetric & Skew Symmetric Matrices13 questions
  • Basic Algebra of Matrices10 questions
  • Trace of a Matrix6 questions
  • Types of Matrices1 questions
  • T inverse T property1 questions

Question formats used in Matrices

  • Single-correct MCQ125
  • Numerical / integer answer51

How Matrices compares with nearby chapters

Counts are computed from AcadXL’s own JEE Main question bank, tagged chapter- and sub-topic-wise and checked against official answer keys. Sign in to attempt the 176 Matrices questions with solutions.