Given two arbitrary equidistant points in $\mathbb{R}^3$, ($p$ and $q$), how would one show that they form a plane and what would the equation of that plane be?
Defining two vectors in $\mathbb{R}^3$: $(p - 0)$ and $(q - 0)$, the span of these two vectors show form a plane, if I'm not mistaken. But now, how can I come up with an equation for this plane?
The cross product of the two vectors $\vec{OP}$ and $\vec{OQ}$ is a vector perpendicular to your plane. Say it has coordinates $\vec{OP}\times \vec{OQ}=(a,b,c)$. Then the equation of the plane you are interested is $ax+by+cz=0$. This is because this represents the equation $(a,b,c)\cdot (x,y,z)=0$ which describes the set of all points whose position vector is perpendicular to $(a,b,c)$.