NCERT Solutions for Class 11 Mathematics: Chapter 06 Determinants 6.2
Review structured textbook solutions for Class 11 Mathematics Chapter 06 Determinants 6.2. Built according to MSBSHSE guidelines for the 2026-27 academic year, these downloadable answers support daily revision and problem-solving accuracy.
Practice Class 11 Mathematics Solutions: Chapter 06 Determinants 6.2
View or download the dedicated Chapter 06 Determinants 6.2 solution resource below. Engaging with these textbook answers under focused study conditions ensures continuous academic progress and mastery of the 2026-27 curriculum for Mathematics.
Question 1. Without expanding, evaluate the following determinants.
(i) \[
| 1 | a | b+c |
| 1 | b | c+a |
| 1 | c | a+b |
\]
Answer: Let D = \[
| 1 | a | b+c |
| 1 | b | c+a |
| 1 | c | a+b |
\] Applying \(C_3 \to C_3 + C_2\), we get
D = \[
| 1 | a | a+b+c |
| 1 | b | a+b+c |
| 1 | c | a+b+c |
\] Taking (a + b + c) common from \(C_3\), we get
D = \((a+b+c)\) \[
| 1 | a | 1 |
| 1 | b | 1 |
| 1 | c | 1 |
\]
D = \((a+b+c)(0)\)
...[\[ \because \] \(C_1\) and \(C_3\) are identical]
D = 0
In simple words: By adding column 2 to column 3, we make column 3 elements equal. Then, taking the common factor out reveals two identical columns, which means the determinant is zero.
🎯 Exam Tip: Recognizing when two columns or rows become identical after a simple operation is key to quickly evaluating determinants to zero.
(ii) \[
| 2 | 3 | 4 |
| 5 | 6 | 8 |
| 6x | 9x | 12x |
\]
Answer: Solution: Let D = \[
| 2 | 3 | 4 |
| 5 | 6 | 8 |
| 6x | 9x | 12x |
\] Taking (3x) common from \(R_3\), we get
D = \(3x\) \[
| 2 | 3 | 4 |
| 5 | 6 | 8 |
| 2 | 3 | 4 |
\]
= \((3x)(0)\)
...[\[ \because \] \(R_1\) and \(R_3\) are identical]
= 0
In simple words: Factoring out \(3x\) from the third row makes it identical to the first row. A determinant with identical rows evaluates to zero.
🎯 Exam Tip: Look for common factors within a row or column that might simplify the determinant or reveal identical rows/columns.
(iii) \[
| 2 | 7 | 65 |
| 3 | 8 | 75 |
| 5 | 9 | 86 |
\]
Answer: Solution: Let D = \[
| 2 | 7 | 65 |
| 3 | 8 | 75 |
| 5 | 9 | 86 |
\] Applying \(C_3 \to C_3 - 9C_2\), we get
D = \[
| 2 | 7 | 2 |
| 3 | 8 | 3 |
| 5 | 9 | 5 |
\]
= 0
...[\[ \because \] \(C_1\) and \(C_3\) are identical]
In simple words: By performing the operation \(C_3 \to C_3 - 9C_2\), the third column becomes identical to the first column. This property means the determinant's value is zero.
🎯 Exam Tip: Creative column/row operations can often simplify complex determinants into ones with identical rows or columns, leading to a zero value.
Question 2. Using properties of determinants, show that \[
| a+b | a | b |
| a | a+c | c |
| b | c | b+c |
\] = \(4abc\)
Answer: Solution: L.H.S. = \[
| a+b | a | b |
| a | a+c | c |
| b | c | b+c |
\] Applying \(C_1 \to C_1 - (C_2 + C_3)\), we get
L.H.S. = \[
| 0 | a | b |
| -2c | a+c | c |
| -2c | c | b+c |
\] Taking (-2) common from \(C_1\), we get
L.H.S. = \(-2\) \[
| 0 | a | b |
| c | a+c | c |
| c | c | b+c |
\] Applying \(C_2 \to C_2 - C_1\) and \(C_3 \to C_3 - C_1\), we get
L.H.S. = \(-2\) \[
| 0 | a | b |
| c | a | 0 |
| c | 0 | b |
\]
= \(-2[0(ab-0) - a(bc-0) + b(0 - ac)]\)
= \(-2(0 - abc - abc)\)
= \(-2(-2abc)\)
= \(4abc\)
= R.H.S.
In simple words: By strategic column operations, specifically \(C_1 \to C_1 - (C_2 + C_3)\) and then \(C_2 \to C_2 - C_1\), \(C_3 \to C_3 - C_1\), we simplify the determinant to a form easily expandable to \(4abc\).
🎯 Exam Tip: When proving identities with determinants, aim to create zeros in a row or column to simplify expansion, or look for common factors to extract.
Question 3. Solve the following equation. \[
| x+2 | x+6 | x-1 |
| x+6 | x-1 | x+2 |
| x-1 | x+2 | x+6 |
\] = 0
Answer: Solution: \[
| x+2 | x+6 | x-1 |
| x+6 | x-1 | x+2 |
| x-1 | x+2 | x+6 |
\] = 0 Applying \(R_2 \to R_2 - R_1\) and \(R_3 \to R_3 - R_1\), we get \[
| x+2 | x+6 | x-1 |
| 4 | -7 | 3 |
| -3 | -4 | 7 |
\] = 0
\(\therefore\) \((x + 2)(-49 + 12) - (x + 6)(28 + 9) + (x - 1)(-16 - 21) = 0\)
\(\therefore\) \((x + 2) (-37) - (x + 6) (37) + (x - 1) (-37) = 0\)
\(\therefore\) \(-37(x + 2 + x + 6 + x - 1) = 0\)
\(\therefore\) \(3x + 7 = 0\)
\(\therefore\) \(x = -\frac{7}{3}\)
In simple words: By simplifying the determinant using row operations \(R_2 \to R_2 - R_1\) and \(R_3 \to R_3 - R_1\), and then expanding it, we obtain a linear equation \(3x+7=0\), which gives \(x = -7/3\).
🎯 Exam Tip: Simplifying determinants using row/column operations before expansion can significantly reduce calculation errors and complexity, especially in equations where the determinant is set to zero.
Question 4. If \[
| 4+x | 4-x | 4-x |
| 4-x | 4+x | 4-x |
| 4-x | 4-x | 4+x |
\] = 0, then find the values of x.
Answer: Solution: \[
| 4+x | 4-x | 4-x |
| 4-x | 4+x | 4-x |
| 4-x | 4-x | 4+x |
\] = 0 Applying \(C_1 \to C_1+C_2 + C_3\), we get \[
| 12-x | 4-x | 4-x |
| 12-x | 4+x | 4-x |
| 12-x | 4-x | 4+x |
\] = 0 Taking \((12-x)\) common from \(C_1\), we get \((12-x)\) \[
| 1 | 4-x | 4-x |
| 1 | 4+x | 4-x |
| 1 | 4-x | 4+x |
\] = 0 Applying \(R_2 \to R_2-R_1\) and \(R_3 \to R_3 - R_1\), we get \((12-x)\) \[
| 1 | 4-x | 4-x |
| 0 | 2x | 0 |
| 0 | 0 | 2x |
\] = 0
\(\therefore\) \((12 - x)[1(4x^2 - 0) - (4 - x)(0-0) + (4 - x)(0 - 0)] = 0\)
\(\therefore\) \((12 - x)(4x^2) = 0\)
\(\therefore\) \(x^2(12 - x) = 0\)
\(\therefore\) \(x = 0\) or \(12 - x = 0\)
\(\therefore\) \(x = 0\) or \(x = 12\)
In simple words: By applying column and row operations, the determinant simplifies to \((12-x)(4x^2) = 0\), which yields the solutions \(x=0\) and \(x=12\).
🎯 Exam Tip: When solving determinant equations, aim to create a triangular matrix (upper or lower) or a row/column with many zeros to simplify expansion. Common factors can also be extracted to simplify the equation.
Question 5. Without expanding determinants, show that \[
| 1 | 3 | 6 |
| 6 | 1 | 4 |
| 3 | 7 | 12 |
\] + \[
| 2 | 3 | 3 |
| 4 | 2 | 1 |
| 1 | 7 | 6 |
\] = 10 \[
| 3 | 1 | 7 |
| 3 | 2 | 6 |
\]
Answer: Solution: L.H.S. = \[
| 1 | 3 | 6 |
| 6 | 1 | 4 |
| 3 | 7 | 12 |
\] + \[
| 2 | 3 | 3 |
| 4 | 2 | 1 |
| 1 | 7 | 6 |
\] In 1st determinant, taking 2 common from \(C_3\),
L.H.S. = \(2\) \[
| 1 | 3 | 3 |
| 6 | 1 | 2 |
| 3 | 7 | 6 |
\] + \[
| 2 | 3 | 3 |
| 4 | 2 | 1 |
| 1 | 7 | 6 |
\]
= \[
| 2 | 3 | 3 |
| 12 | 1 | 2 |
| 6 | 7 | 6 |
\] + \[
| 2 | 3 | 3 |
| 4 | 2 | 1 |
| 1 | 7 | 6 |
\]
= \[
| 2+8 | 3 | 3 |
| 12+8 | 1 | 2 |
| 6+4 | 7 | 6 |
\]
= \[
| 10 | 3 | 3 |
| 20 | 1 | 2 |
| 10 | 7 | 6 |
\] Interchanging rows and columns, we get
L.H.S. = \[
| 10 | 20 | 10 |
| 3 | 1 | 7 |
| 3 | 2 | 6 |
\] Taking 10 common from \(R_1\), we get
L.H.S. = \(10\) \[
| 1 | 2 | 1 |
| 3 | 1 | 7 |
| 3 | 2 | 6 |
\]
= R.H.S.
In simple words: By factoring out 2 from the third column of the first determinant, summing the two determinants, and then interchanging rows and columns followed by factoring out 10 from the first row, we arrive at the R.H.S.
🎯 Exam Tip: Remember that a determinant's value remains unchanged when rows and columns are interchanged. Also, applying scalar multiplication to a single row/column affects the whole determinant.
Question 6. Without expanding determinants, find the value of
(i) \[
| 10 | 57 | 107 |
| 12 | 64 | 124 |
| 15 | 78 | 153 |
\]
Answer: Solution: Let D = \[
| 10 | 57 | 107 |
| 12 | 64 | 124 |
| 15 | 78 | 153 |
\] Applying \(C_3 \to C_3 - C_2\), we get
D = \[
| 10 | 57 | 50 |
| 12 | 64 | 60 |
| 15 | 78 | 75 |
\] Taking (5) common from \(C_3\), we get
D = \(5\) \[
| 10 | 57 | 10 |
| 12 | 64 | 12 |
| 15 | 78 | 15 |
\]
= \(5(0)\)
...[\[ \because \] \(C_1\) and \(C_3\) are identical]
= 0
In simple words: By performing the operation \(C_3 \to C_3 - C_2\) and then factoring out 5 from \(C_3\), we find that \(C_1\) and \(C_3\) become identical, causing the determinant to be zero.
🎯 Exam Tip: Look for opportunities to create identical columns or rows through basic column/row operations to evaluate determinants to zero without complex expansion.
(ii) \[
| 2014 | 2017 | 1 |
| 2020 | 2023 | 1 |
| 2023 | 2026 | 1 |
\]
Answer: Solution: Let D = \[
| 2014 | 2017 | 1 |
| 2020 | 2023 | 1 |
| 2023 | 2026 | 1 |
\] Applying \(C_2 \to C_2 - C_1\), we get
D = \[
| 2014 | 3 | 1 |
| 2020 | 3 | 1 |
| 2023 | 3 | 1 |
\] Taking (3) common from \(C_2\), we get
D = \(3\) \[
| 2014 | 1 | 1 |
| 2020 | 1 | 1 |
| 2023 | 1 | 1 |
\]
= \(3(0)\)
...[\[ \because \] \(C_2\) and \(C_3\) are identical]
= 0
In simple words: By subtracting column 1 from column 2, a common factor of 3 can be extracted from column 2. This makes column 2 and column 3 identical, resulting in a determinant value of zero.
🎯 Exam Tip: Simple column or row operations can reveal hidden common factors or identical columns/rows, simplifying the calculation of the determinant to zero.
Question 7. Without expanding determinants, prove that
(i) \[
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
\] = \[
| b1 | c1 | a1 |
| b2 | c2 | a2 |
| b3 | c3 | a3 |
\] = \[
| c1 | a1 | b1 |
| c2 | a2 | b2 |
| c3 | a3 | b3 |
\]
Answer: Solution: Let D = \[
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
\] ...(i) Let E = \[
| b1 | c1 | a1 |
| b2 | c2 | a2 |
| b3 | c3 | a3 |
\] Applying \(C_1 \leftrightarrow C_2\), we get
E = \(-\) \[
| c1 | b1 | a1 |
| c2 | b2 | a2 |
| c3 | b3 | a3 |
\] Applying \(C_1 \leftrightarrow C_3\), we get
E = \(-\) (\(-1\)) \[
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
\]
E = \[
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
\] ...(ii) Let F = \[
| c1 | a1 | b1 |
| c2 | a2 | b2 |
| c3 | a3 | b3 |
\] Applying \(C_1 \leftrightarrow C_2\), we get
F = \(-\) \[
| a1 | c1 | b1 |
| a2 | c2 | b2 |
| a3 | c3 | b3 |
\] Applying \(C_2 \leftrightarrow C_3\), we get
F = \(-\) (\(-1\)) \[
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
\]
F = \[
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
\] ...(iii) From (i), (ii) and (iii), we get \[
| a1 | b1 | c1 |
| a2 | b2 | c2 |
| a3 | b3 | c3 |
\] = \[
| b1 | c1 | a1 |
| b2 | c2 | a2 |
| b3 | c3 | a3 |
\] = \[
| c1 | a1 | b1 |
| c2 | a2 | b2 |
| c3 | a3 | b3 |
\]
In simple words: We prove this by performing a sequence of column interchanges. Each interchange of two columns flips the sign of the determinant. Two such interchanges restore the original sign and reorder the columns to match the target determinants.
🎯 Exam Tip: Remember that interchanging any two rows or any two columns of a determinant changes its sign. An even number of interchanges will restore the original sign, while an odd number will result in a sign change.
(ii) \[
| 1 | yz | y+z |
| 1 | zx | z+x |
| 1 | xy | x+y |
\] = \[
| 1 | x | x^2 |
| 1 | y | y^2 |
| 1 | z | z^2 |
\]
Answer: Solution: L.H.S. = \[
| 1 | yz | y+z |
| 1 | zx | z+x |
| 1 | xy | x+y |
\] Applying \(C_3 \to C_3 + C_2\), we get
= \[
| 1 | yz | x+y+z |
| 1 | zx | x+y+z |
| 1 | xy | x+y+z |
\] Taking \((x+y+z)\) common from \(C_3\), we get
= \((x+y+z)\) \[
| 1 | yz | 1 |
| 1 | zx | 1 |
| 1 | xy | 1 |
\] Since \(C_1\) and \(C_3\) are identical, the value of this determinant is 0.
So, L.H.S. = \((x+y+z)(0) = 0\)
Now consider R.H.S. = \[
| 1 | x | x^2 |
| 1 | y | y^2 |
| 1 | z | z^2 |
\] Applying \(R_2 \to R_2 - R_1\) and \(R_3 \to R_3 - R_1\), we get
= \[
| 1 | x | x^2 |
| 0 | y-x | y^2-x^2 |
| 0 | z-x | z^2-x^2 |
\] Taking \((y-x)\) common from \(R_2\) and \((z-x)\) common from \(R_3\), we get
= \((y-x)(z-x)\) \[
| 1 | x | x^2 |
| 0 | 1 | y+x |
| 0 | 1 | z+x |
\] Expanding along \(C_1\), we get
= \((y-x)(z-x)[1((z+x)-(y+x)) - 0 + 0]\)
= \((y-x)(z-x)(z-y)\)
= \((x-y)(y-z)(z-x)\)
This problem statement seems to imply that the two determinants are equal. However, the L.H.S. evaluates to 0 and the R.H.S. evaluates to \((x-y)(y-z)(z-x)\). This implies \((x-y)(y-z)(z-x) = 0\), which means \(x=y\) or \(y=z\) or \(z=x\). If the question meant to prove this under specific conditions where \(x, y, z\) are distinct, then the statement is incorrect. If \(x, y, z\) are distinct, then \((x-y)(y-z)(z-x) \neq 0\). Therefore, the original problem statement that L.H.S. = R.H.S. is generally incorrect. Perhaps there's a misunderstanding of the problem's intent or it's a known identity under specific conditions not stated. Let's re-evaluate the L.H.S calculation again: L.H.S. = \[
| 1 | yz | y+z |
| 1 | zx | z+x |
| 1 | xy | x+y |
\] Applying \(R_2 \to R_2 - R_1\) and \(R_3 \to R_3 - R_1\), we get
= \[
| 1 | yz | y+z |
| 0 | zx-yz | z+x-y-z |
| 0 | xy-yz | x+y-y-z |
\]
= \[
| 1 | yz | y+z |
| 0 | z(x-y) | x-y |
| 0 | y(x-z) | x-z |
\] Expanding along \(C_1\), we get
= \(1 \cdot [z(x-y)(x-z) - y(x-z)(x-y)]\)
= \((x-y)(x-z)[z-y]\)
= \((x-y)(x-z)(z-y)\)
= \((x-y)(z-x)(-1)(y-z)(-1)\)
= \((x-y)(y-z)(z-x)\) So L.H.S. = \((x-y)(y-z)(z-x)\) And R.H.S. = \((x-y)(y-z)(z-x)\) Thus, L.H.S. = R.H.S. The earlier calculation of L.H.S. being 0 was incorrect due to the operation \(C_3 \to C_3 + C_2\) which changed the form, but then evaluating to 0 because \(C_1\) and \(C_3\) became identical only if \(x+y+z\) was taken common. If \(x+y+z=0\), then L.H.S. = 0. The correct approach is to transform L.H.S. to the Van der Monde form.
Answer: L.H.S. = \[
| 1 | yz | y+z |
| 1 | zx | z+x |
| 1 | xy | x+y |
\] Apply \(R_2 \to R_2 - R_1\)
= \[
| 1 | yz | y+z |
| 0 | zx-yz | z-y |
| 1 | xy | x+y |
\] Apply \(R_3 \to R_3 - R_1\)
= \[
| 1 | yz | y+z |
| 0 | z(x-y) | z-y |
| 0 | y(x-z) | x-z |
\] Expand along \(C_1\):
= \(1 \cdot [z(x-y)(x-z) - y(x-z)(z-y)]\)
= \( (x-y)(x-z)[z - y(-1)] \)
= \( (x-y)(x-z)(z+y) \) (Wait, this is still not correct based on the R.H.S.) Let's re-do the expansion: = \(1 \cdot [ (z(x-y))(x-z) - (y(x-z))(z-y) ] \) = \( (x-y)(x-z)[z - y(z-y)/(x-z) ] \) -- This is incorrect. Let's factor out \( (x-y) \) from R2 and \( (x-z) \) from R3, after the operation.
= \[
| 1 | yz | y+z |
| 0 | z(x-y) | -(y-z) |
| 0 | y(x-z) | x-z |
\] Taking \((x-y)\) common from \(R_2\) and \((x-z)\) common from \(R_3\).
= \((x-y)(x-z)\) \[
| 1 | yz | y+z |
| 0 | z | 1 |
| 0 | y | 1 |
\] Expanding along \(C_1\):
= \((x-y)(x-z) [1(z \cdot 1 - y \cdot 1)]\)
= \((x-y)(x-z)(z-y)\)
= \((x-y)(y-z)(z-x)\) R.H.S. = \[
| 1 | x | x^2 |
| 1 | y | y^2 |
| 1 | z | z^2 |
\] This is a Vandermonde determinant, whose value is \((y-x)(z-x)(z-y)\) or \((x-y)(y-z)(z-x)\).
Thus, L.H.S. = R.H.S.
In simple words: By applying row operations to the LHS determinant to create zeros, and then factoring out common terms, it simplifies to the same expression as the RHS determinant, which is a known Vandermonde determinant form.
🎯 Exam Tip: Recognizing the Vandermonde determinant form is crucial, as its value \((x-y)(y-z)(z-x)\) is standard and can be directly used. For other determinants, aim to create zeros in a column to simplify expansion and factorization.
Mathematics Class 11 Curriculum Solutions: Chapter 06 Determinants 6.2
Textbook Solutions for Class 11 Mathematics Chapter 06 Determinants 6.2
Access structured MSBSHSE textbook solutions for Chapter 06 Determinants 6.2. Designed in alignment with the latest academic curriculum for Class 11 Mathematics, these answers cover all end-of-chapter exercises to support daily learning and homework completion.
Mastering Theoretical and Practical Questions
Each solution includes detailed reasoning to foster genuine comprehension of Chapter 06 Determinants 6.2 concepts. Reviewing these step-by-step breakdowns allows learners to master both analytical and descriptive questions expected in school evaluations.
Effective Self-Study and Homework Assistance
Frequent review of these structured answers builds strong analytical capabilities and response efficiency. Maximize your academic readiness by combining these textbook solutions with our curated study materials and mock evaluations for Class 11 Mathematics.
FAQs
The complete and updated Maharashtra Board Class 11 Maths Part 1 Chapter 6 Determinants 6.2 Solutions is available for free on StudiesToday.com. These solutions for Class 11 Mathematics are as per latest MSBSHSE curriculum.
Yes, our experts have revised the Maharashtra Board Class 11 Maths Part 1 Chapter 6 Determinants 6.2 Solutions as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Mathematics concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using MSBSHSE language because MSBSHSE marking schemes are strictly based on textbook definitions. Our Maharashtra Board Class 11 Maths Part 1 Chapter 6 Determinants 6.2 Solutions will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 11 Mathematics. You can access Maharashtra Board Class 11 Maths Part 1 Chapter 6 Determinants 6.2 Solutions in both English and Hindi medium.
Yes, you can download the entire Maharashtra Board Class 11 Maths Part 1 Chapter 6 Determinants 6.2 Solutions in printable PDF format for offline study on any device.