I want to find the Cartesian equation of this plane given in the parametric form:
$$ \begin{cases} \begin{align} x-1&=-s+t\\ y-2&=-s-3t\\ z&=s-3t \end{align} \end{cases} $$
Which is equivalent to
$$ \begin{cases} \begin{align} x-1&=-s+t\\ -x+y-1&=-4t\\ x+z-1&=-2t \end{align} \end{cases} $$
Now, from here, I'm tempted to multiply the second equation by $-2$ and subtract this from the third equation. This would give me:
$$ \begin{cases} \begin{align} x-1&=-s+t\\ -x+y-1&=-4t\\ 3x-2y+z+1&=0 \end{align} \end{cases} $$
However, the answer key gives me:
$$ \begin{cases} \begin{align} x-1&=-s+t\\ -x+y-1&=-4t\\ 3x-y+2z-1&=0 \end{align} \end{cases} $$
Which I believe comes from multiplying the third equation by $2$ and subtracting the second equation from that.
My question is, are both
$$ 3x-2y+z=-1 $$ and $$ 3x-y+2z=1 $$
correct as the Cartesian equation of the plane?
Check:
$$3(-s+t+1)-2(-s-3t+2)+(s-3t)=\color{red}{6t-1}$$
and
$$3(-s+t+1)-(-s-3t+2)+2(s-3t)=1.$$