$l: x=0,y=t,z=t$ and $\pi:6x+2y-2z=3$ find if they are parallel and how is above the other.
So I took the dot product $(0,1,1)\cdot(6,2,-2)=0$ so they are parallel. To test how is above/below I have set $x=0$ and looked at the $z$ component.
for the line I got $z=-y$ and for the plane I got $z=y-\frac{3}{2}$, which has different values for positive and negative $y$ values.
Is there a different approach?