For the real numbers $p$, $q$, $r$, $s$, $t$, $u$, $v$, $w$, $x$, $$\begin{vmatrix} p & q & r \\ s & t & u \\ v & w & x \end{vmatrix} = -3.$$ Find $$\begin{vmatrix} p & 2q & 5r + 4p \\ s & 2t & 5u + 4s \\ v & 2w & 5x + 4v \end{vmatrix}.$$
My first thought was to find a particular matrix with determinant $-3$, but that would take too long with no guaranteed results. But I don't know what else to do.
It's about properties of determinant. Multiples of columns (or rows) can be factored out, and the determinant is linear on each column (or row). Also, a repeated column (or row) causes the determinant to be zero, as the determinant does not change when we add a multiple of a column to another column. So \begin{align} \begin{vmatrix} p & 2q & 5r + 4p \\ s & 2t & 5u + 4s \\ v & 2w & 5x + 4v \end{vmatrix}&=\begin{vmatrix} p & 2q & 5r \\ s & 2t & 5u \\ v & 2w & 5x \end{vmatrix}+\begin{vmatrix} p & 2q & 4p \\ s & 2t & 4s \\ v & 2w & 4v \end{vmatrix}\\ \ \\ &=2\times5\times\begin{vmatrix} p & q & r \\ s & t & u \\ v & w & x \end{vmatrix}+0\\ \ \\ &=2\times5\times(-3)=-30. \end{align}