Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Matrices and Determinants question

2024 · Shift 1 · Q27
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Advanced
  3. /Mathematics
  4. /Matrices and Determinants
  5. /2024 · Shift 1 · Q27

Matrices and Determinants question

2024 · Shift 1 · Q27

JEE AdvancedMathematicsMatrices and DeterminantsNumerical+4 / −1
Let S={A=(01c1ad1be):a,b,c,d,e∈{0,1}S=\left\{A=\left(\begin{array}{lll}0 & 1 & c \\ 1 & a & d \\ 1 & b & e\end{array}\right): a, b, c, d, e \in\{0,1\}\right.S=⎩⎨⎧​A=​011​1ab​cde​​:a,b,c,d,e∈{0,1} and ∣A∣∈{−1,1}}\left.|A| \in\{-1,1\}\right\}∣A∣∈{−1,1}}, where ∣A∣|A|∣A∣ denotes the determinant of AAA. Then the number of elements in SSS is ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 16

  1. Given matrix

We need to count the number of matrices

A=(01c1ad1be),a,b,c,d,e∈{0,1}A=\begin{pmatrix} 0 & 1 & c\\ 1 & a & d\\ 1 & b & e \end{pmatrix}, \qquad a,b,c,d,e\in\{0,1\}A=​011​1ab​cde​​,a,b,c,d,e∈{0,1}

such that ∣A∣∈{−1,1}.|A|\in\{-1,1\}.∣A∣∈{−1,1}.

So we need the determinant to be ±1\pm 1±1.


  1. Compute the determinant

Expand along the first row:

∣A∣=0⋅∣adbe∣−1⋅∣1d1e∣+c⋅∣1a1b∣.|A|=0\cdot\begin{vmatrix}a&d\\ b&e\end{vmatrix} -1\cdot\begin{vmatrix}1&d\\ 1&e\end{vmatrix} +c\cdot\begin{vmatrix}1&a\\ 1&b\end{vmatrix}.∣A∣=0⋅​ab​de​​−1⋅​11​de​​+c⋅​11​ab​​.

Now,

∣1d1e∣=e−d,∣1a1b∣=b−a.\begin{vmatrix}1&d\\ 1&e\end{vmatrix}=e-d, \qquad \begin{vmatrix}1&a\\ 1&b\end{vmatrix}=b-a.​11​de​​=e−d,​11​ab​​=b−a.

Hence,

∣A∣=−(e−d)+c(b−a)=d−e+c(b−a).|A|=-(e-d)+c(b-a)=d-e+c(b-a).∣A∣=−(e−d)+c(b−a)=d−e+c(b−a).

So the condition becomes

d−e+c(b−a)=±1.d-e+c(b-a)=\pm 1.d−e+c(b−a)=±1.
  1. Case-wise counting based on ccc

Since c∈{0,1}c\in\{0,1\}c∈{0,1}, split into two cases.

Case 1: c=0c=0c=0

Then

∣A∣=d−e.|A|=d-e.∣A∣=d−e.

Since d,e∈{0,1}d,e\in\{0,1\}d,e∈{0,1},

d−e∈{−1,0,1}.d-e\in\{-1,0,1\}.d−e∈{−1,0,1}.

We want d−e=±1d-e=\pm 1d−e=±1, which happens when:

  • (d,e)=(1,0)(d,e)=(1,0)(d,e)=(1,0) gives 111
  • (d,e)=(0,1)(d,e)=(0,1)(d,e)=(0,1) gives −1-1−1

So there are 222 choices for (d,e)(d,e)(d,e).

Now a,ba,ba,b are completely free, each in {0,1}\{0,1\}{0,1}, so there are 2×2=42\times 2=42×2=4 choices for (a,b)(a,b)(a,b).

Thus total matrices in this case:

4⋅2=8.4\cdot 2=8.4⋅2=8.

Case 2: c=1c=1c=1

Then

∣A∣=d−e+b−a=(d+b)−(e+a).|A|=d-e+b-a=(d+b)-(e+a).∣A∣=d−e+b−a=(d+b)−(e+a).

Let us count the number of (a,b,d,e)∈{0,1}4(a,b,d,e)\in\{0,1\}^4(a,b,d,e)∈{0,1}4 such that

d−e+b−a=±1.d-e+b-a=\pm 1.d−e+b−a=±1.

Rearrange as

b+d−(a+e)=±1.b+d-(a+e)=\pm 1.b+d−(a+e)=±1.

Now:

  • b+db+db+d can be 0,1,20,1,20,1,2
  • a+ea+ea+e can be 0,1,20,1,20,1,2

Let x=b+d,y=a+e.x=b+d, \qquad y=a+e.x=b+d,y=a+e. Then we need x−y=±1.x-y=\pm 1.x−y=±1.

Number of ways to get each sum from two binary variables:

  • sum 000: 111 way
  • sum 111: 222 ways
  • sum 222: 111 way

Now count:

For x−y=1x-y=1x−y=1

Possible pairs (x,y)(x,y)(x,y) are:

  • (1,0)(1,0)(1,0): 2⋅1=22\cdot 1=22⋅1=2 ways
  • (2,1)(2,1)(2,1): 1⋅2=21\cdot 2=21⋅2=2 ways

Total: 2+2=4.2+2=4.2+2=4.

For x−y=−1x-y=-1x−y=−1

Possible pairs (x,y)(x,y)(x,y) are:

  • (0,1)(0,1)(0,1): 1⋅2=21\cdot 2=21⋅2=2 ways
  • (1,2)(1,2)(1,2): 2⋅1=22\cdot 1=22⋅1=2 ways

Total: 2+2=4.2+2=4.2+2=4.

Hence total for c=1c=1c=1 is 4+4=8.4+4=8.4+4=8.


  1. Total count

Adding both cases,

∣S∣=8+8=16.|S|=8+8=16.∣S∣=8+8=16.
  1. Comparison with stored answer

Our derived answer is 161616, which matches the stored correct answer.

PreviousNext

More from Matrices and Determinants

  • Let α and β be the distinct roots of the equation x2+x−1=0. Consider the set T={1,α,β}. For a 3×3 matrix M=(aij​)3×3​, define Ri​=ai1​+ai2​+ai3​ and Cj​=a1j​+a2j​+a3j​… Includes table2024 · MCQ
  • Let α,β and γ be real numbers. Consider the following system of linear equations ​x+2y+z=7x+αz=112x−3y+βz=γ​ Match each entry in List-I to… Includes table2023 · MCQ
  • Let M=(aij​),i,j∈{1,2,3}, be the 3×3 matrix such that aij​=1 if j+1 is divisible by i, otherwise aij​=0. Then which of the following statements is(are) true?2023 · Multiple correct
  • Let R=⎩⎨⎧​​ac0​325​bd0​​:a,b,c,d∈{0,3,5,7,11,13,17,19}⎭⎬⎫​. Then the number of invertible matrices in R is :2023 · Numerical
  • Let p,q,r be nonzero real numbers that are, respectively, the 10th ,100th  and 1000th  terms of a harmonic progression. Consider the system of linear equations x+y+z=110x+100y+1000z=0qrx+pry+pqz=0​… Includes table2022 · MCQ
  • Let β be a real number. Consider the matrix A=​β23​011​1−2−2​​ If A7−(β−1)A6−βA5 is a singular matrix, then the…2022 · Numerical
  • If M=(25​−23​​23​−21​​), then which of the following matrices is equal to M2022?2022 · MCQ
  • Let α, β and γ be real numbers such that the system of linear equations x + 2y + 3z =α 4x + 5y + 6z =β 7x + 8y + 9z =γ− 1 is consistent. Let | M | represent the determinant of the matrix M=​αβ−1​210​γ01​​…2021 · Numerical