Question 257194
if the cube and the sphere have the same volume, then the following equation is true.


{{{s^3 = (4/3)*pi*r^3}}}


solve for s to get:


{{{s = root(3,((4/3)*pi*r^3))}}}


this becomes:


{{{s = root(3,((4*pi)/3))*root(3,(r^3)))}}}


which becomes:


{{{s = root(3,((4*pi)/3))*r}}}


to confirm this is correct, we supply any value for r and calculate the volume of the sphere and the volume of the cube.


let r = 6.


volume of the sphere is equal to {{{(4/3)*pi*6^3}}} = 904.7786842 cubic units.


side of the cube = {{{root(3,((4*pi)/3))*6}}} = 9.671951724.


volume of the cube = (9.671951724)^3 = 904.7786842.


volumes are the same so the formula is good.


question was:


What is the exact ratio of the sphere’s radius to the cube’s side?


the original statement was?


A cube and a sphere would have the same volume if the sphere’s radius were
halved.


since these cubes have the same volume, this means that the radius used was half the radius of the sphere.


this means that the sphere's radius is double whatever value we used to make the volumes equal.


in our formula for {{{s = root(3,((4*pi)/3))*r}}}, we'll replace "r" with "r/2" to get:


{{{s = root(3,((4*pi)/3))*(r/2)}}}



this means that in our example, the radius of the sphere was actually 12 rather than 6.


plug that into the revised formula and we get:


{{{s = root(3,((4*pi)/3))*(12/2)}}} which becomes:


{{{s = root(3,((4*pi)/3))*(6)}}} which is the same we had before when the volumes were equal.


so our formula is:


{{{s = root(3,((4*pi)/3))*(r/2)}}} and we want to get the ratio of r to s.


in order to find that ratio, we want to get r/s = ???


we multiply both sides of our formula by 2 to get:


{{{2*s = root(3,((4*pi)/3))*r}}}


we divide both sides of our formula by {{{root(3,((4*pi)/3))}}} to get:


{{{2*s/root(3,((4*pi)/3)) = r}}}


we divide both sides of this formula by s to get:


{{{2/root(3,((4*pi)/3)) = r/s}}}


our ratio is:


{{{r/s = 2/root(3,((4*pi)/3))}}}


we confirm this is true by taking any value for s and seeing if the formula holds.


we multiply both sides of this ratio by s to get:


{{{r = (2*s)/root(3,((4*pi)/3))}}}


when we let s = 5, this formula becomes:


{{{r = (10)/root(3,((4*pi)/3))}}} = 6.203504909


we take half of this to get half of r = 3.101752454


volume of the cube is {{{5^3 = 125}}}


volume of the sphere when the radius is halved is {{{(4/3)*pi*(3.101752454)^3 = 125}}}


we're good.


your answer is:


the ratio of the radius of the sphere to the side of the cube is:


{{{r/s = 2/root(3,((4*pi)/3))}}}


this is the ratio of the radius of the sphere before we halved it, as I believe that's what they are asking.