The problem states: "Let A be a square matrix of order n and detA = 6. Let matrix B be another matrix, which is the result of matrix A, after all the elements of a single row have been replaced with the elements of another row in the matrix A, multiplied by 8. What's detB equal to?"
My suggestion is that the result is -48, because first we replace two rows, which means the determinant's sign changes, so it becomes -6, and after that we multiple that row by 8, which means we have to multiply the whole determinant by 8, resulting in -48.
Is that right?
Hint:
Take a look at one such pair of matrices. Set $$A=\begin{bmatrix}2 & 0\\0&3\end{bmatrix}$$
Now, we replace the first row with $8\times$ second row to get
$$B=\begin{bmatrix}0 & 24\\0&3\end{bmatrix}$$
Now, ask yourself: