I've been given: $$ \begin{array}{rcrcrcr} x & + &2y &+& z &=& 3\\ x & +& y &+& 2z &=& 2\\ & & y&-& z &=& 1 \end{array} $$ Let $S$ be the set of all triples that are solutions to the system above and $$T = {(x,y,z)}={(1-3t, 1+t, t)} $$ I need to show that $S=T$.
So, I tried solving for the system of equations first which got me nowhere because solving the first two equations gives us the third equation. So that was a bust.
Also, I'm not sure what to do with T?
The form of the triples in $T$ suggests setting $z=t$.
Then the first two equations become $x + 2y = 3 - t$ and $x + y = 2 - 2t$.
Solving, we get $x = 1 - 3t$ and $y = 1 + t$, as expected.
Thus, any solution to the system is in $T$, and $S \subseteq T$.
It's easy to verify any triple in $T$ also satisfies the system, and is thus in $S$, so $T \subseteq S$.
Therefore, $S = T$.