I'm trying to solve this problem:
Assume that $(1, -2, 3)$ is a solution to a system $AX = b$ with $A$ a $4 \times 3$ matrix. Assume that $\{(3s, -s, 2s) | s \in \mathbb{R}\}$ is the solution space for $AX = 0$. Give the solution set for the system $AX = b$.
I start with trying to find (for some $T_A : \mathbb{R}^3 \to \mathbb{R}^4$) the $Im (T_A)$, since I know that for some $(b_1, b_2, b_3, b_4) \in Im (T_A) \Leftrightarrow AX = b$ has a solution with $b = \begin{bmatrix}b_1 & b_2 & b_3 & b_4\end{bmatrix}^T $
I know that from the given information you can infer that the reduced row echelon form $[A | 0]$ that solves the $AX = 0$ and gives the $ker(T_A) = \{(3s, -s, 2s) | s \in \mathbb{R}\}$ has to be
$ \begin{bmatrix} 1 & 3 & 0 & 0 \\ 0 & 2 & 1 & 0 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix} $
And based on $ker(T_A)$ there's 2 known results for $T_A$,
$T_A((-3, 1, -2)) = (0, 0, 0, 0)$ (and multiples of $(-3, 1, -2)$), and $T_A((1, -2, 3)) \neq (0, 0, 0, 0)$
I don't really know where I must go from here. I assume I must figure out $A$, the non reduced row-echelon form of it, somehow, and then I could easily determine the solution set for $AX = b$, but I'm not sure how I might do this.
Apologies for any inconsistent/strange vocabulary, I had to translate this problem.