Given the system of parametric equations
$$x + y + kz = 1$$ $$x + y + kz = 3$$ $$2x + 2y + z(1+k) = 1$$ $$x + z = 0$$
I interpret this as two always (for each k) parallel planes:
$$x + y + kz = 1$$ $$x + y + kz = 3$$
And a line:
$$2x + 2y + z(1+k) = 1$$ $$x + z = 0$$
If my calculations are correct, I find that the line can never intersect the planes, but when is it only parallel and when does it actually lie on one plane? If it lies on a plane, how can I decide on which one?
You’ll easily find out that the line’s equation is $$(0,1/2,0)^t+\lambda(2,k-1,-2)^t.$$
Now that line is parallel to the planes if their normal vector, namely $(1,1,k)$, is orthogonal to the line’s direction vector $(2,k-1,-2)^t$, i.e., if $k=1$. But in this case $(0,1/2,0)^t$ doesn’t belong to either plane so line and plane are parallel and disjoint.
If $k\neq1$, line and plane will intersect, so your calculations seem to be defective.