Does the Line passing through $(3, 4, -1)$ and which is normal to $x+4y-z=-2$, intersect any of the coordinate axes?
So I have found the parametric equations of this line which are:
\begin{align}x&=3+t\\ y&=4+4t\\ z&=-1-t\end{align}
Do I set these equations to zero to find if they intersect the coordinate axes? That's where I'm stuck.
We have
$$\begin{cases}x=3+t\\ y=4+4t\\ z=-1-t\end{cases}$$
Along each of the coordinate axes, at least two of $x,y,z$ must be $0$. So try out the three different cases $(x,0,0),(0,y,0),(0,0,z)$ and see if there is a consistent result(s) to the system in each.