Let $A$ be a $3 \times 3$ matrix with $\det (A)= 2 $ and $3I + 2A= A^2$. Find $\det(3I+A)$.
I know the final answer is 16 according to the book, but I can not find a way to solve the question. Here is how I tried to simplify the question:
$$3I + A= 3I + 2A - A = A^2 - A = A(A-I)$$
so we can say: $$\det(3I + A)= \det(A).\det(A-I)$$
But I can not find the value for $\det(A-I)$
Notice that
$$(3I+A)^2 = 9I + 6A + A^2 = 3(3I+2A) + A^2 = 4A^2$$
Edit: This implies
$$\text{det}(3I+A)^2 = \text{det}(4A^2) = 4^3\text{det}(A)^2 = 256$$
so the determinant must be one of $\pm 16$.