I want to find the equation for a plane that is equidistant from the points $P_0 = (1, 2, 3)$ and $P_1=(3, 2, 1)$ and contains the line $\ell=(1, 1, 1) + t(0, 1, -1).$
I know that the midpoint of the two points $P_0$ and $P_1$ must be on the plane, which is $MP=(2, 2, 2).$ However, I notice this point is on the line $\ell$. I need another vector in the plane to preform the cross product and find a normal to the plane, however I can't think of a way to find such vector. I know that the length of the orthogonal complements of the two points on the normal must be the same for all points on the plane, but setting up such an equation doesn't seem like the right way to go about it. Any help would be appreciated.
The set of points that is equidistant from two points in $\mathbb R^3$ is a plane. The normal vector of this plane is $\overrightarrow{P_0P_1}$ and contains the midpoint $(2,2,2)$.
Therefore the place you require is
$$2x-2z = 0$$
or
$$x=z$$
However this plane does not contain the line $l$; their intersection is the point $(1,1,1)$, so I suspect something is wrong with the question: the line $l$ itself is not equidistant from the two points.