document.write( "Question 981872: A cylindrical can contains 1 litre (1 litre=1000cm cubed) of liquid. Given that its internal radius is 49mm, find the depth of liquid in the can in millimetres
\n" );
document.write( " Thank you \n" );
document.write( "
Algebra.Com's Answer #602784 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "1 litre = 1000cm^3 = 1000000mm^3 \n" ); document.write( "Volume = pi x r^2 x h \n" ); document.write( "1000000 = pi x 49^2 x h \n" ); document.write( "h = 1000000/(49^2 x pi) \n" ); document.write( "height = 132.6 mm \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |