Description

The volume of a sphere is determined by its radius. A multiple of the original volume can be determined by a suitable change in the radius.


 

volume of a sphere =

= 4 / 3 * PI() * ((radius)^3)

 

multiple of a sphere's volume =

= ((multiple of the radius) ^3)

 

multiple of a radius =

= ((multiple of the sphere's volume) ^ (0.333))

 


To read more or access our algorithms and calculators, please log in or register.