I am working on some practice problems and I'm unsure where to begin this problem. It starts off by giving $\det(X)= 1$ for the following matrix $X$:$$ \begin{matrix} a & 1 & d \\ b & 1 & e \\ c & 1 & f \end{matrix} $$ and the $\det(Y)= 4$ for the following matrix $Y$:
$$ \begin{matrix} a & 1 & d \\ b & 2 & e \\ c & 3 & f \end{matrix} $$
Knowing this, the text asked me to solve some other matrices, which I did with relative ease. For some reason, this last one I cannot solve: Find the determinant of: $$ \begin{matrix} a & 5 & d \\ b & 7 & e \\ c & 9 & f \end{matrix} $$
I have tried various rules and identities, but I can't seem to get to this form using scalar multiples or anything like that.
Thanks so much for any help/suggestions/solutions.
The determinant is multilinear i.e. linear for every column. Notice that the second column of the desired determinant is the sum of $3$ times the second column of the first determinant with twice the second column of the second determinant: hence the desired determinant is $$3\times 1+2\times 4=11$$