Is it possible to have RREF([A|b]) = $$ \begin{matrix} 1 & * & * & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 0 \\ \end{matrix} $$ Or $$ \begin{matrix} 0 & 1 & * & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 0 \\ \end{matrix} $$ Or $$ \begin{matrix} 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 0 \\ \end{matrix} $$
I think the answer is no for all the matrices because we should have infinitely many solutions for Ax=b according to cramer's rule but actually there is no solution.