A given plane intersects a given line unless the normal-vector of the plane is perpendicular to the line.
Given a finite set of straight lines, for each line find the plane that is perpendicular to that line and goes through the origin. At the end you have a finite number of planes all passing through the origin. Pick any vector that does not go through those planes and pick a plane perpendicular to that vector. That plane will intersect all the lines.
0
Bumbble Comm
On
A line and a plane intersect iff the plane's normal vector isn't orthogonal to the line's direction. Given a finite set of lines, just choose as normal vector any vector that isn't orthogonal to any direction of the lines.
A given plane intersects a given line unless the normal-vector of the plane is perpendicular to the line.
Given a finite set of straight lines, for each line find the plane that is perpendicular to that line and goes through the origin. At the end you have a finite number of planes all passing through the origin. Pick any vector that does not go through those planes and pick a plane perpendicular to that vector. That plane will intersect all the lines.