$A= \begin{bmatrix} 1 &k &1 \\ 1 &k+1 &k+2 \\ 1& k+2 & 2k+4 \end{bmatrix}$
When trying to find the determinant I get:
$\det(A)= 1((2k^2 +6k +4)-(k^2 +4k+4))-k((2k+4)-(k+2))-1((k+2)-(k+1))$
$=(k^2 +2k)-(k^2 +2k)-1$
$=-1$
What do I do from here?
I am used to equalling my equation to $0$ and finding the values which $k$ can't be but in this situation I can not.
Any help would be greatly appreciated.