MathJax TeX Test Page
$$\det\left(\begin{vmatrix}5 & -1 & 8\\2 & -2 & -8\\-7 & -2 & -2\end{vmatrix}\right)$$
Remember, the determinant of the transpose is the same as the determinant of the regular matrix, so we can do column operations!!! (basically, you transpose, then do a row operation, the transpose back)
$$\det\left(\begin{vmatrix}0 & -1 & 8\\-8 & -2 & -8\\-17 & -2 & -2\end{vmatrix}\right) \text{$C_1 = C_1 + 5C_2$}$$
$$\det\left(\begin{vmatrix}0 & -1 & 0\\-8 & -2 & -24\\-17 & -2 & -18\end{vmatrix}\right) \text{$C_3 = C_3 + 8C_2$}$$
$$-6\det\left(\begin{vmatrix}0 & -1 & 0\\-8 & -2 & 4\\-17 & -2 & 3\end{vmatrix}\right) \text{$C_3 = C_3/6$}$$
$$-6\det\left(\begin{vmatrix}0 & -1 & 0\\0 & -2 & 4\\-11 & -2 & 3\end{vmatrix}\right) \text{$C_1 = C_1 + 2C_3$}$$
$$-6\det\left(\begin{vmatrix}0 & 4\\-11 & 3\end{vmatrix}\right) = -6 \cdot 44 = \boxed{-264}$$