freeCodeCamp/guide/english/mathematics/volume-of-a-sphere/index.md

17 lines
688 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Volume of a Sphere
---
## Volume of a Sphere
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
Given the radius of the sphere, <span class="texhtml">r</span>, the volume of the sphere is
<span class="texhtml">4/3 * π * r<sup>3</sup></span>.
For example, the volume of a sphere with radius 10 units is <span class="texhtml">4/3 * π * 10 * 10 * 10 = 4188.79</span>.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
<a href='https://www.mathopenref.com/spherevolume.html' target='_blank' rel='nofollow'>Volume of a Sphere</a>