We have the matrix $A= \begin{pmatrix} 0 &2 &2 \\ 2& 0 &2 \\ 2& 2 & 0 \end{pmatrix}$, then one of the following is true:
$f_A(x)=m_A(x) $
The matrix $C=A^4-4A^2+5I$ isn't diagnolizable over $\mathbb R$
For the matrix $B=A^5+6A^3+A^2-I$ we have $f_B(x)\neq m_B(x)$
For the matrix $B=A^5+6A^3+A^2-I$ we have $f_B(x)$ is a simple polynomial over $\mathbb C$
EDIT: I get that $f_A(x) = x(2+x)(2-x)$ and it looks like I can't zero the matrix with any smaller combination than $f_A$, so it's maybe true.
For 2 I get that eigenvalues of $A$ aren't zeroing $x^4-4x^2=x^2(x^2-4)=-5$, I'm not sure what to make of it though.
For 3, we have $f_B(x) = x^2(x^3+6x+1)-1$ (?) that can't be a minimal polynomial so that's maybe true.
For 4, I don't think it's true for the same reason as 3.
Notes: $f_A(x)$ is the characteristic polynomial of $A$, $m_A(x)$ is the minimal polynomial of A, a "simple" polynomial: $x(x+1)$, not "simple" poly': $x^2(x+3)$