Files
freeCodeCamp/guide/english/mathematics/volume-of-a-cone/index.md
2018-10-16 21:32:40 +05:30

808 B

title
title
Volume of a Cone

Volume of a Cone

Given the radius of the base of the cone, r, and the height of the cone, h, the volume of a cone is

1/3 * π * r2 * h.

For example, the volume of a cone with radius of its base 8 units and height 18 units is 1/3 * π * 8 * 8 * 18 = 1206.37.

More Information:

Volume of a Cone