When doing the exercise of finding a line between two intersection of planes, we require to find a point and direction vector of the line. The direction vector is easy because it's perpendicular to both the normals, but I'm a tad-bit confused about how to take the point.
Suppose, we were to be given equation of two planes,
$$P_1 : A_1 x + B_1 y +C_1 z+ D = 0$$
And,
$$ P_2 : A_2 x +B_2 y +C_2 z +D = 0$$
To find a point along the line of intersection, it is often instructed to put one of the coordinates as zero, say $x, y$ or $z$ and then solve for the remaining coordinates. But, I'm not sure why we do this, as in , how do we know that the line between intersection of two lines would always need to have $x$ , $y$ and $z$ intercepts?
I saw this post but didn't think it addressed my query and neither was it addressed in this one