Why the determinant of a matrix with the sum of each row's elements equal 0 is 0?
Solution 1:
Let your matrix be called $A$. Then set $x$ to be the column vector of all 1's. You have $$Ax=0=0x$$ Hence $x$ is an eigenvector of $A$, while $0$ is an eigenvalue. Since the determinant is the product of the eigenvalues, and one of those is zero, the determinant must be zero.
Solution 2:
It doesn't change the determinant of a matrix if we take a column and replace it by the sum of itself and (any scalar multiple of) another column in the matrix.
So take the last column and replace it by the sum of itself with the first column. Next, replace it by the sum of itself with the second column. Continue. Repeating this process till you get to the next-to-last-column, you see that you have replaced each entry the original last column with the sum of all the entries in that row, which is zero. So now the entire last column is zero, and the determinant must be zero.
Solution 3:
Hint: The vector $$\begin{bmatrix}1 \\ 1 \\ \vdots \\ 1 \end{bmatrix}$$ is an eigenvector with eigenvalue __?
Solution 4:
Another way to derive this result:
When the sum of all rows are zero, the row vectors are linearly dependent. Hence the determinant is zero.
In fact, if any two or three or four rows add up to pure zero, the determinant is zero as well.