I have the matrix $$ \begin{pmatrix} 3-t & 3 & 2t \\ -2 & 0 & -1 \\ 1 & 3 & 2+t \\ t+2 & 0 &t \end{pmatrix} $$ And I'm asked to evaluate the matrix's rank depending of $t$, using the determinants and minors of the matrix. However, the solution I see in the answer book is too short and only addresses one minor $$ \begin{pmatrix} 3-t & 3 & 2t \\ -2 & 0 & -1 \\ 1 & 3 & 2+t \end{pmatrix} $$ and its determinant equals $0$. But I've tried different minors and they dont give always the same answer. Is it because I'm doing it wrong or I should think of something else?
The answer book is this page 85 ex 30
The given matrix is $4\times 3$, hence there are four $3\times 3$ minors. What you should know from theory is that if all determinants of such minors are zero then the rank of the given matrix is less than 3, otherwise it is exactly $3$. Personally, I would start from the minor obtained by removing the first row whose determinant is very easy to compute: $$\begin{pmatrix} -2 & 0 & -1 \\ 1 & 3 & 2+t \\ t+2 & 0 &t \end{pmatrix} \implies \det \begin{pmatrix} -2 & 0 & -1 \\ 1 & 3 & 2+t \\ t+2 & 0 &t \end{pmatrix}=3(-2t+t+2)=3(-t+2).$$ So if $t\not=2$ then the rank is $3$, otherwise the rank is $\leq 2$. Plugging $t=2$ into the matrix we find $$\begin{pmatrix} 1 & 3 & 4 \\ -2 & 0 & -1 \\ 1 & 3 & 4 \\ 4 & 0 &2 \end{pmatrix}.$$ Are you able to find at least one $2\times 2$ minor (their number is 18) whose determinant is not zero? In that case the rank of the matrix is $2$ otherwise it is $1$.