17 lines
		
	
	
		
			808 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			808 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								title: Volume of a Cone
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								## Volume of a Cone
							 | 
						||
| 
								 | 
							
								<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds  -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Given the radius of the base of the cone, <span class="texhtml">r</span>, and the height of the cone, <span class="texhtml">h</span>, the volume of a cone is
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<span class="texhtml">1/3 * π * r<sup>2</sup> * h</span>.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								For example, the volume of a cone with radius of its base 8 units and height 18 units is <span class="texhtml">1/3 * π * 8 * 8 * 18 = 1206.37</span>.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#### More Information:
							 | 
						||
| 
								 | 
							
								<!-- Please add any articles you think might be helpful to read before writing the article -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<a href='https://www.varsitytutors.com/hotmath/hotmath_help/topics/volume-of-a-cone' target='_blank' rel='nofollow'>Volume of a Cone</a>
							 |