Consider the following linear system $A\vec{x}=\vec{b}$ where,
$A=\begin{bmatrix} 2&1&4\\ 2&-3&4\\ 3&-2&6 \end{bmatrix}$ and $\vec{b}=\begin{bmatrix} b\\ b\\ b \end{bmatrix}$ for a real number b.
Determine the values of b where so that $A\vec{x}=\vec{b}$ has at least 1 solution and solve the linear system.
I have taken the augmented matrix:
$\begin{bmatrix} 2&1&4&b\\ 2&-3&4&b\\ 3&-2&6&b \end{bmatrix}$ and reduced it to $\Rightarrow$ $\begin{bmatrix} 1&0&2&\frac{3}{7}b\\ 0&1&0&\frac{1}{7}b\\ 0&0&0&\frac{4}{7}b \end{bmatrix}$
From here, do I conclude the that this system will only have a solution for those values of b such that $b=0$?
What else do I have to do to solve the linear system?
Edit this is what i got for my row reduction
