I'm trying to understand how to find line of intersection between 2 planes. In almost every explanation I've seen, it involves removing one of the unknowns by substituting it with 0.
For example in this video https://www.youtube.com/watch?v=q2FO675dmyM
For the planes:
x + 2y - 4z = 16
2x - y + 3z = 6
Substituting x = 0,
We get the equations
2y - 4z = 16
2y + 6z = 12
And eventually we can solve the equation.
But what if we cannot substitute x = 0?
Consider the planes:
x + y = 8
x = 5
In this case, the line of intersection will never touch x = 0 or y = 0. I know that with this equation, we can already easily solve this question as there is only 2 unknowns (technically 1 unknown since x = 5).
But I'm just curious if it is possible for such a case to occur with 3 unknowns. Where we have 3 unknowns but the line of intersection will never pass through one of the axis.
Rather than assign the value $0$ to $x$, for the reasons you mention, (or $y$ or $z$, for that matter), it is better to eliminate one of the letters from the two equations first.
So, for example, taking the equations you mention:$$x+2y-4z+16$$ and $$2x-y+3z=6$$
If we decide to eliminate $y$ for example we get $$5x+2z=28$$ Whereupon, $$5x=28-2z=\lambda$$
We can then get each of $x$ and $y$ and $z$ in terms of the parameter $\lambda$, which gives us an equation of the line.