I sat an Algebra test yesterday, which consisted of 30 questions and a total time of 45 minutes (an average of 1 min 30 secs per question). One question of the test was this:
Given the matrix: $$A=\begin{bmatrix} -2 & 4 & 2 & 1 \\ 4 & 2 & 1 & -2 \\ 2 & 1 & -2 & 4 \\ 1 & -2 & 4 & 2 \end{bmatrix}$$ Which of the following options is correct?
(A) $A^{-1}=\dfrac{A}{25}$
(B) $A^{-1}=\dfrac{A}{5}$
(C) $A^{-1}=\dfrac{A}{15}$
(D) It has no inverse.
I do know how to compute the inverse of a matrix. For example, using the Gauss-Jordan elimination method. Or for example, using this formula: $$A^{-1}=\dfrac{\text{Adj}(A^T)}{\text{det}(A)}$$
I calculated the determinant and it is $625$. However, this won't help me pick the correct option (of course I can eliminate option D, which is false).
How in the world am I supposed to solve this problem in around 90-100 seconds, without using a calculator? Is there any shortcut or trick or something I missed? 90 seconds was the average time per question in the test. Given how little time I was given to solve the problem, this leads me to think that the structure of A could simplify the answer.
If $A^{-1}=\dfrac{A}{25}$ then $A^2=25I$. Similar for other options. Now you need to calculate only one diagonal element of $A^2$ to find the correct option.