Jason B. answered 10/14/20
Undergraduate-Level Tutor (11+ Years Experience)
The relationship between a matrix A, its adjugate matrix Adj(A) and its determinant det(A) is given by
A * Adj(A) = det(A) * I, <1>
where I is the identity matrix (in our case, it is 3 x 3).
Taking the determinant of both sides of <1> yields
det( A * Adj(A) ) = det( det(A) * I ). <2>
The determinant function satisfies det(B*C) = det(B) * det(C) for all square matrices B and C of the same dimensions.
The determinant also satisfies det(k*A) = kdim(A) * det(A) for any square matrix A and any scalar k, where dim is the dimension (in our case, the number of rows or the number of columns).
Therefore, we can simplify <2> to become
det(A) * det(Adj(A)) = det(A)dim(A) * det(I). <3>
Substituting det(A) = 2020, dim(A) = 3 and det(I) = 1 yields
2020 * det(Adj(A)) = 20203 * 1
So det(Adj(A)) = 20202 = 4080400.