Matrices and Determinants
Let $A = \begin{bmatrix} 3 & -4 \\ 1 & -1 \end{bmatrix}$ and $B$ be two matrices such that $A^{100} = 100B + I$. Then the sum of all the elements of $B^{100}$ is _______
Explanation:
Decompose Matrix A We can write matrix $A$ as the sum of the Identity matrix $I$ and a $\text {residual matrix } C:$
$ \begin{aligned} & \quad A=I+C=\left[\begin{array}{ll} 1 & 0 \\ 0 & 1 \end{array}\right]+\left[\begin{array}{ll} 2 & -4 \\ 1 & -2 \end{array}\right], \quad \text { Let } C=\left[\begin{array}{ll} 2 & -4 \\ 1 & -2 \end{array}\right] . \\ & C^2=\left[\begin{array}{ll} 2 & -4 \\ 1 & -2 \end{array}\right]\left[\begin{array}{ll} 2 & -4 \\ 1 & -2 \end{array}\right]=\left[\begin{array}{ll} 4-4 & -8+8 \\ 2-2 & -4+4 \end{array}\right]=\left[\begin{array}{ll} 0 & 0 \\ 0 & 0 \end{array}\right]=0 \end{aligned} $
Since $C^2=0, C$ is a nilpotent matrix. Consequently, $C^n=0$ for all $n \geq 2$.
Find $A^{100}$ using Binomial Expansion :
$ A^{100}=(I+C)^{100}={ }^{100} C_0 I^{100}+{ }^{100} C_1 I^{99} C+{ }^{100} C_2 I^{98} C^2+\cdots+{ }^{100} C_{100} C^{100} $
Since $C^2=C^3=\cdots=C^{100}=0$, the expansion simplifies to :
$ \begin{gathered} A^{100}={ }^{100} C_0 I+{ }^{100} C_1 C \\ A^{100}=1 \cdot I+100 \cdot C \\ A^{100}=I+100 C \end{gathered} $
Find Matrix B :
The problem states that $A^{100}=100 B+I$. Comparing this to our result:
$ \begin{gathered} 100 B+I=100 C+I \\ 100 B=100 C \\ B=C \end{gathered} $
Calculate the Sum of Elements of $B^{100}$ :
Since $B=C$ and we know $C^2=0$, then: $\quad B^2=0$
Consequently, $B^{100}=0$ (the zero matrix).
$B^{100}=\left[\begin{array}{ll}0 & 0 \\ 0 & 0\end{array}\right]$
The sum of all the elements of $B^{100}$ is 0 .
The number of $3 \times 2$ matrices A , which can be formed using the elements of the set $\{-2,-1,0,1,2\}$ such that the sum of all the diagonal elements of $\mathrm{A}^{\mathrm{T}} \mathrm{A}$ is 5 , is
$\_\_\_\_$
Explanation:
Let matrix $A$ of order $3 \times 2$ is
$A=\left[\begin{array}{ll}a & b \\ c & d \\ e & f\end{array}\right], a, b, c, d, e, f \in\{-2,-1,0,1,2\}$
$A^T=\left[\begin{array}{lll}a & c & e \\ b & d & f\end{array}\right]$
$ A^T A=\left[\begin{array}{lll} a & c & e \\ b & d & f \end{array}\right]\left[\begin{array}{ll} a & b \\ c & d \\ e & f \end{array}\right]=\left[\begin{array}{cc} a^2+c^2+e^2 & a b+c d+e f \\ a b+c d+e f & b^2+d^2+f^2 \end{array}\right] $
sum of diagonal elements of $A^T A=5$
$ a^2+c^2+e^2+b^2+d^2+f^2=5 $
possible values of squares is $\{0,1,4\}$
Case 1 : one element is 4,1 element is 1 and four elements are 0 .
one element is $4=2$ choices $\{-2,2\}$
one element is $1=2$ choices $\{-1,1\}$
4 element is zero $=1$ choice $\{0\}$
Selecting one element 4 out of 6 choice $\left\{a^2, b^2, c^2, d^2, e^2, f^2\right\}$, and have 2 choice $\{-2,2\}$, total $={ }^6 C_1 \times 2=12$
Selecting one element which is 1 from remaining 5 element $={ }^5 C_1$, and have two choice $\{-1,1\}$, total $={ }^5 C_1 \times 2=10$
Selecting 4 element which is zero from remaining 4 elements $={ }^4 C_4=1$ total matrices for Case $1=12 \times 10 \times 1=120$
Case 2 : five elements are 1 and one element is 0 .
squares $a^2, b^2, c^2, d^2, e^2, f^2 \in\{1,1,1,1,1,0\}$
selection of 5 one from $a^2, b^2, c^2, d^2, e^2, f^2={ }^6 C_5$
and for 1 there are two choice for each elements $a, b, c, d, e, f=\{-1,1\}$, total $=2^5$
for 0 only 1 choices
total matrices of case $2={ }^6 C_5 \times 2^5=192$
total number of such matrices = Case $1+$ Case 2
$=120+192=312$
Let $A=\left[\begin{array}{ccc}0 & 2 & -3 \\ -2 & 0 & 1 \\ 3 & -1 & 0\end{array}\right]$ and $B$ be a matrix such that $B(I-A)=I+A$. Then the sum of the diagonal elements of $\mathrm{B}^{\mathrm{T}} \mathrm{B}$ is equal to $\_\_\_\_$
Explanation:
Observing properties of Matrix $A$
$ \begin{aligned} A & =\left[\begin{array}{ccc} 0 & 2 & -3 \\ -2 & 0 & 1 \\ 3 & -1 & 0 \end{array}\right] \\ A^T & =\left[\begin{array}{ccc} 0 & -2 & 3 \\ 2 & 0 & -1 \\ -3 & 1 & 0 \end{array}\right]=-A \end{aligned} $
Rearranging the given equation
$ \begin{aligned} & B(I-A)=I+A \\ & B=(I+A)(I-A)^{-1} \end{aligned} $
Finding $B^T$
$ \begin{aligned} B^T & =\left[(I+A)(I-A)^{-1}\right]^T \\ B^T & =\left((I-A)^{-1}\right)^T(I+A)^T \\ B^T & =\left(I-A^T\right)^{-1}\left(I+A^T\right) \end{aligned} $
Since $A^T=-A$ :
$ \begin{aligned} B^T & =(I+A)^{-1}(I-A) \\ B^T B & =\left[(I+A)^{-1}(I-A)\right] \cdot\left[(I+A)(I-A)^{-1}\right] \\ B^T B & =(I+A)^{-1}(I+A)(I-A)(I-A)^{-1} \\ B^T B & =I \cdot I=I \\ B^T B & =\left[\begin{array}{lll} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}\right] \end{aligned} $
the sum of diagonal elements $=1+1+1=3$
The sum of the diagonal elements of $B^T B$ is 3 .
Let $|\mathrm{A}|=6$, where A is a $3 \times 3$ matrix. If $\left|\operatorname{adj}\left(\operatorname{adj}\left(\mathrm{A}^2 \cdot \operatorname{adj}(2 \mathrm{~A})\right)\right)\right|=2^{\mathrm{m}} \cdot 3^{\mathrm{n}}, \mathrm{m}, \mathrm{n} \in \mathbf{N}$, then $\mathrm{m}+\mathrm{n}$ is equal to
$\_\_\_\_$ .
Explanation:
$ \begin{aligned} & (2 \mathrm{~A})(\operatorname{adj} 2 \mathrm{~A})=|2 \mathrm{~A}| /_{3 \times 3} \\ & =2^3 \cdot|\mathrm{~A}| / 3_{\times 3} \\ & =48 \mathrm{I} \\ & \Rightarrow \operatorname{Aadj}(2 \mathrm{~A})=24 \mathrm{I} \\ & \Rightarrow \mathrm{~A}^2(\operatorname{adj} 2 \mathrm{~A})=24 \mathrm{~A} \\ & |\operatorname{adj}(3 \operatorname{adj}(24 \mathrm{~A}))|=|3 \operatorname{adj}(24 \mathrm{~A})|^{3-1} \\ & =\left(3^3\right)^2|(\operatorname{adj}(24 \mathrm{~A}))|^2 \\ & =3^6 \cdot\left(|24 \mathrm{~A}|^2\right)^2 \\ & =3^6|24 \mathrm{~A}|^4 \\ & =3^6 \cdot\left[(24)^3|\mathrm{~A}|\right]^4 \\ & =3^6 \cdot 24^{12} \cdot|\mathrm{~A}|^4=3^6 \cdot 24^{12} \cdot 6^4 \\ & =3^6 \cdot\left(2^3\right)^{12} \cdot 3^{12} \cdot 3^4 \cdot 2^4 \\ & =2^{40} \cdot 3^{22} \\ & \Rightarrow m+n=62 \end{aligned} $
Let A be a $3 \times 3$ matrix such that $\mathrm{A}+\mathrm{A}^{\mathrm{T}}=\mathrm{O}$. If $\mathrm{A}\left[\begin{array}{c}1 \\ -1 \\ 0\end{array}\right]=\left[\begin{array}{l}3 \\ 3 \\ 2\end{array}\right], \mathrm{A}^2\left[\begin{array}{c}1 \\ -1 \\ 0\end{array}\right]=\left[\begin{array}{c}-3 \\ 19 \\ -24\end{array}\right]$ and $\operatorname{det}(\operatorname{adj}(2 \operatorname{adj}(\mathrm{~A}+\mathrm{I})))=(2)^\alpha \cdot(3)^\beta \cdot(11)^\gamma, \alpha, \beta, \gamma$ are non-negative integers, then $\alpha+\beta+\gamma$ is equal to $\_\_\_\_$
Explanation:
$ \begin{aligned} & A=-A^T \\ & A=\left[\begin{array}{ccc} 0 & \alpha & \beta \\ -\alpha & 0 & \gamma \\ -\beta & -\gamma & 0 \end{array}\right] \\ & {\left[\begin{array}{ccc} 0 & \alpha & \beta \\ -\alpha & 0 & \gamma \\ -\beta & -\gamma & 0 \end{array}\right]\left[\begin{array}{c} 1 \\ -1 \\ 0 \end{array}\right]=\left[\begin{array}{l} 3 \\ 3 \\ 2 \end{array}\right]} \\ & \alpha=-3,-\beta+\gamma=2 \\ & {\left[\begin{array}{ccc} 0 & \alpha & \beta \\ -\alpha & 0 & \gamma \\ -\beta & -\gamma & 0 \end{array}\right]\left[\begin{array}{l} 3 \\ 3 \\ 2 \end{array}\right]=\left[\begin{array}{c} -3 \\ 19 \\ \beta=3 \end{array}\right]} \end{aligned} $
$ \begin{aligned} & |A+I|=\left|\begin{array}{ccc} 1 & -3 & 3 \\ 3 & 1 & 5 \\ -3 & -5 & 1 \end{array}\right|=44 \\ & \operatorname{det}(\operatorname{adj}(2 \operatorname{adj}(A+I)))=2^6 \operatorname{det}(\operatorname{adj}(\operatorname{adj}(A+I)))=2^6(44)^4=2^{14} \times 11^4 \end{aligned} $
For some $\alpha, \beta \in \mathbf{R}$, let $A=\left[\begin{array}{ll}\alpha & 2 \\ 1 & 2\end{array}\right]$ and $B=\left[\begin{array}{ll}1 & 1 \\ 1 & \beta\end{array}\right]$ be such that $A^2-4 A+2 I=B^2-3 B+I=O$. Then $\left(\operatorname{det}\left(\operatorname{adj}\left(A^3-B^3\right)\right)\right)^2$ is equal to $\_\_\_\_$ .
Explanation:
$ \begin{aligned} &\text { Using characteristic equation, }\\ &\begin{aligned} & \left|\begin{array}{cc} \alpha-\lambda & 2 \\ 1 & 2-\lambda \end{array}\right|=0 \\ & (\lambda-2)(\lambda-\alpha)-2=0 \\ & \lambda^2+\lambda(-2-\alpha)+2 \alpha-2=0 \\ & \Rightarrow A^2+A(-2-\alpha)+(2 \alpha-2) I=0 \\ & \Rightarrow-2-\alpha=-4 \Rightarrow \alpha=2 \end{aligned} \end{aligned} $
$ \begin{aligned} &\text { Similarly, }\\ &\begin{aligned} &\left|\begin{array}{cc} 1-K & 2 \\ 1 & \beta-K \end{array}\right|=0 \\ & \Rightarrow(K-\beta)(K-1)-1=0 \\ & K^2+K(-1-\beta)+\beta-1=0 \\ & \Rightarrow-1-\beta=-3 \Rightarrow \beta=2 \end{aligned} \end{aligned} $
$ \begin{aligned} & \Rightarrow A=\left[\begin{array}{ll} 2 & 2 \\ 1 & 2 \end{array}\right], B=\left[\begin{array}{ll} 1 & 1 \\ 1 & 2 \end{array}\right] \\ & \text { Let } A^3-B^3=\left[\begin{array}{cc} 15 & 20 \\ 6 & 7 \end{array}\right]=C, \operatorname{det}(C)=-15 \\ & \mid \text { adj }\left.C\right|^2=|C|^2=225 \end{aligned} $
Let $A, B$ and $C$ be three $2 \times 2$ matrices with real entries such that $B=(I+A)^{-1}$ and $\mathrm{A}+\mathrm{C}=\mathrm{I}$.
If $\mathrm{BC}=\left[\begin{array}{cc}1 & -5 \\ -1 & 2\end{array}\right]$ and $\mathrm{CB}\left[\begin{array}{l}x_1 \\ x_2\end{array}\right]=\left[\begin{array}{l}12 \\ -6\end{array}\right]$, then $x_1+x_2$ is
4
2
0
-2
Let $P=\left[p_{i j}\right]$ and $Q=\left[q_{i j}\right]$ be two square matrices of order 3 such that $q_{\mathrm{ij}}=2^{(\mathrm{i}+\mathrm{j}-1)} \mathrm{p}_{\mathrm{ij}}$ and $\operatorname{det}(\mathrm{Q})=2^{10}$. Then the value of $\operatorname{det}(\operatorname{adj}(\operatorname{adj} \mathrm{P}))$ is:
81
16
124
32
Let $f(x)=\int \frac{7 x^{10}+9 x^8}{\left(1+x^2+2 x^9\right)^2} d x, x>0, \lim\limits_{x \rightarrow 0} f(x)=0$ and $f(1)=\frac{1}{4}$.
If $\mathrm{A}=\left[\begin{array}{ccc}0 & 0 & 1 \\ \frac{1}{4} & f^{\prime}(1) & 1 \\ \alpha^2 & 4 & 1\end{array}\right]$ and $\mathrm{B}=\operatorname{adj}(\operatorname{adj} \mathrm{A})$ be such that $|\mathrm{B}|=81$, then $\alpha^2$ is equal to
2
4
3
1
The system of linear equations
$ \begin{aligned} & x+y+z=6 \\ & 2 x+5 y+a z=36 \\ & x+2 y+3 z=b \end{aligned} $
has :
unique solution for $a=8$ and $b=16$
infinitely many solutions for $a=8$ and $b=14$
infinitely many solutions for $a=8$ and $b=16$
unique solution for $a=8$ and $b=14$
Among the statements :
I: If $\left|\begin{array}{ccc}1 & \cos \alpha & \cos \beta \\ \cos \alpha & 1 & \cos \gamma \\ \cos \beta & \cos \gamma & 1\end{array}\right|=\left|\begin{array}{ccc}0 & \cos \alpha & \cos \beta \\ \cos \alpha & 0 & \cos \gamma \\ \cos \beta & \cos \gamma & 0\end{array}\right|$, then $\cos ^2 \alpha+\cos ^2 \beta+\cos ^2 \gamma=\frac{3}{2}$, and
II: If $\left|\begin{array}{ccc}x^2+x & x+1 & x-2 \\ 2 x^2+3 x-1 & 3 x & 3 x-3 \\ x^2+2 x+3 & 2 x-1 & 2 x-1\end{array}\right|=\mathrm{p} x+\mathrm{q}$, then $\mathrm{p}^2=196 \mathrm{q}^2$,
both are true
both are false
only I is true
only II is true
Let n be the number obtained on rolling a fair die. If the probability that the system
$ \begin{aligned} & x-\mathrm{n} y+z=6 \\ & x+(\mathrm{n}-2) y+(\mathrm{n}+1) z=8 \\ & \quad(\mathrm{n}-1) y+z=1 \end{aligned} $
has a unique solution is $\frac{k}{6}$, then the sum of $k$ and all possible values of $n$ is :22
20
24
21
If $X=\left[\begin{array}{l}x \\ y \\ z\end{array}\right]$ is a solution of the system of equations $A X=B$, where $\operatorname{adj} A=\left[\begin{array}{ccc}4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3\end{array}\right]$ and $\mathrm{B}=\left[\begin{array}{l}4 \\ 0 \\ 2\end{array}\right]$, then $|x+y+z|$ is equal to :
3
2
$\frac{3}{2}$
1
If $\mathrm{A}=\left[\begin{array}{ll}2 & 3 \\ 3 & 5\end{array}\right]$, then the determinant of the matrix $\left(\mathrm{A}^{2025}-3 \mathrm{~A}^{2024}+\mathrm{A}^{2023}\right)$ is
12
24
28
16
If the system of equations
$ 3x + y + 4z = 3 $
$ 2x + \alpha y - z = -3 $
$ x + 2y + z = 4 $
has no solution, then the value of $ \alpha $ is equal to:
13
4
19
23
For the matrices $A = \begin{bmatrix} 3 & -4 \\ 1 & -1 \end{bmatrix}$ and $B = \begin{bmatrix} -29 & 49 \\ -13 & 18 \end{bmatrix}$, if $(A^{15} + B) \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix}$, then among the following which one is true?
$x = 16$, $y = 3$
$x = 5$, $y = 7$
$x = 11$, $y = 2$
$x = 18$, $y = 11$
The number of singular matrices of order 2 , whose elements are from the set $\{2,3,6,9\}$, is __________.
Explanation:
Let $A=\left[\begin{array}{ll}a & b \\ c & d\end{array}\right]$
for $A$ to be singular matrix
$a d=b c$
Case 1: exactly 1 number is used $\Rightarrow{ }^4 C_1$ ways
Case 2 : exactly 2 numbers is used $\Rightarrow{ }^4 C_2$ ways
Case 3 : exactly 3 numbers used $\Rightarrow$ none will be singular.
Case 4: exactly 4 numbers is used
$\begin{aligned} & \Rightarrow a b=c d \Rightarrow 2 \times 9=3 \times 6 \\ & \Rightarrow{ }^4 C_1 \times 2!=8 \text { matrix } . \end{aligned}$
$\therefore$ Total ways $\Rightarrow 4+6 \times 4+8=36$ matrices.
Let $A=\left[\begin{array}{ccc}\cos \theta & 0 & -\sin \theta \\ 0 & 1 & 0 \\ \sin \theta & 0 & \cos \theta\end{array}\right]$. If for some $\theta \in(0, \pi), A^2=A^T$, then the sum of the diagonal elements of the matrix $(\mathrm{A}+\mathrm{I})^3+(\mathrm{A}-\mathrm{I})^3-6 \mathrm{~A}$ is equal to _________ .
Explanation:
Note that $A$ is orthogonal:
$A A^T=A^T A=I \text { and } A^T=A^{-1}$
Given $A^2=A^T$, then:
$\begin{aligned} & A^3=I \\ & \operatorname{Tr}(A+I)^3+(A-l)^3-6 A=\operatorname{Tr}\left(2 A^3+6 A-6 A\right) \\ & =\operatorname{Tr}\left(2 A^3\right)=\operatorname{Tr}(2 I) \\ & \left(\text { Using }(A+l)^3+(A-I)^3=2 A^3+6 A \text { and } 2 A^3=2 I\right)= \\ & 6 \end{aligned}$
Let $I$ be the identity matrix of order $3 \times 3$ and for the matrix $A=\left[\begin{array}{ccc}\lambda & 2 & 3 \\ 4 & 5 & 6 \\ 7 & -1 & 2\end{array}\right],|A|=-1$. Let $B$ be the inverse of the matrix $\operatorname{adj}\left(\operatorname{Aadj}\left(A^2\right)\right)$. Then $|(\lambda \mathrm{B}+\mathrm{I})|$ is equal to______
Explanation:
$\begin{aligned} & B=\left[\operatorname{adj}\left(A \operatorname{adj}\left(A^2\right)\right)\right]^{-1} \\ & \operatorname{Adj}\left(A^2\right)=(\operatorname{adj} A)^2 \Rightarrow A \operatorname{adj}\left(A^2\right)=A \operatorname{adj}(A) \cdot(\operatorname{adj} A) \\ & =A\left(|A| A^{-1}\right)^2=|A|^2\left(A^{-1}\right)=A^{-1} \\ & \Rightarrow B=\left(\operatorname{adj}\left(A^{-1}\right)\right)^{-1}=\left(\left|\left(A^{-1}\right)\right| A\right)^{-1}=\frac{A^{-1}}{-1}=-A^{-1} \\ & \Rightarrow B=-A^{-1} \end{aligned}$
$\begin{aligned} & |A|=-1=\left|\begin{array}{lll} \lambda & 2 & 3 \\ 4 & 5 & 6 \\ 7 & -1 & 2 \end{array}\right|=-1 \Rightarrow \lambda=3 \\ & |3 B+I|=\left|I-3 A^{-1}\right|=\frac{|A|\left|I-3 A^{-1}\right|}{|A|}=\frac{|A-3 I|}{|A|} \\ & =\frac{|A-3 I|}{-1}=\frac{\left|\begin{array}{ccc} 0 & 2 & 3 \\ 4 & 2 & 6 \\ 7 & -1 & -1 \end{array}\right|}{-1}=38 \\ & \Rightarrow|3 B+I|=38 \end{aligned}$
Let $S=\left\{m \in \mathbf{Z}: A^{m^2}+A^m=3 I-A^{-6}\right\}$, where $A=\left[\begin{array}{cc}2 & -1 \\ 1 & 0\end{array}\right]$. Then $n(S)$ is equal to __________.
Explanation:
$\begin{aligned} &\begin{aligned} & A=\left[\begin{array}{cc} 2 & -1 \\ 1 & 0 \end{array}\right] \\ & A^2=\left[\begin{array}{ll} 3 & -2 \\ 2 & -1 \end{array}\right], A^3=\left[\begin{array}{ll} 4 & -3 \\ 3 & -2 \end{array}\right], A^4=\left[\begin{array}{ll} 5 & -4 \\ 4 & -3 \end{array}\right] \end{aligned}\\ &\text { and so on }\\ &\begin{aligned} & \mathrm{A}^6=\left[\begin{array}{ll} 7 & -6 \\ 6 & -5 \end{array}\right] \\ & \mathrm{A}^{\mathrm{m}}=\left[\begin{array}{cc} \mathrm{m}+1 & -\mathrm{m} \\ \mathrm{~m} & -\mathrm{m}+1 \end{array}\right], \\ & \mathrm{A}^{\mathrm{m}^2}=\left[\begin{array}{cc} \mathrm{m}^2+1 & -\mathrm{m}^2 \\ \mathrm{~m}^2 & -\left(\mathrm{m}^2-1\right) \end{array}\right] \\ & \mathrm{A}^{\mathrm{m}^2}+\mathrm{A}^{\mathrm{m}}=3 \mathrm{I}-\mathrm{A}^{-6} \\ & {\left[\begin{array}{cc} \mathrm{m}^2+1 & -\mathrm{m}^2 \\ \mathrm{~m}^2 & -\left(\mathrm{m}^2-1\right) \end{array}\right]+\left[\begin{array}{cc} \mathrm{m}+1 & -\mathrm{m} \\ \mathrm{~m} & -\mathrm{m}+1 \end{array}\right]} \end{aligned} \end{aligned}$
$\begin{aligned} & =3\left[\begin{array}{ll} 1 & 0 \\ 0 & 1 \end{array}\right]-\left[\begin{array}{ll} -5 & 6 \\ -6 & 7 \end{array}\right] \\ & =\left[\begin{array}{ll} 8 & -6 \\ 6 & -4 \end{array}\right] \\ & =\mathrm{m}^2+1+\mathrm{m}+1=8 \\ & =\mathrm{m}^2+\mathrm{m}-6=0 \Rightarrow \mathrm{~m}=-3,2 \\ & \mathrm{n}(\mathrm{~s})=2 \end{aligned}$
Let M denote the set of all real matrices of order $3 \times 3$ and let $\mathrm{S}=\{-3,-2,-1,1,2\}$. Let
$\begin{aligned} & \mathrm{S}_1=\left\{\mathrm{A}=\left[a_{\mathrm{ij}}\right] \in \mathrm{M}: \mathrm{A}=\mathrm{A}^{\mathrm{T}} \text { and } a_{\mathrm{ij}} \in \mathrm{~S}, \forall \mathrm{i}, \mathrm{j}\right\}, \\ & \mathrm{S}_2=\left\{\mathrm{A}=\left[a_{\mathrm{ij}}\right] \in \mathrm{M}: \mathrm{A}=-\mathrm{A}^{\mathrm{T}} \text { and } a_{\mathrm{ij}} \in \mathrm{~S}, \forall \mathrm{i}, \mathrm{j}\right\}, \\ & \mathrm{S}_3=\left\{\mathrm{A}=\left[a_{\mathrm{ij}}\right] \in \mathrm{M}: a_{11}+a_{22}+a_{33}=0 \text { and } a_{\mathrm{ij}} \in \mathrm{~S}, \forall \mathrm{i}, \mathrm{j}\right\} . \end{aligned}$
If $n\left(S_1 \cup S_2 \cup S_3\right)=125 \alpha$, then $\alpha$ equls __________.
Explanation:
$\left[\begin{array}{lll} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{array}\right]$
No. of elements in $\mathrm{S}_1: \mathrm{A}=\mathrm{A}^{\mathrm{T}} \Rightarrow 5^3 \times 5^3$
No. of elements in $S_2: A=-A^T \Rightarrow 0$
since no zero in $\mathrm{S}_2$
No. of elements in $\mathrm{S}_3 \Rightarrow$
$\left.\begin{array}{c}a_{11}+a_{22}+a_{33}=0 \Rightarrow(1,2,-3) \Rightarrow 31 \\ \text { or } \\ (1,1,-2) \Rightarrow 3 \\ \text { or } \\ (-1,-1,2) \Rightarrow 3\end{array}\right\} \Rightarrow 12 \times 5^6$
$\begin{aligned} & \mathrm{n}\left(\mathrm{~S}_1 \cap \mathrm{~S}_3\right)=12 \times 5^3 \\ & \mathrm{n}\left(\mathrm{~S}_1 \cup \mathrm{~S}_2 \cup \mathrm{~S}_3\right)=5^6(1+12)-12 \times 5^3 \\ & \quad \Rightarrow 5^3 \times\left[13 \times 5^3-12\right]=125 \alpha \\ & \quad \alpha=1613 \end{aligned}$
Let A be a $3 \times 3$ matrix such that $\mathrm{X}^{\mathrm{T}} \mathrm{AX}=\mathrm{O}$ for all nonzero $3 \times 1$ matrices $X=\left[\begin{array}{l}x \\ y \\ z\end{array}\right]$. If $\mathrm{A}\left[\begin{array}{l}1 \\ 1 \\ 1\end{array}\right]=\left[\begin{array}{c}1 \\ 4 \\ -5\end{array}\right], \mathrm{A}\left[\begin{array}{l}1 \\ 2 \\ 1\end{array}\right]=\left[\begin{array}{c}0 \\ 4 \\ -8\end{array}\right]$, and $\operatorname{det}(\operatorname{adj}(2(\mathrm{~A}+\mathrm{I})))=2^\alpha 3^\beta 5^\gamma, \alpha, \beta, \gamma \in N$, then $\alpha^2+\beta^2+\gamma^2$ is
Explanation:
$\begin{aligned} & X^T A X=0 \\ & (x y z)\left(\begin{array}{lll} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{array}\right)\left(\begin{array}{l} x \\ y \\ z \end{array}\right)=0 \\ & (x y z)\left(\begin{array}{l} a_1 x+a_2 y+a_3 z \\ b_1 x+b_2 y+b_3 z \\ c_1 x+c_2 y+c_3 z \end{array}\right)=0 \end{aligned}$
$\begin{aligned} & x\left(a_1 x+a_2 y+a_3 z\right)+y\left(b_1 x+b_2 y+b_3 z\right) \\ & +z\left(c_1 x+c_2 y+c_3 z\right)=0 \\ & a_1=0, b_2=0 c_3=0 \\ & a_2+b_1=0, a_3+c_1=0, b_3=c_2=0 \end{aligned}$
$\begin{aligned} & A=\text { skew symm matrix } \\ & A=\left(\begin{array}{ccc} 0 & x & y \\ -x & 0 & z \\ -y & -z & 0 \end{array}\right) ; \quad A=\left(\begin{array}{l} 1 \\ 1 \\ 1 \end{array}\right)=\left(\begin{array}{l} 1 \\ 4 \\ -5 \end{array}\right) \\ & \Rightarrow A=\left(\begin{array}{ccc} 0 & x & y \\ -x & 0 & z \\ -y & -z & 0 \end{array}\right)\left(\begin{array}{l} 1 \\ 1 \\ 1 \end{array}\right)=\left(\begin{array}{l} 1 \\ 4 \\ -5 \end{array}\right) \end{aligned}$
$\begin{aligned} & x+y=1 \\ & -x+z=4 \\ & y+z=5 \\ & \left(\begin{array}{ccc} 0 & x & y \\ -x & 0 & z \\ -y & -z & 0 \end{array}\right)\left(\begin{array}{l} 1 \\ 2 \\ 1 \end{array}\right)=\left(\begin{array}{l} 1 \\ 4 \\ -8 \end{array}\right) \end{aligned}$
$\begin{array}{ll} 2 x+y=0 & x=-1 \\ -x+z=4 & y=2 \\ -y-2 z=-8 & z=3 \end{array}$
$\begin{aligned} & A=\left(\begin{array}{ccc} 0 & -1 & 2 \\ 1 & 0 & 3 \\ -2 & -3 & 0 \end{array}\right) \\ & 2(\mathrm{~A}+\mathrm{I})=\left(\begin{array}{ccc} 2 & -2 & 4 \\ 2 & 2 & 6 \\ -2 & -6 & 2 \end{array}\right) \\ & 2(\mathrm{~A}+\mathrm{I})=120 \Rightarrow \operatorname{det}|\operatorname{adi}(2(\mathrm{~A}+\mathrm{I}))| \\ & =120^2=2^6 \cdot 3^2 \cdot 5^2 \\ & \alpha=6, \beta=2, \gamma=2 \end{aligned}$
Let $A$ be a square matrix of order 3 such that $\operatorname{det}(A)=-2$ and $\operatorname{det}(3 \operatorname{adj}(-6 \operatorname{adj}(3 A)))=2^{m+n} \cdot 3^{m n}, m>n$. Then $4 m+2 n$ is equal to __________.
Explanation:
$\begin{aligned} & \text { As } A \operatorname{adj} A=|A| I, \operatorname{det}(\lambda A)=\lambda^n \operatorname{det} A \\\\ & \operatorname{det}(3 \operatorname{adj}(-6 \operatorname{adj}(3 A)))=3^3 \operatorname{det}(\operatorname{adj}(-6 \operatorname{adj}(3 A))) \\\\ & =3^3(-6 \operatorname{adj}(3 A))^2 \\\\ & =3^3(-6)^6|3 A|^4 \\\\ & =3^9 2^6 \cdot 3^{12} \cdot(-2)^4 \\\\ & =3^{21} \cdot 2^{10}\end{aligned}$
Now comparing with given condition
$ \begin{aligned} & 2^{m+n} 3^{m n}=2^{10} \cdot 3^{21} \\\\ & m+n=10, m n=21 \\\\ & \Rightarrow m=7, n=3(m>n) \\\\ & \therefore 4 m+2 n=28+6=34 \end{aligned} $
Let α be a solution of $x^2 + x + 1 = 0$, and for some a and b in
$R, \begin{bmatrix} 4 & a & b \end{bmatrix} \begin{bmatrix} 1 & 16 & 13 \\ -1 & -1 & 2 \\ -2 & -14 & -8 \end{bmatrix} = \begin{bmatrix} 0 & 0 & 0 \end{bmatrix}$. If $\frac{4}{\alpha^4} + \frac{m}{\alpha^a} + \frac{n}{\alpha^b} = 3$, then m + n is equal to _______
11
3
8
7
Let $ A = \begin{bmatrix} 2 & 2+p & 2+p+q \\ 4 & 6+2p & 8+3p+2q \\ 6 & 12+3p & 20+6p+3q \end{bmatrix} $.
If $ \det(\text{adj}(\text{adj}(3A))) = 2^m \cdot 3^n $, $ m, n \in \mathbb{N} $, then $ m + n $ is equal to
22
20
24
26
Let the system of equations
x + 5y - z = 1
4x + 3y - 3z = 7
24x + y + λz = μ
λ, μ ∈ ℝ, have infinitely many solutions. Then the number of the solutions of this system,
if x, y, z are integers and satisfy 7 ≤ x + y + z ≤ 77, is :
4
5
3
6
Let $A$ be a $3 \times 3$ matrix such that $|\operatorname{adj}(\operatorname{adj}(\operatorname{adj} \mathrm{A}))|=81$.
If $S=\left\{n \in \mathbb{Z}:(|\operatorname{adj}(\operatorname{adj} A)|)^{\frac{(n-1)^2}{2}}=|A|^{\left(3 n^2-5 n-4\right)}\right\}$, then $\sum_\limits{n \in S}\left|A^{\left(n^2+n\right)}\right|$ is equal to :
Let the system of equations :
$ \begin{aligned} & 2 x+3 y+5 z=9 \\ & 7 x+3 y-2 z=8 \\ & 12 x+3 y-(4+\lambda) z=16-\mu \end{aligned}$
have infinitely many solutions. Then the radius of the circle centred at $(\lambda, \mu)$ and touching the line $4 x=3 y$ is :
Let the matrix $A=\left[\begin{array}{lll}1 & 0 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0\end{array}\right]$ satisfy $A^n=A^{n-2}+A^2-I$ for $n \geqslant 3$. Then the sum of all the elements of $\mathrm{A}^{50}$ is :
Let $A$ be a matrix of order $3 \times 3$ and $|A|=5$. If $|2 \operatorname{adj}(3 A \operatorname{adj}(2 A))|=2^\alpha \cdot 3^\beta \cdot 5^\gamma, \alpha, \beta, \gamma \in N$, then $\alpha+\beta+\gamma$ is equal to
If the system of equations
$ \begin{aligned} & 2 x+\lambda y+3 z=5 \\ & 3 x+2 y-z=7 \\ & 4 x+5 y+\mu z=9 \end{aligned} $
has infinitely many solutions, then $\left(\lambda^2+\mu^2\right)$ is equal to :
Let $\mathrm{A}=\left[\begin{array}{cc}\alpha & -1 \\ 6 & \beta\end{array}\right], \alpha>0$, such that $\operatorname{det}(\mathrm{A})=0$ and $\alpha+\beta=1$. If I denotes $2 \times 2$ identity matrix, then the matrix $(I+A)^8$ is :
Let $a \in R$ and $A$ be a matrix of order $3 \times 3$ such that $\operatorname{det}(A)=-4$ and $A+I=\left[\begin{array}{lll}1 & a & 1 \\ 2 & 1 & 0 \\ a & 1 & 2\end{array}\right]$, where $I$ is the identity matrix of order $3 \times 3$. If $\operatorname{det}((a+1) \operatorname{adj}((a-1) A))$ is $2^{\mathrm{m}} 3^{\mathrm{n}}, \mathrm{m}$, $\mathrm{n} \in\{0,1,2, \ldots, 20\}$, then $\mathrm{m}+\mathrm{n}$ is equal to :
If the system of linear equations
$ \begin{aligned} & 3 x+y+\beta z=3 \\ & 2 x+\alpha y-z=-3 \\ & x+2 y+z=4 \end{aligned} $
has infinitely many solutions, then the value of $22 \beta-9 \alpha$ is :
Let $A = [a_{ij}]$ be a $2 \times 2$ matrix such that $a_{ij} \in \{0, 1\}$ for all $i$ and $j$. Let the random variable $X$ denote the possible values of the determinant of the matrix $A$. Then, the variance of $X$ is:
$\frac{5}{8}$
$\frac{1}{4}$
$\frac{3}{4}$
$\frac{3}{8}$
Let $ \alpha, \beta \ (\alpha \neq \beta) $ be the values of $ m $, for which the equations $ x+y+z=1 $, $ x+2y+4z=m $ and $ x+4y+10z=m^2 $ have infinitely many solutions. Then the value of $ \sum\limits_{n=1}^{10} (n^{\alpha}+n^{\beta}) $ is equal to :
3410
560
3080
440
Let $\mathrm{A}=\left[a_{i j}\right]$ be a matrix of order $3 \times 3$, with $a_{i j}=(\sqrt{2})^{i+j}$. If the sum of all the elements in the third row of $A^2$ is $\alpha+\beta \sqrt{2}, \alpha, \beta \in \mathbf{Z}$, then $\alpha+\beta$ is equal to :
210
280
224
168
Let $ A = \begin{bmatrix} a_{ij} \end{bmatrix} = \begin{bmatrix} \log_5 128 & \log_4 5 \\ \log_5 8 & \log_4 25 \end{bmatrix} $. If $ A_{ij} $ is the cofactor of $ a_{ij} $, $ C_{ij} = \sum\limits_{k=1}^{2} a_{ik} A_{jk} , 1 \leq i, j \leq 2 $, and $ C=[C_{ij}] $, then $ 8|C| $ is equal to :
288
262
222
242
Let M and m respectively be the maximum and the minimum values of
$f(x)=\left|\begin{array}{ccc}1+\sin ^2 x & \cos ^2 x & 4 \sin 4 x \\ \sin ^2 x & 1+\cos ^2 x & 4 \sin 4 x \\ \sin ^2 x & \cos ^2 x & 1+4 \sin 4 x\end{array}\right|, x \in R$
Then $ M^4 - m^4 $ is equal to :
1280
1040
1215
1295
127
2049
258
65
For some $a, b,$ let $f(x)=\left|\begin{array}{ccc}\mathrm{a}+\frac{\sin x}{x} & 1 & \mathrm{~b} \\ \mathrm{a} & 1+\frac{\sin x}{x} & \mathrm{~b} \\ \mathrm{a} & 1 & \mathrm{~b}+\frac{\sin x}{x}\end{array}\right|, x \neq 0, \lim \limits_{x \rightarrow 0} f(x)=\lambda+\mu \mathrm{a}+\nu \mathrm{b}.$ Then $(\lambda+\mu+v)^2$ is equal to :
If the system of equations
$
\begin{aligned}
& x+2 y-3 z=2 \\
& 2 x+\lambda y+5 z=5 \\
& 14 x+3 y+\mu z=33
\end{aligned}
$
has infinitely many solutions, then $\lambda+\mu$ is equal to :
If the system of equations
$\begin{aligned} & 2 x-y+z=4 \\ & 5 x+\lambda y+3 z=12 \\ & 100 x-47 y+\mu z=212 \end{aligned}$
has infinitely many solutions, then $\mu-2 \lambda$ is equal to
The system of equations
$\begin{aligned} & x+y+z=6, \\ & x+2 y+5 z=9, \\ & x+5 y+\lambda z=\mu, \end{aligned}$
has no solution if
Let $A=\left[a_{i j}\right]$ be a $3 \times 3$ matrix such that $A\left[\begin{array}{l}0 \\ 1 \\ 0\end{array}\right]=\left[\begin{array}{l}0 \\ 0 \\ 1\end{array}\right], A\left[\begin{array}{l}4 \\ 1 \\ 3\end{array}\right]=\left[\begin{array}{l}0 \\ 1 \\ 0\end{array}\right]$ and $A\left[\begin{array}{l}2 \\ 1 \\ 2\end{array}\right]=\left[\begin{array}{l}1 \\ 0 \\ 0\end{array}\right]$, then $a_{23}$ equals :
If the system of equations
$
\begin{aligned}
& (\lambda-1) x+(\lambda-4) y+\lambda z=5 \\
& \lambda x+(\lambda-1) y+(\lambda-4) z=7 \\
& (\lambda+1) x+(\lambda+2) y-(\lambda+2) z=9
\end{aligned}$
has infinitely many solutions, then $\lambda^2+\lambda$ is equal to
If $\mathrm{A}, \mathrm{B}, \operatorname{and}\left(\operatorname{adj}\left(\mathrm{A}^{-1}\right)+\operatorname{adj}\left(\mathrm{B}^{-1}\right)\right)$ are non-singular matrices of same order, then the inverse of $A\left(\operatorname{adj}\left(A^{-1}\right)+\operatorname{adj}\left(B^{-1}\right)\right)^{-1} B$, is equal to
If the system of linear equations :
$\begin{aligned} & x+y+2 z=6 \\ & 2 x+3 y+\mathrm{az}=\mathrm{a}+1 \\ & -x-3 y+\mathrm{b} z=2 \mathrm{~b} \end{aligned}$
where $a, b \in \mathbf{R}$, has infinitely many solutions, then $7 a+3 b$ is equal to :
For a $3 \times 3$ matrix $M$, let trace $(M)$ denote the sum of all the diagonal elements of $M$. Let $A$ be a $3 \times 3$ matrix such that $|A|=\frac{1}{2}$ and trace $(A)=3$. If $B=\operatorname{adj}(\operatorname{adj}(2 A))$, then the value of $|B|+$ trace $(B)$ equals :
