I am a graduate student.In CMI PHD entrance $2011$ there was a true/false question which is as follows:
For $n\geq 2$ there exists an $n\times n$ matrix $A$ such that $A^2=A$ and $\text{tr}(A)=n+1$.
My solution to this question is as follows:
Any such matrix $A$ is similar to $A'=\begin{pmatrix}I_{r\times r} & O_{r\times(n-r)}\\O_{(n-r)\times r}&O_{(n-r)\times (n-r)}\end{pmatrix}$ and change of basis does not affect trace of a matrix.So,$A'$ has trace $n+1$ but trace of $A'$ is $r\leq n$.Which is a contradiction.
Is this ok or is there any easier way?