I need to find the center of a sphere of radius $5$ which is tangent to both the planes $x − 2y + 2z = 3$ and $3x + 4z = 8$.
I attempted the problem in the following way: Let the point be $(x_0, y_0, z_0)$. Then the perpendicular distance from each plane to $(x_0, y_0, z_0)$ should be $5$. So, $5 = \frac{|x_0-2y_0+2z_0-3|}{\sqrt{1+4+4}}$, $5 = \frac{|3x_0+4z_0-8|}{\sqrt{9+0+16}}$. This leaves me with 2 equations and three variables. How can I proceed? Also, what to do with absolute values?
EDIT: I also noticed that the normal vector to the second plane has magnitude 5 (same as radius). Can that be helpful?
Is there only one sphere that is tangent to both planes, or are there more than one? Solving these equations will most probably give you one free variable, or in other words, the equation of a line. Then any point on this line will satisfy your desired property. See if this works. In terms of absolute values, remember $$\left| x \right| = \cases{x = x \space \space for \space x \geq 0, \\ x = -x \space for \space x < 0}$$ Therefore, you can split the problem up into two different cases, and that will probably make it easier.