Tomorrow I have to attend a math exam. So I have to prove a problem on determinant. The Problem: $$\left|\begin{matrix} y+z &x &y \cr z+x &z &x \cr x+y &y &z \cr \end{matrix}\right|=(x+y+z)(x-z)^2$$
This is I have to prove.
Condition: No direct Expanding, Only Properties,no Factor Method should be used.
I tried many methods I can't able to prove it. Please someone Help to solve this.
This can be done using row operations. Since you want to have $x+y+z$ in the result, adding all rows together as the first step practically suggests itself. $\begin{vmatrix} y+z &x &y \\ z+x &z &x \\ x+y &y &z \\ \end{vmatrix}= \begin{vmatrix} y+z &x &y \\ z+x &z &x \\ 2(x+y+z)&x+y+z&x+y+z\\ \end{vmatrix}= (x+y+z)\begin{vmatrix} y+z &x &y \\ z+x &z &x \\ 2 &1 &1 \\ \end{vmatrix}= (x+y+z)\begin{vmatrix} y+z &x &y \\ z-x &z-x&0 \\ 2 &1 &1 \\ \end{vmatrix}= (x+y+z)(z-x)\begin{vmatrix} y+z &x &y \\ 1 &1 &0 \\ 2 &1 &1 \\ \end{vmatrix}= (x+y+z)(z-x)\begin{vmatrix} z-y &x-y&0 \\ 1 &1 &0 \\ 2 &1 &1 \\ \end{vmatrix}= (x+y+z)(z-x)\begin{vmatrix} z-x &0 &0 \\ 1 &1 &0 \\ 2 &1 &1 \\ \end{vmatrix}= (x+y+z)(z-x)^2$