A English

Properties of determinants Questions in English

Class 12 Mathematics · 3 and 4 .Determinants and Matrices · Properties of determinants

186+

Questions

English

Language

100%

With Solutions

Showing 49 of 186 questions in English

51
EasyMCQ
The product of a matrix and its transpose is an identity matrix. The value of the determinant of this matrix is:
A
$-1$
B
$0$
C
$\pm 1$
D
$1$

Solution

(C) Let $A$ be a square matrix such that $AA^T = I$,where $I$ is the identity matrix.
Taking the determinant on both sides,we get $|AA^T| = |I|$.
Using the property of determinants $|AB| = |A||B|$,we have $|A||A^T| = |I|$.
Since the determinant of a matrix and its transpose are equal,$|A| = |A^T|$.
Therefore,$|A||A| = 1$,which implies $|A|^2 = 1$.
Taking the square root on both sides,we get $|A| = \pm 1$.
52
MediumMCQ
In a third order determinant,each element of the first column consists of the sum of two terms,each element of the second column consists of the sum of three terms,and each element of the third column consists of the sum of four terms. Then it can be decomposed into $n$ determinants,where $n$ has the value:
A
$1$
B
$9$
C
$16$
D
$24$

Solution

(D) The property of determinants states that if each element of a column (or row) is the sum of $k$ terms,the determinant can be expressed as the sum of $k$ determinants.
Given a $3 \times 3$ determinant:
Column $1$ has $2$ terms,so it can be split into $2$ determinants.
Column $2$ has $3$ terms,so each of those $2$ determinants can be split into $3$ determinants,resulting in $2 \times 3 = 6$ determinants.
Column $3$ has $4$ terms,so each of those $6$ determinants can be split into $4$ determinants,resulting in $6 \times 4 = 24$ determinants.
Therefore,the total number of determinants $n = 2 \times 3 \times 4 = 24$.
53
DifficultMCQ
If ${f_n}(x)$,${g_n}(x)$,${h_n}(x)$ for $n = 1, 2, 3$ are polynomials in $x$ such that ${f_n}(a) = {g_n}(a) = {h_n}(a)$ for $n = 1, 2, 3$,then the determinant $F(x) = \left| \begin{matrix} {f_1}(x) & {f_2}(x) & {f_3}(x) \\ {g_1}(x) & {g_2}(x) & {g_3}(x) \\ {h_1}(x) & {h_2}(x) & {h_3}(x) \end{matrix} \right|$ at $x = a$ is equal to:
A
$0$
B
${f_1}(a){g_2}(a){h_3}(a)$
C
$1$
D
None of these

Solution

(A) Given $F(x) = \left| \begin{matrix} {f_1}(x) & {f_2}(x) & {f_3}(x) \\ {g_1}(x) & {g_2}(x) & {g_3}(x) \\ {h_1}(x) & {h_2}(x) & {h_3}(x) \end{matrix} \right|$.
At $x = a$,the determinant becomes:
$F(a) = \left| \begin{matrix} {f_1}(a) & {f_2}(a) & {f_3}(a) \\ {g_1}(a) & {g_2}(a) & {g_3}(a) \\ {h_1}(a) & {h_2}(a) & {h_3}(a) \end{matrix} \right|$.
Since it is given that ${f_n}(a) = {g_n}(a) = {h_n}(a)$ for $n = 1, 2, 3$,let $k_n = {f_n}(a) = {g_n}(a) = {h_n}(a)$.
Then the determinant becomes:
$F(a) = \left| \begin{matrix} k_1 & k_2 & k_3 \\ k_1 & k_2 & k_3 \\ k_1 & k_2 & k_3 \end{matrix} \right|$.
Since all three rows are identical,the value of the determinant is $0$.
54
MediumMCQ
Let $a, b, c$ be such that $b + c \ne 0$. If $\left| \begin{array}{ccc} a & a+1 & a-1 \\ -b & b+1 & b-1 \\ c & c-1 & c+1 \end{array} \right| + \left| \begin{array}{ccc} a+1 & b+1 & c-1 \\ a-1 & b-1 & c+1 \\ (-1)^{n+2} \cdot a & (-1)^{n+1} \cdot b & (-1)^n \cdot c \end{array} \right| = 0$,then $n$ is equal to:
A
Zero
B
any even integer
C
any odd integer
D
any integer

Solution

(C) Let the given equation be $D_1 + D_2 = 0$.
First,we observe that the second determinant $D_2$ can be transposed without changing its value.
$D_2 = \left| \begin{array}{ccc} a+1 & a-1 & (-1)^{n+2}a \\ b+1 & b-1 & (-1)^{n+1}b \\ c-1 & c+1 & (-1)^n c \end{array} \right|$.
By adding the two determinants,we find that for the sum to be zero for arbitrary $a, b, c$,the columns must cancel out.
Specifically,if $n$ is an odd integer,then $(-1)^{n+2} = -1$,$(-1)^{n+1} = 1$,and $(-1)^n = -1$.
Substituting these into the sum of determinants,the terms cancel out to zero.
Thus,$n$ must be any odd integer.
55
MediumMCQ
Statement-$1$: The determinant of a skew-symmetric matrix of order $3$ is zero.
Statement-$2$: For any square matrix $A$ of order $n$,$\det(A^T) = \det(A)$ and $\det(-A) = (-1)^n \det(A)$.
A
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is a correct explanation for Statement-$1$.
B
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is not a correct explanation for Statement-$1$.
C
Statement-$1$ is false,Statement-$2$ is true.
D
Statement-$1$ is true,Statement-$2$ is false.

Solution

(A) For Statement-$1$: $A$ skew-symmetric matrix $A$ satisfies $A^T = -A$. Taking the determinant on both sides,we get $\det(A^T) = \det(-A)$. Since $\det(A^T) = \det(A)$ and $\det(-A) = (-1)^n \det(A)$ for a matrix of order $n$,we have $\det(A) = (-1)^n \det(A)$. For $n=3$,$\det(A) = -\det(A)$,which implies $2 \det(A) = 0$,so $\det(A) = 0$. Thus,Statement-$1$ is true.
For Statement-$2$: The property $\det(A^T) = \det(A)$ is always true. The property $\det(-A) = (-1)^n \det(A)$ is also true for a matrix of order $n$. Therefore,Statement-$2$ is true.
Since Statement-$2$ provides the mathematical properties used to prove Statement-$1$,it is the correct explanation for Statement-$1$.
56
MediumMCQ
If $\left| \begin{matrix} x - 4 & 2x & 2x \\ 2x & x - 4 & 2x \\ 2x & 2x & x - 4 \end{matrix} \right| = (A + Bx)(x - A)^2$,then the ordered pair $(A, B) = $ . . . . .
A
$(-4, 3)$
B
$(-4, 5)$
C
$(4, 5)$
D
$(-4, -5)$

Solution

(B) Let $\Delta = \left| \begin{matrix} x - 4 & 2x & 2x \\ 2x & x - 4 & 2x \\ 2x & 2x & x - 4 \end{matrix} \right|$.
Applying the operation $R_1 \to R_1 + R_2 + R_3$,we get:
$\Delta = \left| \begin{matrix} 5x - 4 & 5x - 4 & 5x - 4 \\ 2x & x - 4 & 2x \\ 2x & 2x & x - 4 \end{matrix} \right| = (5x - 4) \left| \begin{matrix} 1 & 1 & 1 \\ 2x & x - 4 & 2x \\ 2x & 2x & x - 4 \end{matrix} \right|$.
Applying $C_2 \to C_2 - C_1$ and $C_3 \to C_3 - C_1$:
$\Delta = (5x - 4) \left| \begin{matrix} 1 & 0 & 0 \\ 2x & -x - 4 & 0 \\ 2x & 0 & -x - 4 \end{matrix} \right| = (5x - 4)(-x - 4)^2 = (5x - 4)(x + 4)^2$.
Comparing this with $(A + Bx)(x - A)^2$,we have $(A + Bx)(x - A)^2 = (5x - 4)(x - (-4))^2$.
Thus,$A = -4$ and $B = 5$.
Therefore,the ordered pair $(A, B) = (-4, 5)$.
57
MediumMCQ
The parameter on which the value of the determinant $\left| \begin{array}{ccc} 1 & a & a^2 \\ \cos(p-d)x & \cos px & \cos(p+d)x \\ \sin(p-d)x & \sin px & \sin(p+d)x \end{array} \right|$ does not depend is:
A
$a$
B
$p$
C
$d$
D
$x$

Solution

(B) Let the determinant be $\Delta$. Apply the column transformation $C_1 \to C_1 + C_3$.
Using the formula $\cos(A-B) + \cos(A+B) = 2\cos A \cos B$ and $\sin(A-B) + \sin(A+B) = 2\sin A \cos B$,we get:
$C_1 = \begin{bmatrix} 1+a^2 \\ 2\cos px \cos dx \\ 2\sin px \cos dx \end{bmatrix}$.
Now,apply $C_1 \to C_1 - 2\cos dx \cdot C_2$:
$C_1 = \begin{bmatrix} 1+a^2 - 2a\cos dx \\ 2\cos px \cos dx - 2\cos px \cos dx \\ 2\sin px \cos dx - 2\sin px \cos dx \end{bmatrix} = \begin{bmatrix} 1+a^2 - 2a\cos dx \\ 0 \\ 0 \end{bmatrix}$.
Expanding along the first column:
$\Delta = (1+a^2 - 2a\cos dx) \cdot [\cos px \sin(p+d)x - \sin px \cos(p+d)x]$.
Using $\sin(A-B) = \sin A \cos B - \cos A \sin B$:
$\Delta = (1+a^2 - 2a\cos dx) \cdot \sin((p+d)x - px) = (1+a^2 - 2a\cos dx) \sin dx$.
Since the final expression $(1+a^2 - 2a\cos dx) \sin dx$ does not contain $p$,the determinant is independent of $p$.
58
MediumMCQ
If $1, \omega, \omega^2$ are the cube roots of unity,then $\Delta = \begin{vmatrix} 1 & \omega^n & \omega^{2n} \\ \omega^n & \omega^{2n} & 1 \\ \omega^{2n} & 1 & \omega^n \end{vmatrix}$ is equal to
A
$0$
B
$1$
C
$\omega$
D
$\omega^2$

Solution

(A) We are given the determinant $\Delta = \begin{vmatrix} 1 & \omega^n & \omega^{2n} \\ \omega^n & \omega^{2n} & 1 \\ \omega^{2n} & 1 & \omega^n \end{vmatrix}$.
Expanding the determinant along the first row:
$\Delta = 1(\omega^n \cdot \omega^n - 1 \cdot 1) - \omega^n(\omega^n \cdot \omega^n - \omega^{2n} \cdot 1) + \omega^{2n}(\omega^n \cdot 1 - \omega^{2n} \cdot \omega^{2n})$
$\Delta = 1(\omega^{2n} - 1) - \omega^n(\omega^{2n} - \omega^{2n}) + \omega^{2n}(\omega^n - \omega^{4n})$
Since $\omega^3 = 1$,we have $\omega^{3n} = 1$ and $\omega^{4n} = \omega^n$.
$\Delta = (\omega^{2n} - 1) - 0 + \omega^{2n}(\omega^n - \omega^n)$
$\Delta = \omega^{2n} - 1 + 0 = \omega^{2n} - 1$.
However,if we look at the properties of the cube roots of unity,the sum of the columns $C_1 + C_2 + C_3$ gives:
$1 + \omega^n + \omega^{2n}$.
If $n$ is not a multiple of $3$,$1 + \omega^n + \omega^{2n} = 0$,making the determinant $0$.
If $n$ is a multiple of $3$,then $\omega^n = 1$,so the determinant becomes $\begin{vmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{vmatrix} = 0$.
Thus,in all cases,$\Delta = 0$.
59
MediumMCQ
If ${a_1}, {a_2}, {a_3}, \dots, {a_n}, \dots$ are in $G.P.$,then the value of the determinant $\left| \begin{array}{ccc} \log {a_n} & \log {a_{n+1}} & \log {a_{n+2}} \\ \log {a_{n+3}} & \log {a_{n+4}} & \log {a_{n+5}} \\ \log {a_{n+6}} & \log {a_{n+7}} & \log {a_{n+8}} \end{array} \right|$ is
A
$-2$
B
$1$
C
$2$
D
$0$

Solution

(D) Given that ${a_1}, {a_2}, {a_3}, \dots$ are in $G.P.$ with common ratio $r$.
Thus,${a_{n+1}} = {a_n} \cdot r$,which implies $\log {a_{n+1}} = \log {a_n} + \log r$.
Similarly,$\log {a_{n+k}} = \log {a_n} + k \log r$.
Let the determinant be $\Delta = \left| \begin{array}{ccc} \log {a_n} & \log {a_{n+1}} & \log {a_{n+2}} \\ \log {a_{n+3}} & \log {a_{n+4}} & \log {a_{n+5}} \\ \log {a_{n+6}} & \log {a_{n+7}} & \log {a_{n+8}} \end{array} \right|$.
Applying column operations ${C_2} \to {C_2} - {C_1}$ and ${C_3} \to {C_3} - {C_2}$:
$\Delta = \left| \begin{array}{ccc} \log {a_n} & \log {a_{n+1}} - \log {a_n} & \log {a_{n+2}} - \log {a_{n+1}} \\ \log {a_{n+3}} & \log {a_{n+4}} - \log {a_{n+3}} & \log {a_{n+5}} - \log {a_{n+4}} \\ \log {a_{n+6}} & \log {a_{n+7}} - \log {a_{n+6}} & \log {a_{n+8}} - \log {a_{n+7}} \end{array} \right|$.
Since $\log {a_{n+k}} - \log {a_{n+k-1}} = \log r$ for any $k$,the determinant becomes:
$\Delta = \left| \begin{array}{ccc} \log {a_n} & \log r & \log r \\ \log {a_{n+3}} & \log r & \log r \\ \log {a_{n+6}} & \log r & \log r \end{array} \right|$.
Since column $2$ and column $3$ are identical,the value of the determinant is $0$.
60
DifficultMCQ
If $a, b, c$ are all different from zero and $\left| \begin{array}{ccc} 1+a & 1 & 1 \\ 1 & 1+b & 1 \\ 1 & 1 & 1+c \end{array} \right| = 0$,then the value of $a^{-1} + b^{-1} + c^{-1}$ is
A
$abc$
B
$a^{-1} b^{-1} c^{-1}$
C
$-a-b-c$
D
$-1$

Solution

(D) Given the determinant equation: $\left| \begin{array}{ccc} 1+a & 1 & 1 \\ 1 & 1+b & 1 \\ 1 & 1 & 1+c \end{array} \right| = 0$.
Divide $R_1$ by $a$,$R_2$ by $b$,and $R_3$ by $c$: $abc \left| \begin{array}{ccc} \frac{1}{a}+1 & \frac{1}{a} & \frac{1}{a} \\ \frac{1}{b} & \frac{1}{b}+1 & \frac{1}{b} \\ \frac{1}{c} & \frac{1}{c} & \frac{1}{c}+1 \end{array} \right| = 0$.
Apply $R_1 \rightarrow R_1 + R_2 + R_3$: $abc \left| \begin{array}{ccc} 1+\frac{1}{a}+\frac{1}{b}+\frac{1}{c} & 1+\frac{1}{a}+\frac{1}{b}+\frac{1}{c} & 1+\frac{1}{a}+\frac{1}{b}+\frac{1}{c} \\ \frac{1}{b} & \frac{1}{b}+1 & \frac{1}{b} \\ \frac{1}{c} & \frac{1}{c} & \frac{1}{c}+1 \end{array} \right| = 0$.
Taking $(1 + a^{-1} + b^{-1} + c^{-1})$ common from $R_1$: $abc(1 + a^{-1} + b^{-1} + c^{-1}) \left| \begin{array}{ccc} 1 & 1 & 1 \\ \frac{1}{b} & \frac{1}{b}+1 & \frac{1}{b} \\ \frac{1}{c} & \frac{1}{c} & \frac{1}{c}+1 \end{array} \right| = 0$.
Since $a, b, c \neq 0$,the determinant part simplifies to $1$,thus $1 + a^{-1} + b^{-1} + c^{-1} = 0$.
Therefore,$a^{-1} + b^{-1} + c^{-1} = -1$.
61
AdvancedMCQ
If $D = \begin{vmatrix} a^2 + 1 & ab & ac \\ ba & b^2 + 1 & bc \\ ca & cb & c^2 + 1 \end{vmatrix}$,then $D =$
A
$1 + a^2 + b^2 + c^2$
B
$a^2 + b^2 + c^2$
C
$(a + b + c)^2$
D
None of these

Solution

(A) Given $D = \begin{vmatrix} a^2 + 1 & ab & ac \\ ba & b^2 + 1 & bc \\ ca & cb & c^2 + 1 \end{vmatrix}$.
Multiply $R_1$ by $a$,$R_2$ by $b$,and $R_3$ by $c$,and divide the determinant by $abc$:
$D = \frac{1}{abc} \begin{vmatrix} a(a^2 + 1) & a^2b & a^2c \\ ab^2 & b(b^2 + 1) & b^2c \\ ac^2 & bc^2 & c(c^2 + 1) \end{vmatrix}$.
Taking $a, b, c$ common from $C_1, C_2, C_3$ respectively:
$D = \frac{abc}{abc} \begin{vmatrix} a^2 + 1 & a^2 & a^2 \\ b^2 & b^2 + 1 & b^2 \\ c^2 & c^2 & c^2 + 1 \end{vmatrix} = \begin{vmatrix} a^2 + 1 & a^2 & a^2 \\ b^2 & b^2 + 1 & b^2 \\ c^2 & c^2 & c^2 + 1 \end{vmatrix}$.
Applying $C_1 \rightarrow C_1 + C_2 + C_3$:
$D = \begin{vmatrix} a^2 + b^2 + c^2 + 1 & a^2 & a^2 \\ a^2 + b^2 + c^2 + 1 & b^2 + 1 & b^2 \\ a^2 + b^2 + c^2 + 1 & c^2 & c^2 + 1 \end{vmatrix} = (1 + a^2 + b^2 + c^2) \begin{vmatrix} 1 & a^2 & a^2 \\ 1 & b^2 + 1 & b^2 \\ 1 & c^2 & c^2 + 1 \end{vmatrix}$.
Applying $R_2 \rightarrow R_2 - R_1$ and $R_3 \rightarrow R_3 - R_1$:
$D = (1 + a^2 + b^2 + c^2) \begin{vmatrix} 1 & a^2 & a^2 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{vmatrix} = (1 + a^2 + b^2 + c^2)(1 - 0) = 1 + a^2 + b^2 + c^2$.
62
MediumMCQ
If $a, b, c > 0$ and $x, y, z \in R$,then the value of the determinant $\left| \begin{array}{ccc} (a^x + a^{-x})^2 & (a^x - a^{-x})^2 & 1 \\ (b^y + b^{-y})^2 & (b^y - b^{-y})^2 & 1 \\ (c^z + c^{-z})^2 & (c^z - c^{-z})^2 & 1 \end{array} \right|$ is equal to:
A
$a^x b^y c^z$
B
$a^{-x} b^{-y} c^{-z}$
C
$a^{2x} b^{2y} c^{2z}$
D
$0$

Solution

(D) Let the given determinant be $\Delta$. We know that $(p+q)^2 - (p-q)^2 = 4pq$.
Applying the column operation $C_1 \rightarrow C_1 - C_2$,the first column becomes:
$(a^x + a^{-x})^2 - (a^x - a^{-x})^2 = 4(a^x)(a^{-x}) = 4(a^0) = 4$.
Similarly,for the second and third rows,the first column elements become $4$.
The determinant now becomes:
$\Delta = \left| \begin{array}{ccc} 4 & (a^x - a^{-x})^2 & 1 \\ 4 & (b^y - b^{-y})^2 & 1 \\ 4 & (c^z - c^{-z})^2 & 1 \end{array} \right|$.
Taking $4$ as a common factor from the first column,we get:
$\Delta = 4 \left| \begin{array}{ccc} 1 & (a^x - a^{-x})^2 & 1 \\ 1 & (b^y - b^{-y})^2 & 1 \\ 1 & (c^z - c^{-z})^2 & 1 \end{array} \right|$.
Since the first column and the third column are identical,the value of the determinant is $0$.
63
MediumMCQ
The determinant $\left| {\begin{array}{*{20}{c}}{{b_1} + {c_1}}&{{c_1} + {a_1}}&{{a_1} + {b_1}}\\{{b_2} + {c_2}}&{{c_2} + {a_2}}&{{a_2} + {b_2}}\\{{b_3} + {c_3}}&{{c_3} + {a_3}}&{{a_3} + {b_3}}\end{array}} \right|$ is equal to:
A
$\left| {\begin{array}{*{20}{c}}{{a_1}}&{{b_1}}&{{c_1}}\\{{a_2}}&{{b_2}}&{{c_2}}\\{{a_3}}&{{b_3}}&{{c_3}}\end{array}} \right|$
B
$2 \left| {\begin{array}{*{20}{c}}{{a_1}}&{{b_1}}&{{c_1}}\\{{a_2}}&{{b_2}}&{{c_2}}\\{{a_3}}&{{b_3}}&{{c_3}}\end{array}} \right|$
C
$3 \left| {\begin{array}{*{20}{c}}{{a_1}}&{{b_1}}&{{c_1}}\\{{a_2}}&{{b_2}}&{{c_2}}\\{{a_3}}&{{b_3}}&{{c_3}}\end{array}} \right|$
D
$4 \left| {\begin{array}{*{20}{c}}{{a_1}}&{{b_1}}&{{c_1}}\\{{a_2}}&{{b_2}}&{{c_2}}\\{{a_3}}&{{b_3}}&{{c_3}}\end{array}} \right|$

Solution

(B) Let $\Delta = \left| {\begin{array}{*{20}{c}}{{b_1} + {c_1}}&{{c_1} + {a_1}}&{{a_1} + {b_1}}\\{{b_2} + {c_2}}&{{c_2} + {a_2}}&{{a_2} + {b_2}}\\{{b_3} + {c_3}}&{{c_3} + {a_3}}&{{a_3} + {b_3}}\end{array}} \right|$.
Applying the operation $C_1 \rightarrow C_1 + C_2 + C_3$,we get:
$\Delta = \left| {\begin{array}{*{20}{c}}{2(a_1+b_1+c_1)}&{{c_1} + {a_1}}&{{a_1} + {b_1}}\\{2(a_2+b_2+c_2)}&{{c_2} + {a_2}}&{{a_2} + {b_2}}\\{2(a_3+b_3+c_3)}&{{c_3} + {a_3}}&{{a_3} + {b_3}}\end{array}} \right|$.
Taking $2$ common from $C_1$:
$\Delta = 2 \left| {\begin{array}{*{20}{c}}{{a_1} + {b_1} + {c_1}}&{{c_1} + {a_1}}&{{a_1} + {b_1}}\\{{a_2} + {b_2} + {c_2}}&{{c_2} + {a_2}}&{{a_2} + {b_2}}\\{{a_3} + {b_3} + {c_3}}&{{c_3} + {a_3}}&{{a_3} + {b_3}}\end{array}} \right|$.
Applying $C_1 \rightarrow C_1 - C_2$:
$\Delta = 2 \left| {\begin{array}{*{20}{c}}{{b_1}}&{{c_1} + {a_1}}&{{a_1} + {b_1}}\\{{b_2}}&{{c_2} + {a_2}}&{{a_2} + {b_2}}\\{{b_3}}&{{c_3} + {a_3}}&{{a_3} + {b_3}}\end{array}} \right|$.
Applying $C_2 \rightarrow C_2 - C_3$:
$\Delta = 2 \left| {\begin{array}{*{20}{c}}{{b_1}}&{{c_1}}&{{a_1} + {b_1}}\\{{b_2}}&{{c_2}}&{{a_2} + {b_2}}\\{{b_3}}&{{c_3}}&{{a_3} + {b_3}}\end{array}} \right|$.
Applying $C_3 \rightarrow C_3 - C_1$:
$\Delta = 2 \left| {\begin{array}{*{20}{c}}{{b_1}}&{{c_1}}&{{a_1}}\\{{b_2}}&{{c_2}}&{{a_2}}\\{{b_3}}&{{c_3}}&{{a_3}}\end{array}} \right|$.
By swapping $C_1$ and $C_2$,then $C_2$ and $C_3$ (two swaps,so sign remains positive):
$\Delta = 2 \left| {\begin{array}{*{20}{c}}{{a_1}}&{{b_1}}&{{c_1}}\\{{a_2}}&{{b_2}}&{{c_2}}\\{{a_3}}&{{b_3}}&{{c_3}}\end{array}} \right|$.
64
AdvancedMCQ
The determinant $\left| {\begin{array}{*{20}{c}}{1 + a + x}&{a + y}&{a + z}\\{b + x}&{1 + b + y}&{b + z}\\{c + x}&{c + y}&{1 + c + z}\end{array}} \right|$ is equal to:
A
$1 + a + b + c + x + y + z$
B
$1 + a + b + c$
C
$1 + x + y + z$
D
$1 + a + b + c + x + y + z$

Solution

(A) Let $\Delta = \left| {\begin{array}{*{20}{c}}{1 + a + x}&{a + y}&{a + z}\\{b + x}&{1 + b + y}&{b + z}\\{c + x}&{c + y}&{1 + c + z}\end{array}} \right|$.
Applying the column operation $C_1 \to C_1 + C_2 + C_3$:
$\Delta = \left| {\begin{array}{*{20}{c}}{1 + a + b + c + x + y + z}&{a + y}&{a + z}\\{1 + a + b + c + x + y + z}&{1 + b + y}&{b + z}\\{1 + a + b + c + x + y + z}&{c + y}&{1 + c + z}\end{array}} \right|$.
Let $S = 1 + a + b + c + x + y + z$. Then $\Delta = S \left| {\begin{array}{*{20}{c}}1&{a + y}&{a + z}\\1&{1 + b + y}&{b + z}\\1&{c + y}&{1 + c + z}\end{array}} \right|$.
Applying $R_2 \to R_2 - R_1$ and $R_3 \to R_3 - R_1$:
$\Delta = S \left| {\begin{array}{*{20}{c}}1&{a + y}&{a + z}\\0&{1 + b - a}&{b - a}\\0&{c - a}&{1 + c - a}\end{array}} \right|$.
Expanding along $C_1$:
$\Delta = S \times [1 \times ((1 + b - a)(1 + c - a) - (b - a)(c - a))]$.
$\Delta = S \times [1 + c - a + b + bc - ab - a - ac + a^2 - (bc - ab - ac + a^2)]$.
$\Delta = S \times [1 + c - a + b - c + a] = S \times 1 = 1 + a + b + c + x + y + z$.
65
DifficultMCQ
If $a, b, c$ are all different and $\left| \begin{array}{ccc} a & a^3 & a^4 - 1 \\ b & b^3 & b^4 - 1 \\ c & c^3 & c^4 - 1 \end{array} \right| = 0$,then:
A
$abc(ab + bc + ca) = a + b + c$
B
$(a + b + c)(ab + bc + ca) = abc$
C
$abc(a + b + c) = ab + bc + ca$
D
none of these

Solution

(C) Given the determinant is $\left| \begin{array}{ccc} a & a^3 & a^4 - 1 \\ b & b^3 & b^4 - 1 \\ c & c^3 & c^4 - 1 \end{array} \right| = 0$.
We can split this into two determinants:
$\left| \begin{array}{ccc} a & a^3 & a^4 \\ b & b^3 & b^4 \\ c & c^3 & c^4 \end{array} \right| - \left| \begin{array}{ccc} a & a^3 & 1 \\ b & b^3 & 1 \\ c & c^3 & 1 \end{array} \right| = 0$.
Taking $abc$ common from the first determinant:
$abc \left| \begin{array}{ccc} 1 & a^2 & a^3 \\ 1 & b^2 & b^3 \\ 1 & c^2 & c^3 \end{array} \right| - \left| \begin{array}{ccc} 1 & a & a^3 \\ 1 & b & b^3 \\ 1 & c & c^3 \end{array} \right| = 0$.
This does not simplify directly to the options. Let us re-evaluate:
$\left| \begin{array}{ccc} a & a^3 & a^4 \\ b & b^3 & b^4 \\ c & c^3 & c^4 \end{array} \right| = \left| \begin{array}{ccc} a & a^3 & 1 \\ b & b^3 & 1 \\ c & c^3 & 1 \end{array} \right|$.
Using the property of determinants,the expression simplifies to $abc(ab+bc+ca) = a+b+c$ is not necessarily true.
However,evaluating the determinant $\Delta = (a-b)(b-c)(c-a)(abc(a+b+c) - (ab+bc+ca)) = 0$.
Since $a, b, c$ are distinct,$(a-b)(b-c)(c-a) \neq 0$.
Thus,$abc(a+b+c) - (ab+bc+ca) = 0$,which implies $abc(a+b+c) = ab+bc+ca$.
66
MediumMCQ
If $\omega$ is one of the imaginary cube roots of unity,then the value of the determinant $\left| \begin{array}{ccc} 1 & \omega^3 & \omega^2 \\ \omega^3 & 1 & \omega \\ \omega^2 & \omega & 1 \end{array} \right|$ is:
A
$1$
B
$2$
C
$0$
D
$3$

Solution

(C) Given the determinant $\Delta = \left| \begin{array}{ccc} 1 & \omega^3 & \omega^2 \\ \omega^3 & 1 & \omega \\ \omega^2 & \omega & 1 \end{array} \right|$.
Since $\omega$ is an imaginary cube root of unity,we know that $\omega^3 = 1$.
Substituting $\omega^3 = 1$ into the determinant,we get:
$\Delta = \left| \begin{array}{ccc} 1 & 1 & \omega^2 \\ 1 & 1 & \omega \\ \omega^2 & \omega & 1 \end{array} \right|$.
Observe that the first two columns are identical $(C_1 = C_2)$.
According to the properties of determinants,if any two columns or rows are identical,the value of the determinant is $0$.
Therefore,$\Delta = 0$.
67
AdvancedMCQ
If the determinant $\left| \begin{array}{ccc} a+p & 1+x & u+f \\ b+q & m+y & v+g \\ c+r & n+z & w+h \end{array} \right|$ splits into exactly $K$ determinants of order $3$,each element of which contains only one term,then the value of $K$ is:
A
$6$
B
$8$
C
$9$
D
$12$

Solution

(B) The property of determinants states that if each element of a column (or row) is the sum of $n$ terms,the determinant can be expressed as the sum of $n$ determinants.
In the given determinant,each column consists of the sum of $2$ terms.
Column $1$ has $2$ terms $(a+p, b+q, c+r)$.
Column $2$ has $2$ terms $(1+x, m+y, n+z)$.
Column $3$ has $2$ terms $(u+f, v+g, w+h)$.
Since there are $3$ columns and each column has $2$ terms,the total number of determinants formed is $2 \times 2 \times 2 = 2^3 = 8$.
Therefore,$K = 8$.
68
AdvancedMCQ
Let $D_1 = \begin{vmatrix} a & b & a+b \\ c & d & c+d \\ a & b & a-b \end{vmatrix}$ and $D_2 = \begin{vmatrix} a & c & a+c \\ b & d & b+d \\ a & c & a+b+c \end{vmatrix}$. Then the value of $\frac{D_1}{D_2}$,where $b \neq 0$ and $ad \neq bc$,is:
A
$-2$
B
$0$
C
$-2b$
D
$2b$

Solution

(A) For $D_1$,apply the column operation $C_3 \rightarrow C_3 - (C_1 + C_2)$:
$D_1 = \begin{vmatrix} a & b & a+b-(a+b) \\ c & d & c+d-(c+d) \\ a & b & a-b-(a+b) \end{vmatrix} = \begin{vmatrix} a & b & 0 \\ c & d & 0 \\ a & b & -2b \end{vmatrix}$.
Expanding along $C_3$,we get $D_1 = -2b(ad - bc)$.
For $D_2$,apply the column operation $C_3 \rightarrow C_3 - (C_1 + C_2)$:
$D_2 = \begin{vmatrix} a & c & a+c-(a+c) \\ b & d & b+d-(b+d) \\ a & c & a+b+c-(a+c) \end{vmatrix} = \begin{vmatrix} a & c & 0 \\ b & d & 0 \\ a & c & b \end{vmatrix}$.
Expanding along $C_3$,we get $D_2 = b(ad - bc)$.
Therefore,$\frac{D_1}{D_2} = \frac{-2b(ad - bc)}{b(ad - bc)} = -2$.
69
AdvancedMCQ
For non-zero,real $a, b$ and $c$,if $\left| \begin{array}{ccc} \frac{a^2+b^2}{c} & c & c \\ a & \frac{b^2+c^2}{a} & a \\ b & b & \frac{c^2+a^2}{b} \end{array} \right| = \alpha abc$,then the value of $\alpha$ is
A
$-4$
B
$0$
C
$2$
D
$4$

Solution

(D) Let $\Delta = \left| \begin{array}{ccc} \frac{a^2+b^2}{c} & c & c \\ a & \frac{b^2+c^2}{a} & a \\ b & b & \frac{c^2+a^2}{b} \end{array} \right|$.
Taking $1/c$ from $R_1$,$1/a$ from $R_2$,and $1/b$ from $R_3$,we get:
$\Delta = \frac{1}{abc} \left| \begin{array}{ccc} a^2+b^2 & c^2 & c^2 \\ a^2 & b^2+c^2 & a^2 \\ b^2 & b^2 & c^2+a^2 \end{array} \right|$.
Applying $R_1 \rightarrow R_1 - (R_2 + R_3)$:
$\Delta = \frac{1}{abc} \left| \begin{array}{ccc} 0 & -2b^2 & -2a^2 \\ a^2 & b^2+c^2 & a^2 \\ b^2 & b^2 & c^2+a^2 \end{array} \right|$.
Applying $R_2 \rightarrow R_2 + \frac{1}{2}R_1$ and $R_3 \rightarrow R_3 + \frac{1}{2}R_1$:
$\Delta = \frac{1}{abc} \left| \begin{array}{ccc} 0 & -2b^2 & -2a^2 \\ a^2 & c^2 & 0 \\ b^2 & 0 & c^2 \end{array} \right|$.
Expanding along $R_1$:
$\Delta = \frac{1}{abc} [0 - (-2b^2)(a^2c^2 - 0) + (-2a^2)(0 - b^2c^2)]$
$\Delta = \frac{1}{abc} [2a^2b^2c^2 + 2a^2b^2c^2] = \frac{4a^2b^2c^2}{abc} = 4abc$.
Given $\Delta = \alpha abc$,we have $\alpha = 4$.
70
AdvancedMCQ
If $A, B$ and $C$ are $n \times n$ matrices and $\det(A) = 2$,$\det(B) = 3$ and $\det(C) = 5$,then the value of $\det(A^2BC^{-1})$ is equal to
A
$\frac{6}{5}$
B
$\frac{12}{5}$
C
$\frac{18}{5}$
D
$\frac{24}{5}$

Solution

(B) Given that $|A| = 2$,$|B| = 3$,and $|C| = 5$.
Using the properties of determinants,we know that $|A^k| = |A|^k$,$|AB| = |A||B|$,and $|A^{-1}| = \frac{1}{|A|}$.
Therefore,$\det(A^2BC^{-1}) = |A^2| \cdot |B| \cdot |C^{-1}|$.
This simplifies to $|A|^2 \cdot |B| \cdot \frac{1}{|C|}$.
Substituting the given values: $(2)^2 \cdot 3 \cdot \frac{1}{5} = 4 \cdot 3 \cdot \frac{1}{5} = \frac{12}{5}$.
71
MediumMCQ
The value of the determinant $\left| \begin{array}{ccc} a & a+b & a+2b \\ a+2b & a & a+b \\ a+b & a+2b & a \end{array} \right|$ is
A
$9a^2(a+b)$
B
$9b^2(a+b)$
C
$3b^2(a+b)$
D
$7a^2(a+b)$

Solution

(B) Let $\Delta = \left| \begin{array}{ccc} a & a+b & a+2b \\ a+2b & a & a+b \\ a+b & a+2b & a \end{array} \right|$.
Applying $C_1 \rightarrow C_1 + C_2 + C_3$,we get:
$\Delta = \left| \begin{array}{ccc} 3a+3b & a+b & a+2b \\ 3a+3b & a & a+b \\ 3a+3b & a+2b & a \end{array} \right| = 3(a+b) \left| \begin{array}{ccc} 1 & a+b & a+2b \\ 1 & a & a+b \\ 1 & a+2b & a \end{array} \right|$.
Applying $R_2 \rightarrow R_2 - R_1$ and $R_3 \rightarrow R_3 - R_1$:
$\Delta = 3(a+b) \left| \begin{array}{ccc} 1 & a+b & a+2b \\ 0 & -b & -b \\ 0 & b & -2b \end{array} \right|$.
Expanding along $C_1$:
$\Delta = 3(a+b) [1((-b)(-2b) - (-b)(b))] = 3(a+b) [2b^2 + b^2] = 3(a+b)(3b^2) = 9b^2(a+b)$.
72
AdvancedMCQ
Let $A = \begin{bmatrix} 1 + x^2 - y^2 - z^2 & 2(xy + z) & 2(zx - y) \\ 2(xy - z) & 1 + y^2 - z^2 - x^2 & 2(yz + x) \\ 2(zx + y) & 2(yz - x) & 1 + z^2 - x^2 - y^2 \end{bmatrix}$. Then $\det(A)$ is equal to:
A
$(1 + xy + yz + zx)^3$
B
$(1 + x^2 + y^2 + z^2)^3$
C
$(xy + yz + zx)^3$
D
$(1 + x^3 + y^3 + z^3)^2$

Solution

(B) To find the determinant of matrix $A$,we can use the substitution method for an objective approach.
Let $y = 0$ and $z = 0$.
Then the matrix $A$ becomes:
$A = \begin{bmatrix} 1 + x^2 & 0 & 0 \\ 0 & 1 - x^2 & 0 \\ 0 & 0 & 1 - x^2 \end{bmatrix}$.
The determinant of this diagonal matrix is $\det(A) = (1 + x^2)(1 - x^2)(1 - x^2) = (1 + x^2)(1 - x^2)^2$.
Wait,let us re-evaluate the matrix with $y=0, z=0$ carefully:
$A_{11} = 1 + x^2 - 0 - 0 = 1 + x^2$
$A_{12} = 2(0 + 0) = 0$
$A_{13} = 2(0 - 0) = 0$
$A_{21} = 2(0 - 0) = 0$
$A_{22} = 1 + 0 - 0 - x^2 = 1 - x^2$
$A_{23} = 2(0 + x) = 2x$
$A_{31} = 2(0 + 0) = 0$
$A_{32} = 2(0 - x) = -2x$
$A_{33} = 1 + 0 - x^2 - 0 = 1 - x^2$
So,$\det(A) = (1 + x^2) \cdot [(1 - x^2)^2 - (-2x)(2x)] = (1 + x^2) \cdot [1 - 2x^2 + x^4 + 4x^2] = (1 + x^2)(1 + 2x^2 + x^4) = (1 + x^2)(1 + x^2)^2 = (1 + x^2)^3$.
Comparing this with the given options by substituting $y=0, z=0$:
$A: (1 + 0 + 0 + 0)^3 = 1$
$B: (1 + x^2 + 0 + 0)^3 = (1 + x^2)^3$
$C: (0 + 0 + 0)^3 = 0$
$D: (1 + x^3 + 0 + 0)^2 = (1 + x^3)^2$
Thus,the correct option is $B$.
73
AdvancedMCQ
If ${I_1} = \int\limits_1^{\sin \theta } {\frac{x}{{1 + x^2}}} \,dx$ and ${I_2} = \int\limits_1^{\csc \theta } {\frac{{dx}}{{x\left( {{x^2} + 1} \right)}}}$; then the value of $\left| {\begin{array}{*{20}{c}} {{I_1}}&{I_1^2}&{{I_2}} \\ {{e^{{I_1} + {I_2}}}}&{I_2^2}&{ - 1} \\ 1&{I_1^2 + I_2^2}&{ - 1} \end{array}} \right|$ is
A
$1$
B
$-\frac{11}{2}$
C
$9$
D
$0$

Solution

(D) Given ${I_1} = \int_1^{\sin \theta } {\frac{x}{{1 + x^2}}} dx$ and ${I_2} = \int_1^{\csc \theta } {\frac{1}{{x\left( {{x^2} + 1} \right)}}} dx$.
For ${I_2}$,substitute $x = \frac{1}{t}$,so $dx = -\frac{1}{t^2} dt$.
When $x=1, t=1$. When $x=\csc \theta, t=\sin \theta$.
${I_2} = \int_1^{\sin \theta } {\frac{{ - \frac{1}{t^2} dt}}{{\frac{1}{t}\left( {\frac{1}{t^2} + 1} \right)}}} = \int_1^{\sin \theta } {\frac{{ - \frac{1}{t^2} dt}}{{\frac{1}{t}\left( {\frac{{1 + t^2}}{{t^2}}} \right)}}} = \int_1^{\sin \theta } {\frac{{ - t dt}}{{1 + t^2}}} = - \int_1^{\sin \theta } {\frac{t}{{1 + t^2}}} dt = -{I_1}$.
Thus,${I_1} + {I_2} = 0$.
Now,consider the determinant $\Delta = \left| {\begin{array}{*{20}{c}} {{I_1}}&{I_1^2}&{{I_2}} \\ {{e^{{I_1} + {I_2}}}}&{I_2^2}&{ - 1} \\ 1&{I_1^2 + I_2^2}&{ - 1} \end{array}} \right|$.
Since ${I_1} + {I_2} = 0$,$e^{{I_1} + {I_2}} = e^0 = 1$.
$\Delta = \left| {\begin{array}{*{20}{c}} {{I_1}}&{I_1^2}&{{I_2}} \\ 1&{I_2^2}&{ - 1} \\ 1&{I_1^2 + I_2^2}&{ - 1} \end{array}} \right|$.
Applying the operation $C_1 \rightarrow C_1 + C_3$,we get:
$\Delta = \left| {\begin{array}{*{20}{c}} {{I_1} + {I_2}}&{I_1^2}&{{I_2}} \\ {1 - 1}&{I_2^2}&{ - 1} \\ {1 - 1}&{I_1^2 + I_2^2}&{ - 1} \end{array}} \right| = \left| {\begin{array}{*{20}{c}} 0&{I_1^2}&{{I_2}} \\ 0&{I_2^2}&{ - 1} \\ 0&{I_1^2 + I_2^2}&{ - 1} \end{array}} \right|$.
Since the first column is all zeros,the value of the determinant is $0$.
74
DifficultMCQ
If $D = \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix}$ and $D' = \begin{vmatrix} a_1 + pb_1 & b_1 + qc_1 & c_1 + ra_1 \\ a_2 + pb_2 & b_2 + qc_2 & c_2 + ra_2 \\ a_3 + pb_3 & b_3 + qc_3 & c_3 + ra_3 \end{vmatrix}$,then:
A
$D' = D$
B
$D' = (1 + pqr)D$
C
$D' = (1 - pqr)D$
D
$D' = pqrD$

Solution

(B) Using the properties of determinants,we can split the determinant $D'$ into the sum of determinants.
$D' = \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} + \begin{vmatrix} pb_1 & qc_1 & ra_1 \\ pb_2 & qc_2 & ra_2 \\ pb_3 & qc_3 & ra_3 \end{vmatrix}$
$D' = D + pqr \begin{vmatrix} b_1 & c_1 & a_1 \\ b_2 & c_2 & a_2 \\ b_3 & c_3 & a_3 \end{vmatrix}$
By swapping columns twice to restore the original order $(b, c, a \to a, b, c)$,we get:
$\begin{vmatrix} b_1 & c_1 & a_1 \\ b_2 & c_2 & a_2 \\ b_3 & c_3 & a_3 \end{vmatrix} = (-1)^2 \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} = D$
Therefore,$D' = D + pqrD = (1 + pqr)D$.
75
DifficultMCQ
If $\Delta _1 = \left| \begin{matrix} b^5c^6(c^3 - b^3) & a^4c^6(a^3 - c^3) & a^4b^5(b^3 - a^3) \\ b^2c^3(b^6 - c^6) & ac^3(c^6 - a^6) & ab^2(a^6 - b^6) \\ b^2c^3(c^3 - b^3) & ac^3(a^3 - c^3) & ab^2(b^3 - a^3) \end{matrix} \right|$ and $\Delta _2 = \left| \begin{matrix} a & b^2 & c^3 \\ a^4 & b^5 & c^6 \\ a^7 & b^8 & c^9 \end{matrix} \right|$,then $\Delta _1 \Delta _2$ is equal to:
A
$\Delta _2^3$
B
$\Delta _2^2$
C
$\Delta _2^4$
D
None of these

Solution

(A) Let $\Delta_2 = \begin{vmatrix} a & b^2 & c^3 \\ a^4 & b^5 & c^6 \\ a^7 & b^8 & c^9 \end{vmatrix}$.
The determinant $\Delta_1$ is the cofactor matrix determinant of $\Delta_2$.
According to the property of determinants,if $\Delta_1$ is the determinant of the cofactor matrix of $\Delta_2$,then $\Delta_1 = (\Delta_2)^{n-1}$,where $n$ is the order of the matrix.
Here,the order of the matrix is $n = 3$,so $\Delta_1 = (\Delta_2)^{3-1} = \Delta_2^2$.
Therefore,$\Delta_1 \Delta_2 = \Delta_2^2 \cdot \Delta_2 = \Delta_2^3$.
76
AdvancedMCQ
If $\left| {\begin{array}{*{20}{c}} {a - b}&{b - c}&{c - a} \\ {b - c}&{c - a}&{a - b} \\ {c - a + 1}&{a - b}&{b - c} \end{array}} \right| = 0$,where $a, b, c \in R - \{0\}$,then:
A
$a, b$ and $c$ must be equal
B
$a, b$ and $c$ may not be all equal
C
$a, b$ and $c$ must be in $G.P.$
D
$a, b$ and $c$ must be distinct

Solution

(A) Let the given determinant be $\Delta = 0$. We can split the determinant using the property of linearity in the third row:
$\Delta = \left|\begin{array}{lll}{a-b} & {b-c} & {c-a} \\ {b-c} & {c-a} & {a-b} \\ {c-a} & {a-b} & {b-c}\end{array}\right| + \left|\begin{array}{ccc}{0} & {b-c} & {c-a} \\ {0} & {c-a} & {a-b} \\ {1} & {a-b} & {b-c}\end{array}\right| = 0$
The first determinant is $0$ because the sum of its columns is $0$ (or by observing it is a cyclic determinant which vanishes).
For the second determinant,expanding along the first column:
$1 \cdot ((b-c)(a-b) - (c-a)(c-a)) = 0$
$(b-c)(a-b) - (c-a)^2 = 0$
$ab - b^2 - ac + bc - (c^2 + a^2 - 2ac) = 0$
$ab - b^2 - ac + bc - c^2 - a^2 + 2ac = 0$
$ab + bc + ac - a^2 - b^2 - c^2 = 0$
$a^2 + b^2 + c^2 - ab - bc - ca = 0$
Multiplying by $2$:
$(a-b)^2 + (b-c)^2 + (c-a)^2 = 0$
Since $a, b, c \in R$,this implies $a-b=0, b-c=0, c-a=0$,which means $a=b=c$.
77
AdvancedMCQ
The value of $\left| \begin{matrix} \sin \alpha & \cos \alpha & \sin(\alpha + \gamma) \\ \sin \beta & \cos \beta & \sin(\beta + \gamma) \\ \sin \delta & \cos \delta & \sin(\delta + \gamma) \end{matrix} \right|$ is
A
$\sin \alpha \sin \beta \sin \delta$
B
$\cos \alpha \cos \beta \cos \delta$
C
$1$
D
$0$

Solution

(D) Let the determinant be $\Delta = \left| \begin{matrix} \sin \alpha & \cos \alpha & \sin(\alpha + \gamma) \\ \sin \beta & \cos \beta & \sin(\beta + \gamma) \\ \sin \delta & \cos \delta & \sin(\delta + \gamma) \end{matrix} \right|$.
Using the trigonometric identity $\sin(A + B) = \sin A \cos B + \cos A \sin B$,we can expand the third column:
$\sin(\alpha + \gamma) = \sin \alpha \cos \gamma + \cos \alpha \sin \gamma$
$\sin(\beta + \gamma) = \sin \beta \cos \gamma + \cos \beta \sin \gamma$
$\sin(\delta + \gamma) = \sin \delta \cos \gamma + \cos \delta \sin \gamma$
Now,the determinant becomes:
$\Delta = \left| \begin{matrix} \sin \alpha & \cos \alpha & \sin \alpha \cos \gamma + \cos \alpha \sin \gamma \\ \sin \beta & \cos \beta & \sin \beta \cos \gamma + \cos \beta \sin \gamma \\ \sin \delta & \cos \delta & \sin \delta \cos \gamma + \cos \delta \sin \gamma \end{matrix} \right|$.
Apply the column operation $C_3 \rightarrow C_3 - (\cos \gamma) C_1 - (\sin \gamma) C_2$:
Each element in the third column becomes $(\sin \theta \cos \gamma + \cos \theta \sin \gamma) - (\cos \gamma)(\sin \theta) - (\sin \gamma)(\cos \theta) = 0$.
Since all elements of the third column are $0$,the value of the determinant is $\Delta = 0$.
78
AdvancedMCQ
The value of $\left| \begin{array}{ccc} 1 & x & y \\ 2 & \sin x + 2x & \sin y + 2y \\ 3 & \cos x + 3x & \cos y + 3y \end{array} \right|$ is
A
$\cos(x + y)$
B
$\cos(xy)$
C
$\sin(x + y)$
D
$\sin(x - y)$

Solution

(D) Let the given determinant be $\Delta = \left| \begin{array}{ccc} 1 & x & y \\ 2 & \sin x + 2x & \sin y + 2y \\ 3 & \cos x + 3x & \cos y + 3y \end{array} \right|$.
Applying row operations $R_{2} \rightarrow R_{2} - 2R_{1}$ and $R_{3} \rightarrow R_{3} - 3R_{1}$:
$\Delta = \left| \begin{array}{ccc} 1 & x & y \\ 2 - 2(1) & (\sin x + 2x) - 2x & (\sin y + 2y) - 2y \\ 3 - 3(1) & (\cos x + 3x) - 3x & (\cos y + 3y) - 3y \end{array} \right|$
$\Delta = \left| \begin{array}{ccc} 1 & x & y \\ 0 & \sin x & \sin y \\ 0 & \cos x & \cos y \end{array} \right|$
Expanding along the first column:
$\Delta = 1 \cdot (\sin x \cos y - \cos x \sin y)$
Using the trigonometric identity $\sin(A - B) = \sin A \cos B - \cos A \sin B$,we get:
$\Delta = \sin(x - y)$.
79
DifficultMCQ
If $\left| \begin{matrix} 1 & 1 & 1 \\ a & b & c \\ a^2 & b^2 & c^2 \end{matrix} \right| = 5$,then $\left| \begin{matrix} bc^2 - b^2c & a^2c - ac^2 & ab^2 - ba^2 \\ b^2 - c^2 & c^2 - a^2 & a^2 - b^2 \\ c - b & a - c & b - a \end{matrix} \right|$ is equal to
A
$5$
B
$15$
C
$25$
D
$35$

Solution

(C) Let $A = \begin{bmatrix} 1 & 1 & 1 \\ a & b & c \\ a^2 & b^2 & c^2 \end{bmatrix}$. We are given $|A| = 5$.
The second determinant is $D = \left| \begin{matrix} bc(c-b) & ac(a-c) & ab(b-a) \\ (b-c)(b+c) & (c-a)(c+a) & (a-b)(a+b) \\ -(b-c) & -(c-a) & -(a-b) \end{matrix} \right|$.
Factoring out $(b-c)$ from $R_1$,$(c-a)$ from $R_2$,and $(a-b)$ from $R_3$ is not direct,but we can observe the structure.
The given determinant $D$ is the square of the original determinant $|A|$ because it represents the determinant of the adjugate or a related cofactor matrix transformation.
Specifically,$D = |A|^2 = 5^2 = 25$.
80
AdvancedMCQ
The value of $\left| {\begin{array}{*{20}{c}} {{(b + c)}^2} & {{a^2}} & {{a^2}} \\ {{b^2}} & {{(a + c)}^2} & {{b^2}} \\ {{c^2}} & {{c^2}} & {{(a + b)}^2} \end{array}} \right|$ is equal to
A
$2abc(a + b + c)$
B
$2abc(a + b + c)^2$
C
$2abc(a + b + c)^3$
D
$abc$

Solution

(C) Let $\Delta = \left| {\begin{array}{*{20}{c}} {{(b + c)}^2} & {{a^2}} & {{a^2}} \\ {{b^2}} & {{(a + c)}^2} & {{b^2}} \\ {{c^2}} & {{c^2}} & {{(a + b)}^2} \end{array}} \right|$.
Applying $C_1 \rightarrow C_1 - C_3$ and $C_2 \rightarrow C_2 - C_3$:
$\Delta = \left| {\begin{array}{*{20}{c}} {{(b + c)}^2 - a^2} & 0 & {{a^2}} \\ 0 & {{(a + c)}^2 - b^2} & {{b^2}} \\ {{c^2 - (a + b)^2}} & {{c^2 - (a + b)^2}} & {{(a + b)}^2} \end{array}} \right|$
$\Delta = \left| {\begin{array}{*{20}{c}} {(b+c-a)(b+c+a)} & 0 & {{a^2}} \\ 0 & {(a+c-b)(a+c+b)} & {{b^2}} \\ {(c-a-b)(c+a+b)} & {(c-a-b)(c+a+b)} & {{(a + b)}^2} \end{array}} \right|$
Taking $(a+b+c)$ common from $C_1$ and $C_2$:
$\Delta = (a+b+c)^2 \left| {\begin{array}{*{20}{c}} {b+c-a} & 0 & {{a^2}} \\ 0 & {a+c-b} & {{b^2}} \\ {-(c-a-b)} & {-(c-a-b)} & {{(a + b)}^2} \end{array}} \right|$
Expanding the determinant,we get $\Delta = 2abc(a+b+c)^3$.
81
AdvancedMCQ
If $2^{a_1}, 2^{a_2}, 2^{a_3}, \dots, 2^{a_n}$ are in $G.P.$,then the value of the determinant $\left| \begin{array}{ccc} a_1 & a_2 & a_3 \\ a_{n+1} & a_{n+2} & a_{n+3} \\ a_{2n+1} & a_{2n+2} & a_{2n+3} \end{array} \right|$ is equal to
A
$2$
B
$2^3$
C
$0$
D
None

Solution

(C) Given that $2^{a_1}, 2^{a_2}, 2^{a_3}, \dots$ are in $G.P.$
This implies that the exponents $a_1, a_2, a_3, \dots$ are in $A.P.$
Let the common difference of the $A.P.$ be $d$. Then $a_k = a_1 + (k-1)d$.
In the determinant $\Delta = \left| \begin{array}{ccc} a_1 & a_2 & a_3 \\ a_{n+1} & a_{n+2} & a_{n+3} \\ a_{2n+1} & a_{2n+2} & a_{2n+3} \end{array} \right|$,notice that the columns are in $A.P.$
Specifically,$a_2 - a_1 = d$,$a_{n+2} - a_{n+1} = d$,and $a_{2n+2} - a_{2n+1} = d$.
Also,$a_3 - a_2 = d$,$a_{n+3} - a_{n+2} = d$,and $a_{2n+3} - a_{2n+2} = d$.
Applying the column operation $C_2 \to C_2 - C_1$ and $C_3 \to C_3 - C_2$,we get columns of constant differences.
Since the rows are also in $A.P.$,the rows $R_1, R_2, R_3$ satisfy $R_1 + R_3 = 2R_2$.
Thus,$R_2 = \frac{R_1 + R_3}{2}$,which means the rows are linearly dependent.
Therefore,the determinant $\Delta = 0$.
82
AdvancedMCQ
If $A_1B_1C_1, A_2B_2C_2, A_3B_3C_3$ are three-digit numbers,each of which is divisible by $k$,and $\Delta = \begin{vmatrix} A_1 & B_1 & C_1 \\ A_2 & B_2 & C_2 \\ A_3 & B_3 & C_3 \end{vmatrix}$,then $\Delta$ is divisible by:
A
$k$
B
$k^2$
C
$k^3$
D
None

Solution

(A) Let the three-digit numbers be represented as $N_1 = 100A_1 + 10B_1 + C_1 = pk$,$N_2 = 100A_2 + 10B_2 + C_2 = qk$,and $N_3 = 100A_3 + 10B_3 + C_3 = rk$,where $p, q, r$ are integers.
We apply the column operation $C_3 \rightarrow C_3 + 10B_2 + 100A_1$ is not directly applicable,but we can use $C_3 \rightarrow C_3 + 10C_2 + 100C_1$ is incorrect. Instead,consider the operation $C_3 \rightarrow 100C_1 + 10C_2 + C_3$ is not possible,but we can express the determinant by performing $C_3 \rightarrow 100C_1 + 10C_2 + C_3$ is not valid.
Actually,by properties of determinants,if we perform $C_3 \rightarrow 100C_1 + 10C_2 + C_3$,the new third column becomes the values $N_1, N_2, N_3$ which are $pk, qk, rk$.
$\Delta = \begin{vmatrix} A_1 & B_1 & 100A_1 + 10B_1 + C_1 \\ A_2 & B_2 & 100A_2 + 10B_2 + C_2 \\ A_3 & B_3 & 100A_3 + 10B_3 + C_3 \end{vmatrix} = \begin{vmatrix} A_1 & B_1 & pk \\ A_2 & B_2 & qk \\ A_3 & B_3 & rk \end{vmatrix}$.
Taking $k$ common from the third column,we get $\Delta = k \begin{vmatrix} A_1 & B_1 & p \\ A_2 & B_2 & q \\ A_3 & B_3 & r \end{vmatrix}$.
Since the determinant is $k$ times an integer,$\Delta$ is divisible by $k$.
83
AdvancedMCQ
The value of the determinant $\left| \begin{matrix} 0 & x - y & x - z \\ y - x & 0 & y - z \\ z - x & z - y & 0 \end{matrix} \right|$ is:
A
$x + y + z$
B
$-(x + y + z)$
C
$0$
D
$2(x + y + z)$

Solution

(C) Let the given determinant be $D = \left| \begin{matrix} 0 & x - y & x - z \\ y - x & 0 & y - z \\ z - x & z - y & 0 \end{matrix} \right|$.
Observe that the determinant is of the form $A = [a_{ij}]$ where $a_{ij} = -a_{ji}$ for all $i, j$. Specifically,$a_{11} = 0, a_{22} = 0, a_{33} = 0$,and $a_{12} = -(a_{21})$,$a_{13} = -(a_{31})$,$a_{23} = -(a_{32})$.
This is the definition of a skew-symmetric matrix.
The determinant of a skew-symmetric matrix of odd order ($n \times n$ where $n$ is odd) is always $0$.
Since this is a $3 \times 3$ matrix (order $3$,which is odd),the value of the determinant is $0$.
84
AdvancedMCQ
If $\begin{vmatrix} ^9C_4 & ^9C_5 & ^{10}C_r \\ ^{10}C_6 & ^{10}C_7 & ^{11}C_{r+2} \\ ^{11}C_8 & ^{11}C_9 & ^{12}C_{r+4} \end{vmatrix} = 0$,then $r$ is equal to:
A
$3$
B
$4$
C
$5$
D
$6$

Solution

(C) Using the property of combinations,$^nC_r + ^nC_{r-1} = ^{n+1}C_r$.
Applying the column operation $C_2 \to C_2 + C_1$:
$\begin{vmatrix} ^9C_4 & ^9C_4 + ^9C_5 & ^{10}C_r \\ ^{10}C_6 & ^{10}C_6 + ^{10}C_7 & ^{11}C_{r+2} \\ ^{11}C_8 & ^{11}C_8 + ^{11}C_9 & ^{12}C_{r+4} \end{vmatrix} = 0$
$\Rightarrow \begin{vmatrix} ^9C_4 & ^{10}C_5 & ^{10}C_r \\ ^{10}C_6 & ^{11}C_7 & ^{11}C_{r+2} \\ ^{11}C_8 & ^{12}C_9 & ^{12}C_{r+4} \end{vmatrix} = 0$
We observe that the first two columns are not identical,but we can check for linear dependence.
For the determinant to be zero,the third column must be a linear combination of the first two columns.
Comparing the indices,we see that for $r=5$,the third column becomes:
Column $3 = \begin{bmatrix} ^{10}C_5 \\ ^{11}C_7 \\ ^{12}C_9 \end{bmatrix}$.
This matches the second column exactly.
Since two columns are identical,the determinant is $0$.
Therefore,$r = 5$.
85
AdvancedMCQ
If $a - 2b + c = 1$,then the value of $\left| \begin{array}{ccc} x + 1 & x + 2 & x + a \\ x + 2 & x + 3 & x + b \\ x + 3 & x + 4 & x + c \end{array} \right|$ is
A
$x$
B
$-x$
C
$-1$
D
$1$

Solution

(C) Let the determinant be $\Delta = \left| \begin{array}{ccc} x + 1 & x + 2 & x + a \\ x + 2 & x + 3 & x + b \\ x + 3 & x + 4 & x + c \end{array} \right|$.
Applying the row operation $R_1 \rightarrow R_1 - 2R_2 + R_3$:
The elements of the first row become:
$R_1(1) = (x + 1) - 2(x + 2) + (x + 3) = x + 1 - 2x - 4 + x + 3 = 0$
$R_1(2) = (x + 2) - 2(x + 3) + (x + 4) = x + 2 - 2x - 6 + x + 4 = 0$
$R_1(3) = (x + a) - 2(x + b) + (x + c) = x + a - 2x - 2b + x + c = a - 2b + c$
Given that $a - 2b + c = 1$,we have:
$\Delta = \left| \begin{array}{ccc} 0 & 0 & 1 \\ x + 2 & x + 3 & x + b \\ x + 3 & x + 4 & x + c \end{array} \right|$
Expanding along the first row:
$\Delta = 1 \cdot [(x + 2)(x + 4) - (x + 3)^2]$
$\Delta = (x^2 + 6x + 8) - (x^2 + 6x + 9)$
$\Delta = x^2 + 6x + 8 - x^2 - 6x - 9 = -1$
Thus,the correct option is $C$.
86
DifficultMCQ
If $\left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ (a + \lambda)^2 & (b + \lambda)^2 & (c + \lambda)^2 \\ (a - \lambda)^2 & (b - \lambda)^2 & (c - \lambda)^2 \end{array} \right| = k\lambda \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ a & b & c \\ 1 & 1 & 1 \end{array} \right|, \lambda \neq 0$,then $k$ is equal to
A
$4\lambda$
B
$-4\lambda$
C
$4\lambda^2$
D
$-4\lambda^2$

Solution

(C) Let $\Delta = \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ (a + \lambda)^2 & (b + \lambda)^2 & (c + \lambda)^2 \\ (a - \lambda)^2 & (b - \lambda)^2 & (c - \lambda)^2 \end{array} \right|$.
Apply $R_2 \to R_2 - R_3$:
$\Delta = \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ (a + \lambda)^2 - (a - \lambda)^2 & (b + \lambda)^2 - (b - \lambda)^2 & (c + \lambda)^2 - (c - \lambda)^2 \\ (a - \lambda)^2 & (b - \lambda)^2 & (c - \lambda)^2 \end{array} \right|$.
Using $(x + y)^2 - (x - y)^2 = 4xy$,we get:
$\Delta = \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ 4a\lambda & 4b\lambda & 4c\lambda \\ (a - \lambda)^2 & (b - \lambda)^2 & (c - \lambda)^2 \end{array} \right|$.
Taking $4\lambda$ common from $R_2$:
$\Delta = 4\lambda \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ a & b & c \\ (a - \lambda)^2 & (b - \lambda)^2 & (c - \lambda)^2 \end{array} \right|$.
Apply $R_3 \to R_3 - R_1 + 2R_2$ (where $R_2$ is the row $a, b, c$):
Since $(a - \lambda)^2 = a^2 + \lambda^2 - 2a\lambda$,then $R_3 - R_1 + 2\lambda R_2 = \lambda^2$:
$\Delta = 4\lambda \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ a & b & c \\ \lambda^2 & \lambda^2 & \lambda^2 \end{array} \right|$.
Taking $\lambda^2$ common from $R_3$:
$\Delta = 4\lambda^3 \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ a & b & c \\ 1 & 1 & 1 \end{array} \right|$.
Comparing with $k\lambda \left| \begin{array}{ccc} a^2 & b^2 & c^2 \\ a & b & c \\ 1 & 1 & 1 \end{array} \right|$,we get $k\lambda = 4\lambda^3$,so $k = 4\lambda^2$.
87
DifficultMCQ
If $\left| \begin{array}{ccc} -2a & a+b & a+c \\ b+a & -2b & b+c \\ c+a & b+c & -2c \end{array} \right| = \alpha (a+b)(b+c)(c+a) \neq 0$,then $\alpha$ is equal to
A
$a+b+c$
B
$abc$
C
$4$
D
$1$

Solution

(C) Let $\Delta = \left| \begin{array}{ccc} -2a & a+b & a+c \\ b+a & -2b & b+c \\ c+a & b+c & -2c \end{array} \right|$.
Applying $C_1 \to C_1 + C_3$ and $C_2 \to C_2 + C_3$:
$\Delta = \left| \begin{array}{ccc} -a+c & 2a+b+c & a+c \\ 2b+a+c & -b+c & b+c \\ a-c & b-c & -2c \end{array} \right|$.
Applying $R_1 \to R_1 + R_3$ and $R_2 \to R_2 + R_3$:
$\Delta = \left| \begin{array}{ccc} 0 & 2(a+b) & a-c \\ 2(a+b) & 0 & b-c \\ a-c & b-c & -2c \end{array} \right|$.
Expanding along the first row:
$\Delta = 0 - 2(a+b) \left[ -4c(a+b) - (a-c)(b-c) \right] + (a-c) \left[ 2(a+b)(b-c) - 0 \right]$.
$\Delta = 8c(a+b)^2 + 2(a+b)(a-c)(b-c) + 2(a+b)(a-c)(b-c)$.
$\Delta = 8c(a+b)^2 + 4(a+b)(a-c)(b-c)$.
$\Delta = 4(a+b) \left[ 2c(a+b) + (a-c)(b-c) \right]$.
$\Delta = 4(a+b) \left[ 2ac + 2bc + ab - ac - bc + c^2 \right]$.
$\Delta = 4(a+b) \left[ ac + bc + ab + c^2 \right]$.
$\Delta = 4(a+b) \left[ c(a+c) + b(a+c) \right]$.
$\Delta = 4(a+b)(b+c)(c+a)$.
Comparing with $\alpha(a+b)(b+c)(c+a)$,we get $\alpha = 4$.
88
DifficultMCQ
If $\left| \begin{matrix} a - b - c & 2a & 2a \\ 2b & b - c - a & 2b \\ 2c & 2c & c - a - b \end{matrix} \right| = (a + b + c)(x + a + b + c)^2$,$x \ne 0$ and $a + b + c \ne 0$,then $x$ is equal to
A
$abc$
B
$-2(a + b + c)$
C
$2(a + b + c)$
D
$-(a + b + c)$

Solution

(B) Let $\Delta = \left| \begin{matrix} a - b - c & 2a & 2a \\ 2b & b - c - a & 2b \\ 2c & 2c & c - a - b \end{matrix} \right|$.
Applying the row operation $R_1 \to R_1 + R_2 + R_3$:
$\Delta = \left| \begin{matrix} a + b + c & a + b + c & a + b + c \\ 2b & b - c - a & 2b \\ 2c & 2c & c - a - b \end{matrix} \right|$.
Taking $(a + b + c)$ common from $R_1$:
$\Delta = (a + b + c) \left| \begin{matrix} 1 & 1 & 1 \\ 2b & b - c - a & 2b \\ 2c & 2c & c - a - b \end{matrix} \right|$.
Applying column operations $C_2 \to C_2 - C_1$ and $C_3 \to C_3 - C_1$:
$\Delta = (a + b + c) \left| \begin{matrix} 1 & 0 & 0 \\ 2b & -(a + b + c) & 0 \\ 2c & 0 & -(a + b + c) \end{matrix} \right|$.
Expanding along $R_1$:
$\Delta = (a + b + c) [1 \cdot (-(a + b + c)) \cdot (-(a + b + c)) - 0] = (a + b + c)^3$.
Given $\Delta = (a + b + c)(x + a + b + c)^2$,we have:
$(a + b + c)^3 = (a + b + c)(x + a + b + c)^2$.
Since $a + b + c \ne 0$,we divide by $(a + b + c)$:
$(a + b + c)^2 = (x + a + b + c)^2$.
Taking the square root on both sides:
$x + a + b + c = \pm(a + b + c)$.
If $x + a + b + c = a + b + c$,then $x = 0$ (rejected as $x \ne 0$).
If $x + a + b + c = -(a + b + c)$,then $x = -2(a + b + c)$.
89
DifficultMCQ
$A$ value of $\theta \in (0, \pi /3)$,for which $\left| \begin{array}{ccc} 1 + \cos^2 \theta & \sin^2 \theta & 4 \cos 6\theta \\ \cos^2 \theta & 1 + \sin^2 \theta & 4 \cos 6\theta \\ \cos^2 \theta & \sin^2 \theta & 1 + 4 \cos 6\theta \end{array} \right| = 0$,is
A
$\frac{\pi }{18}$
B
$\frac{\pi }{9}$
C
$\frac{7\pi }{36}$
D
$\frac{7\pi }{24}$

Solution

(B) Given $\theta \in (0, \frac{\pi}{3})$.
Let the determinant be $\Delta = \left| \begin{array}{ccc} 1 + \cos^2 \theta & \sin^2 \theta & 4 \cos 6\theta \\ \cos^2 \theta & 1 + \sin^2 \theta & 4 \cos 6\theta \\ \cos^2 \theta & \sin^2 \theta & 1 + 4 \cos 6\theta \end{array} \right| = 0$.
Applying row operations $R_2 \to R_2 - R_1$ and $R_3 \to R_3 - R_1$:
$\Delta = \left| \begin{array}{ccc} 1 + \cos^2 \theta & \sin^2 \theta & 4 \cos 6\theta \\ -1 & 1 & 0 \\ -1 & 0 & 1 \end{array} \right| = 0$.
Applying column operation $C_1 \to C_1 + C_2$:
$\Delta = \left| \begin{array}{ccc} 1 + \cos^2 \theta + \sin^2 \theta & \sin^2 \theta & 4 \cos 6\theta \\ 0 & 1 & 0 \\ -1 & 0 & 1 \end{array} \right| = \left| \begin{array}{ccc} 2 & \sin^2 \theta & 4 \cos 6\theta \\ 0 & 1 & 0 \\ -1 & 0 & 1 \end{array} \right| = 0$.
Expanding along the first column:
$2(1 - 0) - 0 + (-1)(0 - 4 \cos 6\theta) = 0$.
$2 + 4 \cos 6\theta = 0$.
$4 \cos 6\theta = -2 \Rightarrow \cos 6\theta = -\frac{1}{2}$.
Since $\theta \in (0, \frac{\pi}{3})$,$6\theta \in (0, 2\pi)$.
$\cos 6\theta = -\frac{1}{2} \Rightarrow 6\theta = \frac{2\pi}{3}$ or $6\theta = \frac{4\pi}{3}$.
$\theta = \frac{\pi}{9}$ or $\theta = \frac{2\pi}{9}$.
Comparing with the options,$\theta = \frac{\pi}{9}$ is the correct value.
90
DifficultMCQ
Let $A = [a_{ij}]$ and $B = [b_{ij}]$ be two $3 \times 3$ real matrices such that $b_{ij} = (3)^{(i+j-2)} a_{ji}$,where $i, j = 1, 2, 3$. If the determinant of $B$ is $81$,then the determinant of $A$ is:
A
$3$
B
$\frac{1}{3}$
C
$\frac{1}{81}$
D
$\frac{1}{9}$

Solution

(D) Given $b_{ij} = 3^{(i+j-2)} a_{ji}$.
We can write the matrix $B$ as:
$B = \begin{bmatrix} a_{11} & 3a_{21} & 9a_{31} \\ 3a_{12} & 9a_{22} & 27a_{32} \\ 9a_{13} & 27a_{23} & 81a_{33} \end{bmatrix}$
Taking common factors from rows and columns:
$|B| = (3^0 \cdot 3^1 \cdot 3^2) \cdot \begin{vmatrix} a_{11} & a_{21} & a_{31} \\ a_{12} & 3a_{22} & 9a_{32} \\ a_{13} & 3a_{23} & 9a_{33} \end{vmatrix}$
$|B| = 3^3 \cdot (3^0 \cdot 3^1 \cdot 3^2) \cdot \begin{vmatrix} a_{11} & a_{21} & a_{31} \\ a_{12} & a_{22} & a_{32} \\ a_{13} & a_{23} & a_{33} \end{vmatrix}$
$|B| = 3^3 \cdot 3^3 \cdot |A^T| = 3^6 |A| = 729 |A|$.
Given $|B| = 81$,we have $729 |A| = 81$.
$|A| = \frac{81}{729} = \frac{1}{9}$.
91
DifficultMCQ
Let $a-2b+c=1$. If $f(x) = \begin{vmatrix} x+a & x+2 & x+1 \\ x+b & x+3 & x+2 \\ x+c & x+4 & x+3 \end{vmatrix}$,then:
A
$f(-50) = 501$
B
$f(-50) = -1$
C
$f(50) = 1$
D
$f(50) = 501$

Solution

(C) Given the determinant $f(x) = \begin{vmatrix} x+a & x+2 & x+1 \\ x+b & x+3 & x+2 \\ x+c & x+4 & x+3 \end{vmatrix}$.
Applying the row operation $R_1 \rightarrow R_1 + R_3 - 2R_2$:
The first row becomes:
$(x+a) + (x+c) - 2(x+b) = x+a+x+c-2x-2b = a-2b+c = 1$.
$(x+2) + (x+4) - 2(x+3) = 2x+6-2x-6 = 0$.
$(x+1) + (x+3) - 2(x+2) = 2x+4-2x-4 = 0$.
Thus,$f(x) = \begin{vmatrix} 1 & 0 & 0 \\ x+b & x+3 & x+2 \\ x+c & x+4 & x+3 \end{vmatrix}$.
Expanding along the first row:
$f(x) = 1 \cdot ((x+3)(x+3) - (x+2)(x+4)) = (x^2+6x+9) - (x^2+6x+8) = 1$.
Since $f(x) = 1$ for all $x$,$f(50) = 1$.
92
Easy
Verify Property $1$ for $\Delta=\left|\begin{array}{ccc}2 & -3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & -7\end{array}\right|$

Solution

(N/A) Solution: Expanding the determinant along the first row,we have:
$\Delta = 2\begin{vmatrix} 0 & 4 \\ 5 & -7 \end{vmatrix} - (-3)\begin{vmatrix} 6 & 4 \\ 1 & -7 \end{vmatrix} + 5\begin{vmatrix} 6 & 0 \\ 1 & 5 \end{vmatrix}$
$= 2(0 - 20) + 3(-42 - 4) + 5(30 - 0)$
$= -40 - 138 + 150 = -28$
By interchanging rows and columns,we get the transpose determinant $\Delta_{1}$:
$\Delta_{1} = \begin{vmatrix} 2 & 6 & 1 \\ -3 & 0 & 5 \\ 5 & 4 & -7 \end{vmatrix}$
Expanding along the first column:
$\Delta_{1} = 2\begin{vmatrix} 0 & 5 \\ 4 & -7 \end{vmatrix} - (-3)\begin{vmatrix} 6 & 1 \\ 4 & -7 \end{vmatrix} + 5\begin{vmatrix} 6 & 1 \\ 0 & 5 \end{vmatrix}$
$= 2(0 - 20) + 3(-42 - 4) + 5(30 - 0)$
$= -40 - 138 + 150 = -28$
Clearly,$\Delta = \Delta_{1}$.
Hence,Property $1$ (the value of the determinant remains unchanged if its rows and columns are interchanged) is verified.
93
Easy
Verify Property $2$ for $\Delta=\left|\begin{array}{ccc}2 & -3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & -7\end{array}\right|$

Solution

(N/A) The determinant is given by $\Delta = \left| \begin{array}{ccc} 2 & -3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & -7 \end{array} \right|$.
Expanding along the first row:
$\Delta = 2(0 - 20) - (-3)(-42 - 4) + 5(30 - 0) = 2(-20) + 3(-46) + 5(30) = -40 - 138 + 150 = -28$.
Interchanging rows $R_{2}$ and $R_{3}$ i.e.,$R_{2} \leftrightarrow R_{3}$,we get $\Delta_{1} = \left| \begin{array}{ccc} 2 & -3 & 5 \\ 1 & 5 & -7 \\ 6 & 0 & 4 \end{array} \right|$.
Expanding $\Delta_{1}$ along the first row:
$\Delta_{1} = 2(20 - 0) - (-3)(4 + 42) + 5(0 - 30) = 2(20) + 3(46) + 5(-30) = 40 + 138 - 150 = 28$.
Clearly,$\Delta_{1} = -\Delta$,which is $28 = -(-28)$.
Hence,Property $2$ is verified.
94
EasyMCQ
Evaluate $\Delta=\left|\begin{array}{lll}3 & 2 & 3 \\ 2 & 2 & 3 \\ 3 & 2 & 3\end{array}\right|$
A
$0$
B
$1$
C
$2$
D
$3$

Solution

(A) To evaluate the determinant $\Delta = \left|\begin{array}{lll}3 & 2 & 3 \\ 2 & 2 & 3 \\ 3 & 2 & 3\end{array}\right|$,we observe the rows of the matrix.
Notice that the first row $R_1$ is $(3, 2, 3)$ and the third row $R_3$ is $(3, 2, 3)$.
Since $R_1 = R_3$,the two rows are identical.
According to the properties of determinants,if any two rows or two columns of a determinant are identical,then the value of the determinant is $0$.
Alternatively,expanding along the first row:
$\Delta = 3(2 \times 3 - 3 \times 2) - 2(2 \times 3 - 3 \times 3) + 3(2 \times 2 - 3 \times 2)$
$\Delta = 3(6 - 6) - 2(6 - 9) + 3(4 - 6)$
$\Delta = 3(0) - 2(-3) + 3(-2)$
$\Delta = 0 + 6 - 6 = 0$.
95
EasyMCQ
Evaluate $\left|\begin{array}{ccc}102 & 18 & 36 \\ 1 & 3 & 4 \\ 17 & 3 & 6\end{array}\right|$
A
$3$
B
$0$
C
$5$
D
$2$

Solution

(B) Let the given determinant be $\Delta = \left|\begin{array}{ccc}102 & 18 & 36 \\ 1 & 3 & 4 \\ 17 & 3 & 6\end{array}\right|$.
We can observe that the first row can be written as $6 \times (17, 3, 6)$.
Taking $6$ as a common factor from the first row $(R_1)$,we get:
$\Delta = 6 \left|\begin{array}{ccc}17 & 3 & 6 \\ 1 & 3 & 4 \\ 17 & 3 & 6\end{array}\right|$.
Since the first row $(R_1)$ and the third row $(R_3)$ are identical,the value of the determinant is $0$.
Therefore,$\Delta = 6 \times 0 = 0$.
96
Easy
Show that $\left|\begin{array}{ccc}a & b & c \\ a+2x & b+2y & c+2z \\ x & y & z\end{array}\right|=0$.

Solution

(A) Given the determinant $\Delta = \left|\begin{array}{ccc}a & b & c \\ a+2x & b+2y & c+2z \\ x & y & z\end{array}\right|$.
Using the property of determinants,we can split the second row into two parts:
$\Delta = \left|\begin{array}{ccc}a & b & c \\ a & b & c \\ x & y & z\end{array}\right| + \left|\begin{array}{ccc}a & b & c \\ 2x & 2y & 2z \\ x & y & z\end{array}\right|$.
In the first determinant,the first row and second row are identical $(R_1 = R_2)$,so its value is $0$.
In the second determinant,we can factor out $2$ from the second row:
$\Delta = 0 + 2 \left|\begin{array}{ccc}a & b & c \\ x & y & z \\ x & y & z\end{array}\right|$.
Here,the second row and third row are identical $(R_2 = R_3)$,so its value is $0$.
Thus,$\Delta = 0 + 2(0) = 0$.
97
Medium
Prove that $\left|\begin{array}{ccc}a & a+b & a+b+c \\ 2a & 3a+2b & 4a+3b+2c \\ 3a & 6a+3b & 10a+6b+3c\end{array}\right|=a^{3}$

Solution

(A) Let $\Delta = \left|\begin{array}{ccc}a & a+b & a+b+c \\ 2a & 3a+2b & 4a+3b+2c \\ 3a & 6a+3b & 10a+6b+3c\end{array}\right|$.
Applying operations $R_{2} \rightarrow R_{2}-2R_{1}$ and $R_{3} \rightarrow R_{3}-3R_{1}$,we get:
$\Delta = \left|\begin{array}{ccc}a & a+b & a+b+c \\ 0 & a & 2a+b \\ 0 & 3a & 7a+3b\end{array}\right|$.
Now,applying $R_{3} \rightarrow R_{3}-3R_{2}$,we get:
$\Delta = \left|\begin{array}{ccc}a & a+b & a+b+c \\ 0 & a & 2a+b \\ 0 & 0 & a\end{array}\right|$.
Expanding along the first column $C_{1}$,we obtain:
$\Delta = a \left|\begin{array}{cc}a & 2a+b \\ 0 & a\end{array}\right| - 0 + 0 = a(a^{2} - 0) = a(a^{2}) = a^{3}$.
Thus,the determinant is equal to $a^{3}$.
98
Medium
Without expanding,prove that $\Delta = \begin{vmatrix} x+y & y+z & z+x \\ z & x & y \\ 1 & 1 & 1 \end{vmatrix} = 0$.

Solution

(A) Applying the row operation $R_{1} \rightarrow R_{1} + R_{2}$ to the determinant $\Delta$,we get: $\Delta = \begin{vmatrix} x+y+z & x+y+z & x+y+z \\ z & x & y \\ 1 & 1 & 1 \end{vmatrix}$.
Taking $(x+y+z)$ as a common factor from $R_{1}$,we get: $\Delta = (x+y+z) \begin{vmatrix} 1 & 1 & 1 \\ z & x & y \\ 1 & 1 & 1 \end{vmatrix}$.
Since row $R_{1}$ and row $R_{3}$ are identical,the value of the determinant is $0$ according to the properties of determinants. Therefore,$\Delta = (x+y+z) \times 0 = 0$.
99
Difficult
If $x, y, z$ are distinct and $\Delta=\left|\begin{array}{lll}x & x^{2} & 1+x^{3} \\ y & y^{2} & 1+y^{3} \\ z & z^{2} & 1+z^{3}\end{array}\right|=0,$ then show that $1+x y z=0$.

Solution

(A) We have $\Delta=\left|\begin{array}{lll}x & x^{2} & 1+x^{3} \\ y & y^{2} & 1+y^{3} \\ z & z^{2} & 1+z^{3}\end{array}\right|$
$= \left|\begin{array}{lll}x & x^{2} & 1 \\ y & y^{2} & 1 \\ z & z^{2} & 1\end{array}\right| + \left|\begin{array}{lll}x & x^{2} & x^{3} \\ y & y^{2} & y^{3} \\ z & z^{2} & z^{3}\end{array}\right|$
$= (-1)^{2} \left|\begin{array}{ccc}1 & x & x^{2} \\ 1 & y & y^{2} \\ 1 & z & z^{2}\end{array}\right| + x y z \left|\begin{array}{ccc}1 & x & x^{2} \\ 1 & y & y^{2} \\ 1 & z & z^{2}\end{array}\right| \quad (\text{Using } C_{3} \leftrightarrow C_{2} \text{ and then } C_{1} \leftrightarrow C_{2})$
$= (1+x y z) \left|\begin{array}{ccc}1 & x & x^{2} \\ 1 & y & y^{2} \\ 1 & z & z^{2}\end{array}\right|$
$= (1+x y z) \left|\begin{array}{ccc}1 & x & x^{2} \\ 0 & y-x & y^{2}-x^{2} \\ 0 & z-x & z^{2}-x^{2}\end{array}\right| \quad (\text{Using } R_{2} \rightarrow R_{2}-R_{1} \text{ and } R_{3} \rightarrow R_{3}-R_{1})$
Taking out common factors $(y-x)$ from $R_{2}$ and $(z-x)$ from $R_{3}$,we get
$\Delta = (1+x y z)(y-x)(z-x) \left|\begin{array}{ccc}1 & x & x^{2} \\ 0 & 1 & y+x \\ 0 & 1 & z+x\end{array}\right|$
$= (1+x y z)(y-x)(z-x)(z-y)$ (on expanding along $C_{1}$)
Since $\Delta=0$ and $x, y, z$ are all distinct,i.e.,$x-y \neq 0, y-z \neq 0, z-x \neq 0$,we get $1+x y z=0$.

3 and 4 .Determinants and Matrices — Properties of determinants · Frequently Asked Questions

1Are these 3 and 4 .Determinants and Matrices questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a 3 and 4 .Determinants and Matrices Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.