document.write( "Question 1096289: You are designing a container in the shape of a cylinder. The radius is 6 inches. You want the container to hold at least 324π cubic inches. What is the least possible height of the container?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #803209 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! V = (pi) * (r^2) * h = 324pi\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "324pi = pi * (6^2) * h \n" ); document.write( "h = 324/36 = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The minimum height is 9 inches. \n" ); document.write( " |