How can one find the point of tangency between a plane and a sphere in $\mathbb{R}^3$? The equations of the plane and the sphere are $x + y + z - 5 = 0$ and $(x-1)^2 + (y-2)^2 + (z+1)^2 = 3$ respectively.
I realized that the distance between the point of tangency and the center of the sphere must equal its radius, but setting this constraint up just yielded the equation $x + y + z - 5 = 0$. Am I doing something wrong?

Intersect the line (1/2/-1) + t (1/1/1) with the plane.
The point (1/2/-1) is the mid-point of the sphere. The normal vector of the plane has the same direction as the line between the mid-point of the sphere and the point of tangency.
Note that the distance of the sphere-mid-point from the plane is $\sqrt{3}$, so the plane indeed is a tangency plane.