If $\det\left(\begin{smallmatrix}a & 1 & 1\\1 & b & 1\\1 & 1 & c\end{smallmatrix}\right) > 0 $ then prove that $abc> -8$

102 Views Asked by At

If the value of the determinant $$\begin{vmatrix} a & 1 & 1\\ 1 & b & 1\\ 1 & 1 & c \end{vmatrix} > 0 $$ then prove that $abc> -8$


I have calculated its determinant and got

$$abc - (a+b+c) > -2$$

Please tell me how to proceed further to the given answer form.

2

There are 2 best solutions below

0
On BEST ANSWER

Another counterexample to this claim is $(a,b,c) = (-1,-1,-k)$ for any $k\ge 8$. Then $$ \begin{vmatrix} a & 1 & 1\\ 1 & b & 1\\ 1 & 1 & c \end{vmatrix} = \begin{vmatrix} -1 & 1 & 1\\ 1 & -1 & 1\\ 1 & 1 & -k \end{vmatrix} = 4 $$ for any choice of $k$, but $abc = -k$ can be made as small as we want.

0
On

When $a=b=-3$ and $c=-0.9$, $abc-(a+b+c)=-1.2>-2$ but $abc=-8.1<-8$.