Find the number k such that:
$$det\begin{bmatrix} 3a_1 & 2a_1 + a_2 - a_3 & a_3\\\ 3b_1 & 2b_1 + b_2 - b_3 & b_3\\\ 3c_1 & 2c_1 + c_2 - c_3 & c_3\end{bmatrix}$$
$$ = k \bullet det\begin{bmatrix} a_1 & a_2 & a_3\\\ b_1 & b_2 & b_3\\\ c_1 & c_2 & c_3\end{bmatrix}$$
Ive been working on this question for a while now, and I still cant seem to get it out. What I first thought was the best option would be to expand out the first matrix to get a value multiplied by the second matrix (this value would be k). However, I kept having trouble, and eventually tried a new approach. I tried to compute both determinates to find the value of k. Nevertheless, I was still unable to answer the question. Any help or hints would be much appreciated. Thanks in advance.
Performing elementary column operations, $$det\begin{bmatrix} 3a_1 & 2a_1 + a_2 - a_3 & a_3\\\ 3b_1 & 2b_1 + b_2 - b_3 & b_3\\\ 3c_1 & 2c_1 + c_2 - c_3 & c_3\end{bmatrix}=$$
$$det\begin{bmatrix} 3a_1 & 2a_1 + a_2 & a_3\\\ 3b_1 & 2b_1 + b_2 & b_3\\\ 3c_1 & 2c_1 + c_2 & c_3\end{bmatrix}=$$
$$det\begin{bmatrix} 3a_1 & a_2 & a_3\\\ 3b_1 & b_2 & b_3\\\ 3c_1 & c_2 & c_3\end{bmatrix}=$$
$$3det\begin{bmatrix} a_1 & a_2 & a_3\\\ b_1 & b_2 & b_3\\\ c_1 & c_2 & c_3\end{bmatrix}$$