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.
Matrices and Determinants question
2009 · Shift 1 · Q40
JEE AdvancedMathematicsMatrices and DeterminantsMCQ+3 / −1
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 Axyz=100 is inconsistent, is
A
0
B
more than 2
C
2
D
1
View written solutionFree
Correct answer: B
Step-by-step Solution:
1. Understand the Matrix Properties
Let A be a 3x3 symmetric matrix with entries from {0, 1}. A symmetric matrix has the form:
A=adedbfefc
where a,b,c,d,e,f∈{0,1}.
The problem states that the matrix A has five entries that are 1 and four that are 0. The total number of entries is 9. The number of 1s can be expressed in terms of the independent elements as:
(a+b+c)+2(d+e+f)=5
where (a+b+c) is the number of 1s on the main diagonal, and (d+e+f) is the number of 1s in the upper (or lower) triangle of the off-diagonal elements.
Let Sd=a+b+c and So=d+e+f. Since a,b,c,d,e,f are 0 or 1, Sd and So must be integers. We find the possible integer solutions for Sd+2So=5:
If So=0, Sd=5 (impossible, as max Sd=3).
If So=1, Sd=3. This is a valid case.
If So=2, Sd=1. This is a valid case.
If So=3, Sd=−1 (impossible).
So we have two cases to analyze.
2. Condition for Inconsistent System
The system of linear equations Ax=b is inconsistent if it has no solution. This occurs when the determinant of A is zero, and the product of the adjoint of A and b is a non-zero vector.
Condition for inconsistency: det(A)=0 and (adj A)b=0.
Here, b=100. Let's compute (adj A)b:
adj A=bc−f2ef−dcdf−ebef−dcac−e2de−afdf−ebde−afab−d2(adj A)b=bc−f2ef−dcdf−ebef−dcac−e2de−afdf−ebde−afab−d2100=bc−f2ef−dcdf−eb
So, the system is inconsistent if det(A)=0 and the vector bc−f2ef−dcdf−eb is not the zero vector.
3. Analysis of Cases
Case 1: Sd=3 and So=1
This implies a=b=c=1 and exactly one of d,e,f is 1.
Subcase 1.1:d=1,e=0,f=0.
A1=110110001. The first two columns are identical, so det(A1)=0.
Check (adj A1)b: bc−f2=1(1)−02=1=0. The system is inconsistent. (1 matrix)
Subcase 1.2:e=1,d=0,f=0.
A2=101010101. The first and third columns are identical, so det(A2)=0.
Check (adj A2)b: bc−f2=1(1)−02=1=0. The system is inconsistent. (1 matrix)
Subcase 1.3:f=1,d=0,e=0.
A3=100011011. The second and third rows/columns are identical, so det(A3)=0.
Check (adj A3)b: bc−f2=1(1)−12=0, ef−dc=0(1)−0(1)=0, df−eb=0(1)−0(1)=0. So (adj A3)b=0. The system is consistent (infinitely many solutions). Not counted.
From Case 1, we found 2 matrices for which the system is inconsistent.
Case 2: Sd=1 and So=2
This implies exactly one of a,b,c is 1, and exactly two of d,e,f are 1.