The question is :
Suppose a real matrix $A$ satisfies $A^3=A$, $A \neq I$, $A \neq 0$.If $Rank(A) = r$ and $Trace(A) = t$, then
(A) $r \geq t$ and $r+t$ is odd.
(B) $r \geq t$ and $r+t$ is even.
(C) $r < t$ and $r+t$ is odd.
(D) $r If I take the matrix $\pmatrix {1&0\\0&0}$ then $(A)$,$(C)$ and $(D)$ are violated and so indirectly it indicates that the correct option is $(B)$.But I fail to prove it directly.Please anybody help me by telling the actual way of proceeding. Thank you in advance. EDIT : Since the polynomial $x^3-x$ annihilates $A$ so it follows that the minimal polynomial of $A$ has distinct linear factors.Hence $A$ is diagonalisazable.So $A$ is similar to a diagonal matrix $D$.Since two similar matrices have the same rank it follows that $Rank(A)$ is same as the number of non-zero eigen values of $A$.Now if $A$ has $r$ non-zero eigen values then $t \leq r$ since all the eigen values of $A$ are $\leq$ $1$.Hence the result follows.