We have given two lines $a$ and $b$ and a plane $\sum$. We are asked to find equation of a line which is intersecting with the lines $a$ and $b$ and is parallel to the given plane $\sum$.
$$a: \frac{x}{2} = \frac{y-1}{1} = \frac{z-1}{2} \\b: \frac{x}{1} = \frac{y+1}{2} = \frac{z}{3} \\ \sum: x+y+z=0$$
I started from the fact if two lines are intersecting they must belong to the same plane, but I'm not sure if this means that the lines $a$ and $b$ will always belong to the same plane, so I'm not sure how to start solving the task.
We can write the line a as x= 2t, y= t+ 1, z= 2t+ 1 and the second line as x= s, y= 2s- 1, z= 3s. If those two lines were to intersect at some point (x, y, z) we would have to have x= 2t= s, y= t+ 1= 2s- 1, and z= 2t+ 1= 3s. From 2t= s, s= 2t so t+ 1= 2(2t)- 1= 4t 1. 3t= 2 so t= 2/3 and s= 4/3. Then z= 2(2/3)+ = 7/3 and z= 3(4/3)= 4. Those are not the same so, no they do not intersect. Nor are they parallel. They are skew and do not lie in a single plane.
Now, as for the original problem, to find a line that intersects both given lines and is parallel to the given plane. Write the desired line as x= au+ b, y= cu+ d, z= eu+ f. To be parallel to the given plane, a vector in the direction of the line, such as , must be perpendicular to the planes normal vector, <1, 1, 1>. That is, .<1, 1, 1>= a+ c+ e= 0 so we must have e= -a- c. We can write the line as x= au+ b, y= cu+ d, z= (-a- c)u+ f. At the point of intersection of that line with the first given line, we must have 2t= au+ b, t+ 1= cu+ d, and 2t+ 1= (-a- c)u+ f. At the point of intersection of that line with the second given line we must have s= au+ b, 2s- 1= cu+ d, and 3s= (-a- c)u+ f. That gives us 6 equations to solve for the 7 unknowns, a, b, c, d, f, s, and t. There is one more unknown than equations so this is "under determined". There will be an infinite number of possible solutions.