Characterize the values $c$ and $k$ for the system:
$$\begin{eqnarray} cx&+y&+z&=&3\\ x& + 2y& +cz& =& 4\\ 2x& + 3y& + 2cz& =& k \end{eqnarray}$$ such that the system has (i) no solution (ii) infinite solutions (iii) unique solution. I have obtained the following reduced equations using echelon reduction- $$\left(\begin{array}{c} 0 & 0 & c-1 \\ 0 & 1 & c-1 \\ 1 & 1 & 1 \end{array} \right) \left(\begin{array}{c} x \\ y \\ z \end{array} \right) = \left(\begin{array}{c} k-7 \\ 1 \\ 3 \end{array} \right)$$
(c-1)z=k-7, y+(c-1)z=1, x+y+z=3
I don't know the conditions to be imposed further for each of the cases.
Let the system to be $A \boldsymbol{x}= \boldsymbol{b}$.
Now, let's start with the unique solution first.
A system has an unique solution iff all pivot from the matrix $A$ are non-zero. It means $c-1 \neq 0$. So $c \neq 1$.
If $c=1$, it will turns the system to be infinitely many solution or no solution.
So, let's substitute $c=1$ back to the system.
Now, you can see that there is a nearly zero row in the system .
If you want the system to have infinitely many solution, you need to make the nearly zero row to be an all zero row.
Therefore, if $k=7$, that's the case of infinitely many solution. You need to write down $c=1,k=7$.
If $c=1$ but $k\neq 7$, there is a contradiction that $$0x+0y+0z=p,$$ where $p$ is any non zero number, that's impossible. Therefore $c=1 ,k \neq 7$ makes no solution.