Question:

If $\begin{vmatrix}a+b+2c&a&b\\ c&2a+b+c&b\\ c&a&a+2b+c\end{vmatrix} = 2 $, then $a^3 + b^3 + c^3 - 3abc$ =

Updated On: Apr 4, 2024
  • $1 - 3ab - 3bc - 3ca$
  • $0$
  • $1 - 2ab - 2bc - 2ca$
  • $1$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

$\begin{vmatrix}a+b+2 c & a & b \\ c & 2 a+b+c & b \\ c & a & a+2 b+c\end{vmatrix} =2$
$\Rightarrow 2(a+b+c)\begin{vmatrix} 1 & a & b \\ 1 & b+c+2 a & b \\ 1 & a & c+a+2 b\end{vmatrix}=2 $
[ Applying $C_{1} \rightarrow C_{1}+C_{2}+C_{3} $ and
taking $2( a + b + c) $ common from $C_{1} ] $
$\Rightarrow 2(a+b+c) \begin{vmatrix}1 & a & b \\ 0 & b+c+a & 0 \\ 0 & 0 & c+a+b\end{vmatrix} =2$
[ Applying $ R_{2} \rightarrow R_{2}-R_{1}$ and $ R_{3} \rightarrow R_{3}-R_{1}] $
$\Rightarrow 2(a+b+c)^{3}=2$ [ expanding along $ C_{1}] $
$\Rightarrow (a+b+c)^{3}=1 $
$\Rightarrow a+b+c=1 $
Now, $ a^{3}+b^{3}+c^{3}-3 a b c $
$ =(a+b+c)\left(a^{2}+b^{2}+c^{2}-a b-b c-c a\right) $
$ = 1 \cdot\left[a^{2}+b^{2}+c^{2}-a b-b c-c a\right] $
$= (a+b+c)^{2}-2 a b-2 b c-2 c a-a b-b c-c a $
$ = 1-2 a b-2 b c-2 c a-a b-b c-c a $
$ = 1-3 a b-3 b c-3 c a$
Was this answer helpful?
0
0

Concepts Used:

Transpose of a Matrix

The matrix acquired by interchanging the rows and columns of the parent matrix is called the Transpose matrix. The transpose matrix is also defined as - “A Matrix which is formed by transposing all the rows of a given matrix into columns and vice-versa.”

The transpose matrix of A is represented by A’. It can be better understood by the given example:

A Matrix
A' Matrix
The transpose matrix of A is denoted by A’

Now, in Matrix A, the number of rows was 4 and the number of columns was 3 but, on taking the transpose of A we acquired A’ having 3 rows and 4 columns. Consequently, the vertical Matrix gets converted into Horizontal Matrix.

Hence, we can say if the matrix before transposing was a vertical matrix, it will be transposed to a horizontal matrix and vice-versa.

Read More: Transpose of a Matrix