Solve the system
$$x_1+x_2+2x_3=3\\ 6x_1+7x_2-3x_3=-3$$
$$\begin{bmatrix} 1 & 1 & 2 & 3\\ 6 & 7 & -3 & -3\\ \end{bmatrix}\text{~}\begin{bmatrix} 1 & 1 & 2 & 3\\ 0 & 1 & -15 & -21\\ \end{bmatrix}\text{~}\begin{bmatrix} 1 & 0 & 17 & 24\\ 0 & 1 & -15 & -21\\ \end{bmatrix}$$
And using this I found that: $$x_1+17x_3=24\\ x_2-15x_3=-21$$
As far as I know this is correct, but my issue is how to state my solution.
$$\begin{bmatrix} x_1\\ x_2\\ x_3 \end{bmatrix}=\begin{bmatrix} ?\\ ?\\ ? \end{bmatrix}+\begin{bmatrix} ?\\ ?\\ ? \end{bmatrix}s$$