document.write( "Question 204156: Solve the problem. Use 3.14 for π. Round to the nearest tenth, if necessary.\r
\n" );
document.write( "\n" );
document.write( "A cylindrical drain pipe is 6 in. across the top and about 12 in. high. How many cubic inches of water could it hold?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154110 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The volume of a cylinder is \n" ); document.write( "V = pi*r^2*h, which is the cross-sectional area times the height. \n" ); document.write( "V = 3.14*3^2*12 \n" ); document.write( "V = 3.14*9*12 \n" ); document.write( "V = ~ 339.12 cubic inches \n" ); document.write( " |