How can I find the radius of a sphere if I am given the radius of an intersecting circle- 24cm. The only other unit I am given is the distance from the center of the circle to the top- most point of the sphere- 32cm. How would I go about solving this problem.
2026-03-25 17:33:19.1774459999
Finding Sphere radius given radius of intersecting circle and distance from the top of the sphere
85 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

The equation of a sphere can be given by $$x^2+y^2=r^2-z^2$$ where $r^2-z^2$ is the square of radius of any intersecting circle at height $z$ from center of sphere Hence $$r^2-z^2=24^2$$ and $r-z=32$. Solving simultaneously \begin{align} r&=25 \text{ cm (radius of sphere)} \\ z&=-7 \text{ cm} \end{align}