document.write( "Question 769248: a bucket is 16cm in diameter at the top and 8cm at the bottom. if the bucket is 6cm deep, calculate its volume
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #468724 by Cromlix(4381) You can put this solution on YOUR website! Using a formula for the volume \n" ); document.write( "of a frustum: \n" ); document.write( "Volume = Pi*h/3 (R^2 + Rr + r^2) \n" ); document.write( "R = 8cm, r = 4cm and h = 6cm \n" ); document.write( "Pi * 6/3 (8^2 + 8*4 + 4^2) \n" ); document.write( "= 703.7cm^3. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |