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

2009 · Shift 1 · Q39
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. /2009 · Shift 1 · Q39

Matrices and Determinants question

2009 · Shift 1 · Q39

JEE AdvancedMathematicsMatrices and DeterminantsMCQ+3 / −1
Let A be the set of all 3 ×\times× 3 symmetric matrices all of whose entries are either 0 or 1. Five of these entries are 1 and four of them are 0.The number of matrices A in A for which the system of linear equations A[xyz]=[100]A\left[ {\begin{matrix} x \\ y \\ z \\ \end{matrix} } \right] = \left[ {\begin{matrix} 1 \\ 0 \\ 0 \\ \end{matrix} } \right]A​xyz​​=​100​​ has a unique solution, is
  1. A
    less than 4
  2. B
    at least 4 but less than 7
  3. C
    at least 7 but less than 10
  4. D
    at least 10
View written solutionFree

Correct answer: B

We need the number of 3×33\times 33×3 symmetric matrices with entries in {0,1}\{0,1\}{0,1}, having exactly five 1's and four 0's, such that A[xyz]=[100]A\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}1\\0\\0\end{bmatrix}A​xyz​​=​100​​ has a unique solution.

A linear system Ax=bA\mathbf{x}=\mathbf{b}Ax=b has a unique solution iff AAA is invertible, i.e. iff det⁡A≠0\det A\ne 0detA=0.

So we must count such symmetric matrices with exactly five 1's and nonzero determinant.


1. General form of a symmetric 3×33\times 33×3 binary matrix

A symmetric 3×33\times 33×3 matrix has the form

a&d&e\\ d&b&f\\ e&f&c \end{bmatrix},$$ where each of $a,b,c,d,e,f\in\{0,1\}$. Because of symmetry, the total number of 1's in the full matrix is $$a+b+c+2(d+e+f).$$ We are told this total is 5, so $$a+b+c+2(d+e+f)=5.$$ Let - $k=$ number of 1's among diagonal entries $a,b,c$, - $m=$ number of 1's among off-diagonal variables $d,e,f$. Then $$k+2m=5,$$ with $0\le k\le 3$, $0\le m\le 3$. The only possibility is $$k=3,\quad m=1.$$ Indeed: - if $m=0$, then $k=5$ impossible; - if $m=1$, then $k=3$ possible; - if $m=2$, then $k=1$ possible? $1+4=5$ yes, but then diagonal has exactly one 1; - if $m=3$, then $k=-1$ impossible. Wait carefully: $k=1,m=2$ is also possible. So there are **two cases**. --- ## 2. Case I: all three diagonal entries are 1 and exactly one off-diagonal pair is 1 Then the matrices are: $$\begin{bmatrix}1&1&0\\1&1&0\\0&0&1\end{bmatrix},\quad \begin{bmatrix}1&0&1\\0&1&0\\1&0&1\end{bmatrix},\quad \begin{bmatrix}1&0&0\\0&1&1\\0&1&1\end{bmatrix}.$$ Each of these has two identical rows/columns in the $2\times 2$ block, so determinant is 0. For example, $$\det\begin{bmatrix}1&1&0\\1&1&0\\0&0&1\end{bmatrix}=0.$$ Thus **none** of these are invertible. So Case I contributes $0$ matrices. --- ## 3. Case II: exactly one diagonal entry is 1 and exactly two off-diagonal pairs are 1 We choose: - which one diagonal entry is 1: $\binom31=3$ ways, - which two of the three off-diagonal variables $d,e,f$ are 1: $\binom32=3$ ways. Hence there are $$3\times 3=9$$ matrices in this case. We now determine which of these are invertible. --- ## 4. Write all 9 matrices and test determinant Let the diagonal 1 be at position $(1,1)$ first, so $(a,b,c)=(1,0,0)$. ### (i) $d=e=1, f=0$ $$A_1=\begin{bmatrix}1&1&1\\1&0&0\\1&0&0\end{bmatrix}.$$ Rows 2 and 3 are equal, so $\det A_1=0$. ### (ii) $d=f=1, e=0$ $$A_2=\begin{bmatrix}1&1&0\\1&0&1\\0&1&0\end{bmatrix}.$$ Compute determinant: $$\det A_2= 1\begin{vmatrix}0&1\\1&0\end{vmatrix} -1\begin{vmatrix}1&1\\0&0\end{vmatrix} +0\begin{vmatrix}1&0\\0&1\end{vmatrix} =1(0-1)-1(0-0)=-1\ne 0.$$ So $A_2$ is invertible. ### (iii) $e=f=1, d=0$ $$A_3=\begin{bmatrix}1&0&1\\0&0&1\\1&1&0\end{bmatrix}.$$ Determinant: $$\det A_3= 1\begin{vmatrix}0&1\\1&0\end{vmatrix} -0\begin{vmatrix}0&1\\1&0\end{vmatrix} +1\begin{vmatrix}0&0\\1&1\end{vmatrix} =-1+0+0=-1\ne 0.$$ So $A_3$ is invertible. Thus for diagonal pattern $(1,0,0)$, exactly **2** matrices are invertible. --- By symmetry, when the single diagonal 1 is at $(2,2)$ or $(3,3)$, the count will be the same. Hence total invertible matrices in Case II: $$3\times 2=6.$$ --- ## 5. Total count - Case I contributed $0$. - Case II contributed $6$. Therefore, the required number of matrices is $$6.$$ --- ## 6. Match with options The number is $6$, which lies in the range: - at least 4 but less than 7. So the correct option is $$\boxed{\text{B}}.$$ --- ## 7. Comparison with stored answer Stored correct answer: $\text{B}$. Our derived answer is also $\text{B}$, so they agree.
PreviousNext

More from Matrices and Determinants

  • Let A be the set of all 3 × 3 symmetric matrices all of whose entries are either 0 or 1. Five of these entries are 1 and four of them are 0.The number of matrices A in A for which the system of linear equations A​xyz​​=​100​​…2009 · MCQ
  • Consider the system of equations: x−2y+3z=−1−x+y−2z=kx−3y+4z=1 Statement - 1 : The system of equations has no solution for ke3. and Statement - 2 : The determinant ​1−11​3−24​−1k1​​e0…2008 · MCQ
  • Consider the matrix P=​200​020​003​​. Let the transpose of a matrix X be denoted by XT. Then the number of 3×3 invertible matrices Q with…2025 · MCQ
  • Let I=(10​01​) and P=(20​03​). Let Q=(xz​y4​) for some non-zero real…2025 · Multiple correct
  • Let R2 denote R×R. Let S={(a,b,c):a,b,c∈R and ax2+2bxy+cy2>0 for all (x,y)∈R2−{(0,0)}}. Then which of the following…2024 · Multiple correct
  • Let S=⎩⎨⎧​A=​011​1ab​cde​​:a,b,c,d,e∈{0,1} and ∣A∣∈{−1,1}}, where ∣A∣ denotes the determinant of A. Then…2024 · Numerical
  • 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