document.write( "Question 1088717: a right circular cone has a radius of 6 inches and a volume of 180pi cubic inches what is the height of the cone
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #703014 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Plug in the given volume (V = 180pi) and the given radius (r = 6); then solve for h\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V = pi*r^2*h \n" ); document.write( "180pi = pi*6^2*h \n" ); document.write( "180pi = pi*36*h \n" ); document.write( "180pi = 36pi*h \n" ); document.write( "180pi/36pi = 36pi*h/36pi \n" ); document.write( "5 = h \n" ); document.write( "h = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: The height is 5 inches \n" ); document.write( " \n" ); document.write( " |