A is $2 \times 2$ matrix. $$A^3+A^2-3A+I=0$$ Decide which statements is true.
$\quad$ A) 1 is eigenvalue of A.
$\quad$ B) Det(A) is 1.
$\quad$ C) $A^{-1}$ exists.
$\quad$ D) If B is inverse of A, $B^3-3B^2+B+I=0$.
Choices are {A,B}, {A,C}, {C,D}, and {B,C,D}.
What I've did so far is,
A : If I multiply eigenvector v$_{(2 \times 1)}$ to given equation, It'll satisfy the equation if eigenvalue of A is 1.
$\quad$ But I'm not sure if it's enough to say statement A is true.
B: (?)
C: $A(-A^2-A+3)=I$, so it's true.
D: $B=-A^2-A+3. $
$\quad B^3-3B^2+B+I=0=B(B^2-3B+1)+I\;$ , If I substitute B then
$\quad =(-A^2-A+3)(A^4+2A^3-2A^2-3A+1)=-A^3-A^2+3A=I$.
$\quad$ So it's true.
Have I done correctly?
and How should I go for statements A and B?