document.write( "Question 299586: How many cubic inches of ice cream can an ice cream cone hold (within the cone) if its height is 7 inches and the diameter of its base is 3 inches? Give solution accurate to the nearest hundredth. Include correct units with your solution. \n" ); document.write( "
Algebra.Com's Answer #215236 by mananth(16946)![]() ![]() You can put this solution on YOUR website! diameter = 3\"\r \n" ); document.write( "\n" ); document.write( "so radius = 1.5 \"\r \n" ); document.write( "\n" ); document.write( "height = 7 \"\r \n" ); document.write( "\n" ); document.write( "volume formula = 1/3 pi* r^2 *h\r \n" ); document.write( "\n" ); document.write( "volume = 1/3 * pi * 1.5^2 * 7 \n" ); document.write( "volume = 16.493 cubic inches \n" ); document.write( " |