Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

What will be the value of \(\begin{vmatrix}2bc – a^2 & c^2 & b^2 \\c^2 & 2ac – b^2 & a^2 \\b^2 & a^2 & 2ab – c^2\end {vmatrix}\) if given another determinant \(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}\)?(a) (a^3 + b^3 + c^3 + 3abc)^2(b) –(a^3 + b^3 + c^3 + 3abc)^2(c) (a^3 + b^3 + c^3 – 3abc)^2(d) –(a^3 + b^3 + c^3 – 3abc)^2This question was addressed to me in semester exam.This interesting question is from Determinant topic in portion Determinants of Mathematics – Class 12

Answer» CORRECT choice is (c) (a^3 + b^3 + c^3 – 3abc)^2

For explanation I would say: Now, \(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}\)

Interchanging 2^nd and 3^rd columns,

= –\(\begin{vmatrix}a & c & b \\b & a & c \\c & b & a \end {vmatrix}\)

= \(\begin{vmatrix}-a & c & b \\ -b & a & c \\-c & b & a \end {vmatrix}\)

So, \(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}^2\) = \(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}\)\(\begin{vmatrix} -a & c & b \\ -b & a & c \\-c & b & a \end {vmatrix}\)

= {–(a^3 + b^3 + c^3 – 3abc)}^2 = \(\begin{vmatrix}-a^2 + bc + bc & -ab + ab + c^2 & -AC + b^2 + ca \\-ab + ab + c^2 & -ac – b^2 + ca & -a^2 + bc + bc \\-ac + b^2 + ca & -a^2 + bc + bc & -ab + ab – c^2\end {vmatrix}\)

=> \(\begin{vmatrix}2BC – a^2 & c^2 & b^2 \\c^2 & 2ac – b^2 & a^2 \\b^2 & a^2 & 2AB – c^2\end {vmatrix}\) = (a^3 + b^3 + c^3 – 3abc)^2
52.

Find the determinant of the matrix A=\(\begin{bmatrix}1&x&y\\1&x&-y\\1&-x^2&y^2\end{bmatrix}\).(a) (x+1)(b) -2xy(x+1)(c) xy(x+1)(d) 2xy(x+1)I had been asked this question in final exam.Question is taken from Properties of Determinants topic in portion Determinants of Mathematics – Class 12

Answer»

Right option is (b) -2xy(x+1)

BEST explanation: GIVEN that, A=\(\BEGIN{bmatrix}1&x&y\\1&x&-y\\1&-x^2&y^2\end{bmatrix}\)

Δ=\(\begin{vmatrix}1&x&y\\1&x&-y\\1 &-x^2&y^2 \end{vmatrix}\)

Taking x common C2 and y common from C3, we get

Δ=xy\(\begin{vmatrix}1&1&1\\1&1&-1\\1&-x&y\end{vmatrix}\)

Expanding along R1, we get

Δ=xy{1(y-x)-1(y+1)+1(-x-1)}

Δ=xy(y-x-y-1-x-1)

Δ=xy(-2x-2)=-2xy(x+1).

53.

The cost of 8kg apple and 3kg is Rs 70. The cost of 10kg apple and 6kg orange is 90. Find the cost of each item if x is the cost of apples per kg and y is the cost of oranges per kg.(a) x=2, y=3(b) x=3, y=2(c) x=2, y=2(d) x=3, y=3This question was addressed to me in homework.Question is taken from Applications of Determinants and Matrices topic in section Determinants of Mathematics – Class 12

Answer»

Correct choice is (b) X=3, y=2

To elaborate: The given situation can be represented by a system of equations as:

8x+3y=70

10x+5y=90

Consider, A=\(\begin{BMATRIX}8&3\\10&5\end{bmatrix}\), X=\(\begin{bmatrix}x\\y\end{bmatrix}\), B=\(\begin{bmatrix}70\\90\end{bmatrix}\)

It can be expressed in the form of AX=B

⇒X=A^-1 B

We know that, A^-1=\(\frac{1}{|A|}\) adj A=\(\frac{1}{10} \begin{bmatrix}5&-3\\-10&8\end{bmatrix}\)

∴X=\(\frac{1}{10} \begin{bmatrix}5&-3\\-10&8\end{bmatrix}\begin{bmatrix}70\\90\end{bmatrix}\)=\(\frac{1}{10} \begin{bmatrix}5×70-3×90\\-10×70+8×90\end{bmatrix}\)=\(\frac{1}{10} \begin{bmatrix}300-270\\-700+720\end{bmatrix}\)=\(\frac{1}{10} \begin{bmatrix}30\\20\end{bmatrix}\)

∴x=3, y=2.

i.e. The cost of apples is Rs 3 PER kg and the cost of ORANGES is Rs 2 per kg.

54.

Find the equation of the line joining A(5,1), B(4,0) using determinants.(a) 4x-y=4(b) x-4y=4(c) x-y=4(d) x-y=0This question was addressed to me in an interview.Question is from Area of a Triangle topic in division Determinants of Mathematics – Class 12

Answer»

Correct option is (c) x-y=4

The best I can EXPLAIN: Let C(x,y) be a point on the line AB. THUS, the points A(5,1), B(4,0), C(x,y) are collinear. HENCE, the area of the triangle formed by these points will be 0.

⇒Δ=\(\frac{1}{2}\begin{Vmatrix}5&1&1\\4&0&1\\x&y&1\end{Vmatrix}\)=0

Applying R1→R1-R2

\(\frac{1}{2}\begin{Vmatrix}1&1&0\\4&0&1\\x&y&1\end{Vmatrix}\)=0

Expanding along R1, we get

=\(\frac{1}{2}\) {1(0-y)-1(4-x)}=0

=\(\frac{1}{2}\) {-y-4+x}=0

⇒x-y=4.

55.

What is the value of r = 1Σ^n f(x) iff(r) = \(\begin{vmatrix}2r & x & n(n + 1) \\(6r^2 – 1) & y & n^2 (2n + 3) \\(4r^3 – 2nr) & z & n^3(n + 1) \end {vmatrix}\)where n € N?(a) 1(b) -1(c) 0(d) 2I got this question at a job interview.My question is taken from Application of Determinants topic in portion Determinants of Mathematics – Class 12

Answer»

Right CHOICE is (c) 0

The best EXPLANATION: The given determinant is f(r) = \(\begin{vmatrix}2R & x & N(n + 1) \\(6r^2 – 1) & y & n^2(2n + 3) \\(4r^3 – 2nr) & z & n^3(n + 1) \end {vmatrix}\)

Now, r = 1Σ^n (2r) = 2[(n(n + 1))/2]……….(1)

= n^2 + n

r = 1Σ^n(6r^2 – 1) = 6[((n + 1)(2n + 1))/6] – n……….(2)

= n(2n^2 + 2n + n + 1) – n

= 2n^3 + 2n^2 + n^2 + n – n

= 2n^3 + 3n^2

= r = 1Σ^n(4r^3 – 2nr) = n^3 (n + 1)……….(3)

From (1), (2) and (3) we get

r = 1Σ^n f(x) = 0

56.

What will be the value of f(x) if \(\begin{vmatrix}2ab & a^2 & b^2 \\a^2 & b^2 & 2ab \\b^2 & 2ab & a^2 \end {vmatrix}\)?(a) a^2 + b^2(b) -(a^2 + b^2)(c) -(a^2 + b^2)^3(d) -(a^3 + b^3)^2This question was addressed to me by my school teacher while I was bunking the class.This question is from Determinant in section Determinants of Mathematics – Class 12

Answer»

Right option is (d) -(a^3 + b^3)^2

The BEST I can explain: GIVEN,\(\begin{vmatrix}2ab & a^2 & b^2 \\a^2 & b^2 & 2ab \\b^2 & 2ab & a^2 \end {vmatrix}\)

Using C1 = C1 + C2 + C3

= \(\begin{vmatrix}a^2 + b^2 + 2ab & a^2 & b^2 \\a^2 + b^2 + 2ab & b^2 & 2ab \\a^2 + b^2 + 2ab & 2ab & a^2 \end {vmatrix}\)

= (a + b)^2\(\begin{vmatrix}1 & a^2 & b^2 \\1 & b^2 & 2ab \\1 & 2ab & a^2 \end {vmatrix}\)

= (a + b)^2\(\begin{vmatrix}1 & a^2 & b^2 \\1 & b^2 – a^2 & 2ab – b^2 \\0 & 2ab – a^2 & a^2 – b^2 \end {vmatrix}\)

= (a + b)^2[(b^2 – a^2)(a^2 – b^2) – (2ab – b^2)( 2ab – a^2)]

= -(a + b)^2[(a^2 – b^2)^2 + 4a^2b^2 – 2ab(a^2 + b^2) + a^2 b^2)]

= –(a + b)^2[(a^2+b^2)^2 – 2(a^2+b^2) (ab)+(ab)^2]

= –(a + b)^2(a^2 + b^2 – ab)^2

= –[(a + b)^2(a^2 + b^2 – ab)^2]^2

= –(a^3 + b^3)^2

57.

A given systems of equations is said to be inconsistent if _________________(a) it has one or more solutions(b) it has infinitely many solutions(c) it has no solutions(d) it has exactly one solutionThe question was posed to me during an interview.I'd like to ask this question from Applications of Determinants and Matrices in division Determinants of Mathematics – Class 12

Answer» RIGHT ANSWER is (c) it has no solutions

The EXPLANATION is: If a given SYSTEM of equations has no solutions, then the system is said to be inconsistent.
58.

A square matrix A is said to be non-singular if |A|≠0.(a) True(b) FalseThe question was asked in an interview for job.I need to ask this question from Determinants topic in chapter Determinants of Mathematics – Class 12

Answer»

Correct choice is (a) TRUE

Explanation: The given STATEMENT is true. A SQUARE matrix A is said to be singular if |A|=0 and non-singular if A≠0.

59.

What will be the value of f(x) = \(\begin{vmatrix}p & 2 – i & i + 1 \\2 + i & q & 3 + i \\1 – i & 3 – i & r \end {vmatrix}\)?(a) Real(b) Imaginary(c) Zero(d) Can’t be predictedThe question was posed to me during an interview.I need to ask this question from Application of Determinants in section Determinants of Mathematics – Class 12

Answer» CORRECT option is (a) Real

Easiest EXPLANATION: Here, F(x) = f’(x)

=> f(x) is PURELY real
60.

Evaluate \(\begin{vmatrix}b-c&b&c\\a&c-a&c\\a&b&a-b\end{vmatrix}\).(a) 2abc(b) 2a{(b-c)(c-a+b)}(c) 2b{(a-c)(a+b+c)}(d) 2c{(b-c)(a-c+b)}I got this question during an internship interview.Question is taken from Properties of Determinants in section Determinants of Mathematics – Class 12

Answer»

The CORRECT choice is (b) 2A{(b-c)(c-a+b)}

For explanation: Δ=\(\begin{vmatrix}b-c&b&c\\a&c-a&c\\a&b&a-b\end{vmatrix}\)

APPLYING C2→C2-C3

Δ=\(\begin{vmatrix}b-c&b-c&c\\a&-a&c\\a&-a&a-b\end{vmatrix}\)

Applying C1→C1-C2

Δ=\(\begin{vmatrix}0&b-c&c\\2a&-a&c\\2a&-a&a-b\end{vmatrix}\)

Applying R2→R2-R3

Δ=\(\begin{vmatrix}0&b-c&c\\0&0&c-a+b\\2a&-a&a-b\end{vmatrix}\)

Expanding ALONG C1, we get

Δ=2a{(b-c)(c-a+b)}

61.

Which of the following is not a property of determinant?(a) The value of determinant changes if all of its rows and columns are interchanged(b) The value of determinant changes if any two rows or columns are interchanged(c) The value of determinant is zero if any two rows and columns are identical(d) The value of determinant gets multiplied by k, if each element of row or column is multiplied by kThe question was posed to me during a job interview.Asked question is from Properties of Determinants topic in chapter Determinants of Mathematics – Class 12

Answer»

Right ANSWER is (a) The value of determinant changes if all of its rows and columns are interchanged

For explanation I WOULD say: The value of determinant remains UNCHANGED if all of its rows and columns are interchanged i.e. |A|=|A’|, where A is a square matrix and A’ is the transpose of the matrix A.

62.

Which of the below condition is incorrect for the inverse of a matrix A?(a) The matrix A must be a square matrix(b) A must be singular matrix(c) A must be a non-singular matrix(d) adj A≠0I got this question in unit test.Question is taken from Determinants in portion Determinants of Mathematics – Class 12

Answer»

The correct OPTION is (b) A must be singular MATRIX

Explanation: The matrix should not be a singular matrix. A SQUARE matrix is said to be singular |A|=0.

We know that, A^-1=\(\FRAC{1}{|A|}\) adj A,

HENCE, if |A|=0 the inverse of the matrix does not exist.

63.

If, x^3 = 1, then, what will be the value of\(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}\)?(a) -(a + bx + cx^2)\(\begin{vmatrix}1 & b & c \\x^2 & c & a \\x & a & b \end {vmatrix}\)(b) (a + bx + cx^2)\(\begin{vmatrix}1 & b & c \\x^2 & c & a \\x & a & b \end {vmatrix}\)(c) (a – bx – cx^2)\(\begin{vmatrix}1 & b & c \\x^2 & c & a \\x & a & b \end {vmatrix}\)(d) (a + bx – cx^2)\(\begin{vmatrix}1 & b & c \\x^2 & c & a \\x & a & b \end {vmatrix}\)This question was posed to me in exam.This interesting question is from Determinant in division Determinants of Mathematics – Class 12

Answer»

The correct answer is (B) (a + BX + CX^2)\(\begin{vmatrix}1 & b & C \\x^2 & c & a \\x & a & b \end {vmatrix}\)

Easy explanation: We have, \(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}\)

As, x^3 = 1,

= \(\begin{vmatrix}a & bx & cx^2 \\b & cx & ax^2 \\c & ax & bx^2\end {vmatrix}\)

Replacing the 1^st COLUMN by C1 + C2 + C3 we get,

= \(\begin{vmatrix}a + bx + cx^2 & bx & cx^2 \\ b + cx + ax^2 & cx & ax^2 \\c + ax + bx^2 & ax & bx^2\end {vmatrix}\)

As, x^3 = 1 so, x^4 = x^3 * x = x

= \(\begin{vmatrix}a + bx + cx^2 & b & c \\x^2 (a + bx + cx^2) & c & a \\x(a + bx + cx^2) & a & b \end {vmatrix}\)

= (a + bx + cx^2)\(\begin{vmatrix}1 & b & c \\x^2 & c & a \\x & a & b \end {vmatrix}\)

64.

Find the value of x, if \(\begin{vmatrix}2&5\\3&x\end{vmatrix}\)=\(\begin{vmatrix}x&-1\\5&3\end{vmatrix}\).(a) 20(b) -20(c) 30(d) -30This question was addressed to me during an online exam.Question is taken from Determinant topic in portion Determinants of Mathematics – Class 12

Answer»

The CORRECT choice is (B) -20

The explanation: \(\begin{vmatrix}2&5\\3&x\end{vmatrix}\)=\(\begin{vmatrix}x&-1\\5&3\end{vmatrix}\)

⇒2x-15=3x+5

⇒x=-20

65.

Evaluate \(\begin{vmatrix}3&-1&3\\6&-5&4\\3&-2&3\end{vmatrix}\)(a) 100(b) 223(c) 240(d) 230The question was asked in an internship interview.Query is from Determinant in chapter Determinants of Mathematics – Class 12

Answer»

The CORRECT choice is (c) 240

The explanation is: Expanding ALONG R1, we get

Δ=\(\BEGIN{vmatrix}3&-1&3\\6&-5&4\\3&-2&3\end{vmatrix}\)

Δ=3\(\begin{vmatrix}-5&45\\-2&3\end{vmatrix}\)-(-1)\(\begin{vmatrix}6&4\\3&3\end{vmatrix}\)+3\(\begin{vmatrix}6&-5\\3&-2\end{vmatrix}\)

Δ=3(-15+90)+(18-12)+3(-12+15)

Δ=3(75)+6+9=240.

66.

Evaluate \(\begin{vmatrix}\sqrt{3}&\sqrt{2}\\-1&2\sqrt{3}\end{vmatrix}\).(a) 6-3\(\sqrt{2}\)(b) 6-\(\sqrt{2}\)(c) 6+3\(\sqrt{2}\)(d) 6+\(\sqrt{2}\)This question was addressed to me in an online quiz.This question is from Determinant in portion Determinants of Mathematics – Class 12

Answer» CORRECT answer is (d) 6+\(\sqrt{2}\)

To explain: ∆=\(\begin{vmatrix}\sqrt{3}&\sqrt{2}\\-1&2\sqrt{3}\END{vmatrix}\)

∆=(\(\sqrt{3}\)×2\(\sqrt{3}\))+\(\sqrt{2}\)

∆=6+\(\sqrt{2}\).
67.

Find the equation of the line joining A(2,1) and B(6,3) using determinants.(a) 2y-x=0(b) 2y-x=0(c) y-x=0(d) y-2x=0This question was posed to me in an internship interview.My question is from Area of a Triangle topic in chapter Determinants of Mathematics – Class 12

Answer»

Correct choice is (a) 2y-x=0

The best explanation: Let C(x,y) be a point on the line AB. Thus, the points A(2,1), B(6,3), C(x,y) are collinear. HENCE, the AREA of the triangle FORMED by these points will be 0.

⇒Δ=\(\frac{1}{2}\BEGIN{Vmatrix}2&1&1\\6&3&1\\x&y&1\end{Vmatrix}\)=0

Expanding along C3, we get

\(\frac{1}{2}\) {1(6y-3x)-1(2y-x)+1(6-6)}=0

\(\frac{1}{2}\) {6y-3x-2y+x}=\(\frac{1}{2}\) {4y-2x}=0

⇒2y-x=0

68.

If f(x) = \(\begin{vmatrix}x^n & x^{n+2} & x^{2n} \\1 & x^p & p \\x^{n+5} & x^{p+6} & x^{2n+5} \end {vmatrix}\) = 0,then what will be the value of p?(a) x^n(b) (n + 1)(c) Either x^n or (n + 1)(d) Both x^n and (n + 1)I had been asked this question during an interview for a job.I need to ask this question from Application of Determinants in division Determinants of Mathematics – Class 12

Answer» CORRECT option is (d) Both x^N and (n + 1)

To explain I would say: Here, C1 and C3 BECOMES equal when we put p = x^n

And R1 and R3 becomes equal when we put p = n + 1

As both of the conditions are satisfied so d is the correct one.
69.

Which of the following matrices will not have a determinant?(a) \(\begin{bmatrix}4&2\\5&4\end{bmatrix}\)(b) \(\begin{bmatrix}1&5&4\\3&6&2\\4&8&7\end{bmatrix}\)(c) \(\begin{bmatrix}5&8&9\\3&4&6\end{bmatrix}\)(d) \(\begin{bmatrix}1&2\\5&4\end{bmatrix}\)I have been asked this question in an interview for job.My question is taken from Determinant in division Determinants of Mathematics – Class 12

Answer» RIGHT ANSWER is (c) \(\begin{bmatrix}5&8&9\\3&4&6\end{bmatrix}\)

Explanation: Determinant of the MATRIX A=\(\begin{bmatrix}5&8&9\\3&4&6\end{bmatrix}\) is not possible as it is a rectangular matrix and not a square matrix. Determinants can be calculated only if the matrix is a square matrix.
70.

Evaluate \(\begin{vmatrix}1&0&1\\0&0&1\\1&0&1\end{vmatrix}\).(a) 2(b) 0(c) 1(d) -1I got this question in an international level competition.My query is from Determinant topic in division Determinants of Mathematics – Class 12

Answer»

Right option is (B) 0

The BEST I can explain: Δ=\(\begin{vmatrix}1&0&1\\0&0&1\\1&0&1\end{vmatrix}\)

Δ=1\(\begin{vmatrix}0&1\\0&1\end{vmatrix}\)-0\(\begin{vmatrix}0&1\\1&1\end{vmatrix}\)+1\(\begin{vmatrix}0&0\\1&0\end{vmatrix}\)

Δ=1(0-0)-0(0-1)+1(0-0)

Δ=0-0+0=0.

71.

If A=\(\begin{bmatrix}-8&2\\6&-3\end{bmatrix}\) and B=\(\begin{bmatrix}2&1\\1&7\end{bmatrix}\). Find (AB)^-1.(a) –\(\frac{1}{432}\) \(\begin{bmatrix}-27&6\\9&14\end{bmatrix}\)(b) \(\frac{1}{432}\) \(\begin{bmatrix}27&6\\9&14\end{bmatrix}\)(c) \(\frac{1}{432}\) \(\begin{bmatrix}-27&6\\9&14\end{bmatrix}\)(d) \(\frac{-1}{432}\) \(\begin{bmatrix}27&6\\9&14\end{bmatrix}\)This question was addressed to me in an online interview.The question is from Determinants in section Determinants of Mathematics – Class 12

Answer»

Correct OPTION is (c) \(\FRAC{1}{432}\) \(\BEGIN{bmatrix}-27&6\\9&14\end{bmatrix}\)

The explanation: Given that, A=\(\begin{bmatrix}-8&2\\6&-3\end{bmatrix}\) and B=\(\begin{bmatrix}2&1\\1&7\end{bmatrix}\)

∴AB=\(\begin{bmatrix}-8×2+2×1&-8×1+2×7\\6×2+(-3)×1&6×1+(-3)×7\end{bmatrix}\)=\(\begin{bmatrix}-14&6\\9&27\end{bmatrix}\)

adj(AB)=\(\begin{bmatrix}27&-6\\-9&-14\end{bmatrix}\)

|AB|=27×(-14)-(-9)×(-6)=-378-54=-432

(AB)^-1=\(\frac{1}{|AB|}\) adj AB=\(\frac{1}{-432} \begin{bmatrix}27&-6\\-9&-14\end{bmatrix}\)=\(\frac{1}{432} \begin{bmatrix}-27&6\\9&14\end{bmatrix}\).

72.

The area of the triangle formed by three collinear points is zero.(a) True(b) FalseI got this question in unit test.Query is from Area of a Triangle in chapter Determinants of Mathematics – Class 12

Answer» RIGHT choice is (a) True

The EXPLANATION: The given statement is true. If the three points are collinear then they will be lying in a SINGLE line. Therefore, the area of the TRIANGLE formed by collinear points is zero.
73.

Which of the following is the formula for finding the area of a triangle with the vertices (x1,y1), (x2,y2), (x3,y3).(a) Δ=\(\begin{Vmatrix}x_1&y_1&1\\x_2&y_2&1\\x_3&y_3&1\end{Vmatrix}\)(b) Δ=\(\frac{1}{2}\begin{Vmatrix}x_1&y_1&1\\x_2&y_2&0\\x_3&y_3&1\end{Vmatrix}\)(c) Δ=\(\frac{1}{2}\begin{Vmatrix}x_1&y_1&1\\x_2&1&1\\x_3&y_3&1\end{Vmatrix}\)(d) Δ=\(\frac{1}{2}\begin{Vmatrix}x_1&y_1&1\\x_2&y_2&1\\x_3&y_3&1\end{Vmatrix}\)The question was asked in class test.Question is from Area of a Triangle in section Determinants of Mathematics – Class 12

Answer»

The correct choice is (d) Δ=\(\frac{1}{2}\begin{Vmatrix}x_1&y_1&1\\x_2&y_2&1\\x_3&y_3&1\end{Vmatrix}\)

Easy explanation: The area of a triangle with VERTICES (x1,Y1), (X2,y2), (X3,y3) is given by

Δ=\(\frac{1}{2}\begin{Vmatrix}x_1&y_1&1\\x_2&y_2&1\\x_3&y_3&1\end{Vmatrix}\).

74.

If f(x) = \(\begin{vmatrix}1 & a & bc \\1 & b & ca \\1 & c & ab \end {vmatrix}\) = \(\begin{vmatrix}1 & a & a^2 \\1 & b & b^2 \\1 & c & c^2 \end {vmatrix}\) then which one among the following is correct?(a) (a – b)(b – c)(c – a)(b) a, b, c are in G.P(c) b, c, a are in G.P(d) a, c, b are in G.PI got this question by my college professor while I was bunking the class.This question is from Application of Determinants in portion Determinants of Mathematics – Class 12

Answer»

Correct choice is (b) a, b, c are in G.P

Easiest explanation: Here, f(x) = \(\begin{vmatrix}1 & a & bc \\1 & b & CA \\1 & c & AB \END {vmatrix}\)

Multiplying and DIVING by abc,

= (1/abc) \(\begin{vmatrix}a & a^2 & abc \\b & b^2 & abc \\c & c^2& abc \end {vmatrix}\)

= \(\begin{vmatrix}1 & a & a^2 \\1 & b & b^2 \\1 & c & c^2 \end {vmatrix}\)

= (a – b)(b – c)(c – a)

75.

Which one of the following is correct if a, b and c are the sides of a triangle ABC and \(\begin{vmatrix}a^2 & b^2 & c^2 \\(a + 1)^2 & (b + 1)^2 & (c + 1)^2 \\ (a – 1)^2 & (b – 1)^2 & (c – 1)^2 \end {vmatrix}\) ?(a) ABC is an equilateral triangle(b) ABC is an isosceles triangle(c) ABC is a right angled triangle(d) ABC is a scalene triangleThe question was asked in an internship interview.My doubt stems from Application of Determinants in division Determinants of Mathematics – Class 12

Answer»

Correct option is (b) ABC is an isosceles TRIANGLE

Explanation: When a = b or b = C or c = a the DETERMINANT REDUCES to 0

It is not necessary that a = b = c for determinant to be 0

Therefore, the triangle is isosceles.

76.

Find the determinant of the matrix A=\(\begin{bmatrix}9&8\\7&6\end{bmatrix}\)(a) -1(b) 1(c) 2(d) -2I had been asked this question during an interview for a job.My doubt is from Determinant topic in portion Determinants of Mathematics – Class 12

Answer»

Right CHOICE is (d) -2

The best EXPLANATION: Given that, A=\(\BEGIN{BMATRIX}9&8\\7&6\end{bmatrix}\)

⇒Δ=\(\begin{vmatrix}9&8\\7&6\end{vmatrix}\)=9(6)-7(8)=54-56=-2

77.

Evaluate \(\begin{vmatrix}sin⁡ \,y&0&sin⁡ \,y\\cos⁡ \,y&1&cos⁡ \,x\\sin⁡ \,y&1&sin ⁡\,y \end{vmatrix}\)(a) sin⁡ y (cos⁡ y-cos⁡ x)(b) sin⁡ x (cos⁡ y-cos⁡ x)(c) sin ⁡x (cos⁡ x-cos⁡ y)(d) sin ⁡y (cos⁡ 2y-cos⁡ x)The question was posed to me in semester exam.Question is from Determinant in portion Determinants of Mathematics – Class 12

Answer» CORRECT choice is (a) sin⁡ y (COS⁡ y-cos⁡ X)

For explanation: Δ=\(\begin{vmatrix}sin⁡ \,y&0&sin⁡ \,y\\cos⁡ \,y&1&cos⁡ \,x\\sin⁡ \,y&1&sin⁡ \,y \end{vmatrix}\)

Δ=sin⁡ y \(\begin{vmatrix}1&cos⁡ \,x\\1&sin \,⁡y \end{vmatrix}\)-0\(\begin{vmatrix}cos ⁡\,y&cos⁡ \,x \\sin⁡ \,y&sin \,y \end{vmatrix}\)+sin⁡ y \(\begin{vmatrix}cos ⁡\,y&1\\sin \,⁡y&1\end{vmatrix}\)

Δ=sin ⁡y (sin⁡ y-cos⁡ x)-0+sin ⁡y (cos⁡ y-sin ⁡y)

Δ=sin^2⁡y-sin ⁡ycos⁡ x+sin⁡ ycos ⁡y-sin^2⁡y=sin ⁡y (cos⁡ y-cos⁡ x)
78.

Evaluate \(\begin{vmatrix}5&4&3\\3&4&1\\5&6&1\end{vmatrix}\).(a) 4(b) -24(c) -8(d) 8This question was posed to me by my school teacher while I was bunking the class.Origin of the question is Determinant in chapter Determinants of Mathematics – Class 12

Answer»

The correct ANSWER is (c) -8

The explanation: EXPANDING ALONG the first row, we get

∆=5\(\begin{vmatrix}4&1\\6&1\end{vmatrix}\)-4\(\begin{vmatrix}3&1\\5&1\end{vmatrix}\)+3\(\begin{vmatrix}3&4\\5&6\end{vmatrix}\)

=5(4-6)-4(3-5)+3(18-20)

=5(-2)-4(-2)+3(-2)=-10+8-6=-8.

79.

If A=\(\begin{bmatrix}1&0\\9&4\end{bmatrix}\), then (adj A)A is ______________(a) \(\begin{bmatrix}-4&0\\0&-4\end{bmatrix}\)(b) \(\begin{bmatrix}4&0\\1&4\end{bmatrix}\)(c) \(\begin{bmatrix}4&0\\0&4\end{bmatrix}\)(d) \(\begin{bmatrix}4&0\\0&-4\end{bmatrix}\)I had been asked this question during an interview.This interesting question is from Determinants topic in section Determinants of Mathematics – Class 12

Answer»

Right ANSWER is (C) \(\BEGIN{bmatrix}4&0\\0&4\end{bmatrix}\)

Easy explanation: GIVEN that, A=\(\begin{bmatrix}1&0\\9&4\end{bmatrix}\)

We know that, A(adj A)=(adj A)A=|A|I

∴|A|=4-0=4

⇒A(adj A)=|A|I=\(\begin{bmatrix}4&0\\0&4\end{bmatrix}\).

80.

Which of the following is the formula for calculating the inverse of the matrix?(a) \(\frac{2}{|A|}\) adj A(b) \(\frac{1}{|A|}\) adj A(c) \(\frac{-1}{|A|}\) adj A(d) \(\frac{1}{|2A|}\) adj AThis question was posed to me in class test.My query is from Determinants topic in division Determinants of Mathematics – Class 12

Answer»

The CORRECT answer is (b) \(\frac{1}{|A|}\) adj A

The EXPLANATION is: The formula for calculating the inverse of the matrix is GIVEN by

A^-1=\(\frac{1}{|A|}\) adj A, where |A| is the DETERMINANT of the matrix and adj A is the adjoint of the matrix.

81.

Evaluate \(\begin{vmatrix}1&1&-2\\3&4&5\\-1&2&1\end{vmatrix}\).(a) -6(b) -34(c) 34(d) 22The question was asked at a job interview.This intriguing question originated from Determinant topic in section Determinants of Mathematics – Class 12

Answer» RIGHT OPTION is (b) -34

To explain I would say: ∆=\(\BEGIN{vmatrix}1&1&-2\\3&4&5\\-1&2&1\end{vmatrix}\)

Expanding along the first ROW, we get

∆=1\(\begin{vmatrix}4&5\\2&1\end{vmatrix}\)-1\(\begin{vmatrix}3&5\\-1&1\end{vmatrix}\)-2\(\begin{vmatrix}3&4\\-1&2\end{vmatrix}\)

=1(4-5(2))-1(3-5(-1))-2(6-4(-1))

=(4-10)-(3+5)-2(6+4)

=-6-8-20=-34.
82.

What is the value of k if \(\begin{vmatrix}y + z & x & x \\y & z + x & y \\z & z & x + y\end {vmatrix}\) ?(a) 4(b) -4(c) 1(d) 0I had been asked this question in an interview for job.Asked question is from Application of Determinants in portion Determinants of Mathematics – Class 12

Answer»

Correct ANSWER is (a) 4

Explanation: Put the VALUE of x, y, z = 1

Thus, putting the value of x = 1, y = 1 and z = 1 on both sides, we get

\(\BEGIN{vmatrix}2 & 1 & 1 \\1 & 2 & 1 \\1 & 1 & 2 \end {vmatrix}\) = k

So, solving the determinant we get k = 4.

83.

Which of the following is the adjoint of the matrix A=\(\begin{bmatrix}1&5\\3&4\end{bmatrix}\)?(a) \(\begin{bmatrix}4&-5\\-3&-1\end{bmatrix}\)(b) \(\begin{bmatrix}-4&5\\-3&1\end{bmatrix}\)(c) \(\begin{bmatrix}4&-5\\-3&1\end{bmatrix}\)(d) \(\begin{bmatrix}4&5\\-3&1\end{bmatrix}\)I have been asked this question in class test.This intriguing question comes from Determinants in portion Determinants of Mathematics – Class 12

Answer»

Correct ANSWER is (c) \(\BEGIN{bmatrix}4&-5\\-3&1\end{bmatrix}\)

The EXPLANATION: We have A11=(-1)^1+1 4=4

A12=(-1)^1+2 3=-3

A21=(1)^2+1 5=-5

A22=(-1)^2+2 1=1

∴adj A=\(\begin{bmatrix}A_{11}&A_{21}\\A_{12}&A_{22}\end{bmatrix}\)=\(\begin{bmatrix}4&-5\\-3&1\end{bmatrix}\).

84.

Evaluate \(\begin{vmatrix}4&8&12\\6&12&18\\7&14&21\end{vmatrix}\).(a) 168(b) -1(c) -168(d) 0This question was addressed to me in exam.Query is from Properties of Determinants in division Determinants of Mathematics – Class 12

Answer»

Right answer is (d) 0

Explanation: Δ=\(\begin{vmatrix}4&8&12\\6&12&18\\7&14&21\end{vmatrix}\)

Taking 4, 6 and 7 from R1, R2, R3 respectively

Δ=4×6×7\(\begin{vmatrix}1&2&3\\1&2&3\\1&2&3\end{vmatrix}\)

Since the elements of all rows are IDENTICAL, the determinant is ZERO.

85.

What will be the value of \(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}\)?(a) (a^3 + b^3 + c^3 + 3abc)(b) –(a^3 + b^3 + c^3 + 3abc)(c) (a^3 + b^3 + c^3 – 3abc)(d) –(a^3 + b^3 + c^3 – 3abc)I got this question during an interview.This question is from Determinant topic in chapter Determinants of Mathematics – Class 12

Answer»

Right option is (d) –(a^3 + b^3 + c^3 – 3abc)

The explanation: Given, \(\begin{vmatrix}a & b & c \\b & c & a \\c & a & b \end {vmatrix}\)

Replacing R1 = R1 + R2 + R3

\(\begin{vmatrix}a + b + c & a + b + c & a + b + c \\b & c & a \\c & a & b \end {vmatrix}\)

= (a + b + c)\(\begin{vmatrix}1 & 1 & 1 \\b & c & a \\c & a & b \end {vmatrix}\)

Replacing 2^nd column by C2 – C1 and 3^rd column by C3 – C1

= (a + b + c)\(\begin{vmatrix}1 & 0 & 0 \\b & c-b & a-b \\c & a-c & b-c \end {vmatrix}\)

= (a + b + c)[(c – b)(b – c) – (a – b)(a – c)]

= (a + b + c)(bc – b^2 – c^2 + bc + a^2 + AC + ab – bc)

= -(a + b + c)(a^2 + b^2 + c^2 – ab – bc – ac)

= -(a^3 + b^3 + c^3 – 3abc)

86.

If Δ=\(\begin{vmatrix}a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33} \end{vmatrix}\), then the determinant in terms of cofactors Aij can be expressed as a11 A11+a21 A21+a31 A31.(a) True(b) FalseI have been asked this question in an online quiz.This key question is from Determinants topic in chapter Determinants of Mathematics – Class 12

Answer»

Right answer is (a) True

To EXPLAIN I would say: The given STATEMENT is true.

Expanding the determinant Δ=\(\begin{vmatrix}a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33} \end{vmatrix}\) along R1, we get

Δ=(-1)^1+1 a11 \(\begin{vmatrix}a_{22}&a_{23}\\a_{32}&a_{33} \end{vmatrix}\)+(-1)^1+2 a12 \(\begin{vmatrix}a_{21}&a_{23}\\a_{31}&a_{33} \end{vmatrix}\)+(-1)^1+3 a13 \(\begin{vmatrix}a_{21}&a_{22}\\a_{31}&a_{32} \end{vmatrix}\)

Δ=a11 A11+a21 A21+A31 A31, where AIJ is the cofactor of aij.

87.

Find the area of the triangle with the vertices (2,3), (4,1), (5,0).(a) 3 sq.units(b) 2 sq.units(c) 0(d) 1 sq.unitI got this question in my homework.This interesting question is from Area of a Triangle in portion Determinants of Mathematics – Class 12

Answer»

The CORRECT ANSWER is (c) 0

For EXPLANATION: The area of the triangle with VERTICES (2,3), (4,1), (5,0) is GIVEN by

Δ=\(\frac{1}{2}\begin{Vmatrix}2&3&1\\4&1&1\\5&0&1\end{Vmatrix}\)

Applying R2→R2-R3

Δ=\(\frac{1}{2}\begin{Vmatrix}2&3&1\\-1&1&0\\5&0&1\end{Vmatrix}\)

Expanding along R2, we get

Δ=\(\frac{1}{2}\) {-(-1)(3-0)+1(2-5)}

Δ=\(\frac{1}{2}\) (0-0)=0.

88.

What will be the value of f(x) if \(\begin{vmatrix}1 & 1 & 1 \\x & y & z \\x^3 & y^3 & z^3 \end {vmatrix}\)?(a) -1(b) 0(c) 1(d) 2I got this question during an online interview.I want to ask this question from Determinant topic in section Determinants of Mathematics – Class 12

Answer»

Correct CHOICE is (B) 0

For explanation: Given, \(\begin{vmatrix}1 & 1 & 1 \\x & y & z \\x^3 & y^3 & z^3\end {vmatrix}\)

Operating, C1 = C1 – C2 and C2 = C2 – C3

= \(\begin{vmatrix}1 & 1 & 1 \\x – y & y – z & y \\x^3 – y^3 & y^3 – z^3 & z^3\end {vmatrix}\)

Expanding by the 1^st row,

= (x – y)(y^3 – z^3) – (y – z)(x^3 – y^3)

= (x – y)(y – z)[(y^2 + yz + z^2) – (x^2 + xy + y^2)]

= (x – y)(y – z)(z – x)(x + y + z)

As, x + y + z = 0

= 0

89.

What will be the value of f(x) if \(\begin{vmatrix}x & b & c\\a & y & c\\a & b & z \end {vmatrix}\)?(a) (x – a)(y – b)(z – c)(\(\frac{x}{x-a} + \frac{b}{y – b} – \frac{c}{z-c}\) – 2)(b) (x – a)(y – b)(z – c)(\(\frac{x}{x-a} – \frac{b}{y – b} – \frac{c}{z-c}\) – 2)(c) (x – a)(y – b)(z – c)(\(\frac{x}{x-a} + \frac{b}{y – b} + \frac{c}{z-c}\) – 2)(d) (x – a)(y – b)(z – c)(\(\frac{x}{x-a} + \frac{b}{y – b} + \frac{c}{z-c}\) + 2)The question was posed to me in exam.Asked question is from Determinant topic in chapter Determinants of Mathematics – Class 12

Answer»

The correct choice is (c) (X – a)(y – b)(z – c)(\(\frac{x}{x-a} + \frac{b}{y – b} + \frac{c}{z-c}\) – 2)

To elaborate: Given, \(\begin{vmatrix}x & b & c\\a & y & c\\a & b & z \END {vmatrix}\) = \(\begin{vmatrix}x & b & c\\a – x & y – b & 0\\0 & b – y & z – c \end {vmatrix}\)

Applying the operation R2 = R2 – R1 and R3 = R3 – R2

= (x – a)(y – b)(z – c)\(\begin{vmatrix}x/(x – a) & b/(y – b) & c/(z – c)\\-1 & y 1 & 0\\0 & -1 & 1 \end {vmatrix}\)

Now, expanding the determinant we get,

= (x – a)(y – b)(z – c)(\(\frac{x}{x-a} + \frac{b}{y – b} + \frac{c}{z-c}\))

= (x – a)(y – b)(z – c)(\(\frac{x}{x-a} + \frac{b}{y – b} + \frac{c}{z-c}\) – 2)

This is because,

\(\frac{b}{y – b} + \frac{c}{z-c} = \frac{y-(y-b)}{y-b} + \frac{z-(z-c)}{z-c} = \frac{y}{y-b}\) – 1 + \(\frac{z}{z-c}\) – 1 = \(\frac{y}{y-b} + \frac{z}{z-c}\) – 2

90.

What is the value of \(\begin{vmatrix}1 & cosx-sinx & cosx + sinx \\1 & cosy-siny & cosy + siny \\1 & cosz-sinz & cosz + sinz \end {vmatrix}\)?(a) 3\(\begin{vmatrix}1 & cosx & sinx \\1 & cosy & siny \\1 & cosz & sinz \end {vmatrix}\)(b) \(\begin{vmatrix}1 & cosx & sinx \\1 & cosy & siny \\1 & cosz & sinz \end {vmatrix}\)(c) 2\(\begin{vmatrix}1 & cosx & sinx \\1 & cosy & siny \\1 & cosz & sinz \end {vmatrix}\)(d) 4\(\begin{vmatrix}1 & cosx & sinx \\1 & cosy & siny \\1 & cosz & sinz \end {vmatrix}\)The question was asked in class test.My doubt stems from Determinant topic in chapter Determinants of Mathematics – Class 12

Answer»

Right option is (C) 2\(\begin{vmatrix}1 & cosx & sinx \\1 & cosy & SINY \\1 & cosz & SINZ \end {vmatrix}\)

For explanation I would say: Let, a = cosx, b = cosy, c = cosz, p =sinx, Q = siny and r = sinz

So, \(\begin{vmatrix}1 & a – p & a + p \\1 & b – q & b + q \\1 & c – r & c + r\end {vmatrix}\)

Making C3 = C3 + C2

= \(\begin{vmatrix}1 & a – p & 2a \\1 & b – q & 2B \\1 & c – r & 2c \end {vmatrix}\)

= 2\(\begin{vmatrix}1 & a – p & a \\1 & b – q & b \\1 & c – r & c \end {vmatrix}\)

Making C2 = C2 – C3

= -2\(\begin{vmatrix}1 & p & a \\1 & q & b \\1 & r & c \end {vmatrix}\)

Interchanging 2^nd and 3^rd column, we get,

2\(\begin{vmatrix}1 & a & p \\1 & b & q \\1 & c & r \end {vmatrix}\)

= 2\(\begin{vmatrix}1 & cosx & sinx \\1 & cosy & siny \\1 & cosz & sinz \end {vmatrix}\)

91.

What will be the value of \(\begin{vmatrix}0 & p-q & a – b\\q – p & 0 & x – y\\b – a & y – x & 0 \end {vmatrix}\)?(a) 0(b) a + b(c) x + y(d) p + qThis question was posed to me in examination.Origin of the question is Determinant topic in chapter Determinants of Mathematics – Class 12

Answer»

The CORRECT option is (a) 0

Easy explanation: The above matrix is a SKEW symmetric matrix and its ORDER is ODD

And we KNOW that for any skew symmetric matrix with odd order has determinant = 0

Therefore, the value of the given determinant = 0.

92.

Evaluate \(\begin{vmatrix}-sinθ&-1\\1&sin⁡θ\end{vmatrix}\).(a) cos^2⁡θ(b) -cos^2⁡θ(c) cos⁡2θ(d) cos⁡θThe question was posed to me in an international level competition.My query is from Determinant topic in division Determinants of Mathematics – Class 12

Answer»

The correct OPTION is (a) cos^2⁡θ

The best I can explain: EXPANDING along R1, we get

∆=-sinθ(sinθ)-(-1)1=-sin^2⁡θ+1=cos^2⁡θ.