Problem:
Find the equation of the plane passing through these intersecting straight lines
\begin{align*} \begin{cases} x = 2z + 1\\ y=3z+2 \end{cases}\quad\text{and}\quad \begin{cases} 2x = 2 - z\\ 3y=6+z \end{cases} \end{align*}
How do I find the direction vector?
The direction of the line defined by the intersection of the planes $x - 2z = 1$ and $y - 3z = 2$ is given by the cross product $d_{1} = (1,0,-2)\times(0,1,-3)$.
Similarly, the direction of the line defined by the intersection of the planes $2x + z = 2$ and $3y - z = 6$ is given by the cross product $d_{2} = (2,0,1)\times(0,3,-1)$.
Consequently, the normal direction of the plane passing through both lines is given by $d = d_{1}\times d_{2}$.
Since you have the normal direction of the plane, you just need to determine one of its points in order to describe it properly.
More precisely, one has the following system of equations \begin{align*} \begin{cases} x = 2z + 1\\\\ y = 3z + 2\\\\ 2x = 2 - z\\\\ 3y = 6 + z \end{cases}\Longleftrightarrow P = (x_{0},y_{0},z_{0}) = (1,2,0) \end{align*}
Finally, the equation of the plane is given by
$$\langle (x,y,z) - (x_{0},y_{0},z_{0}),d\rangle = 0$$