If one notices that we are taking about the plane
$$x_1-x_2+x_3=3\tag 1$$
then it will be clear that both of the following parametric representations describe this very plane:
$$\begin{matrix}x_1(s,t)=t\\
x_2(s,t)=s\\
x_3(s,t)=3+s-t
\end{matrix}\tag 2$$
and
$$\begin{matrix}
x_1(s,t)=3+s-t&\ \\
x_2(s,t)=s\\
x_3(s,t)=t
\end{matrix}.$$
But why is $(1)$ a representation of $(2) $?
Let's take three points on $(2)$.
- Let $s=t=0$ then our point is $(0,0,3).$
- Let $s=t=1$ then our point is $(1,1,3)$.
- Let $s=1$ and $t=0$ then we have $(0,1,4)$.
Then let the three vectors pointing to the three points given above be denoted by $v_1,v_2,v_3$ . The following difference vectors are parallel to the plane:
$$v_2-v_1=\begin{bmatrix}1\\ 1\\ 0\end{bmatrix}$$
$$v_3-v_1=\ \begin{bmatrix}0\\ 1\\ 1\end{bmatrix}.$$
The vector product of the two vectors above will be a normal vector to our plane:
$$n=\begin{bmatrix}\ 1\\ -1\\ \ 1 \end{bmatrix}.$$
Let $[x_1\ x_2\ x_3]^T$ be a general point of the plane and take the vector $[0\ 0\ 3]^T$ pointing to a specific point of the plane. The vector below is parallel to the plane
$$\begin{bmatrix}x_1\\ x_2\\ x_3\end{bmatrix}-\begin{bmatrix}0\\ 0\\ 3\end{bmatrix}=\begin{bmatrix}x_1\\ x_2\\ x_3-3\end{bmatrix}.$$
The following scalar product has to be zero
$$n^T\begin{bmatrix}x_1\\ x_2\\ x_3-3\end{bmatrix} = [1 \ -1 \ \ 1]\begin{bmatrix}\ x_1\\x_2\\\ x_3-3\end{bmatrix}=0.$$
So,
$$x_1-x_2+x_3=3.$$
This proves that $(1)$ is a true equation of the plane given by $(2)$.