document.write( "Question 987268: Make a rough estimate of the volume a human body (in m3). Assume that the body is a cylinder about 170 cm tall and 12 cm in cross-sectional radius.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #608049 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "170cm = 1.7m \n" ); document.write( "12cm = 0.12m \n" ); document.write( "Volume of a cylinder = pi*r^2*h \n" ); document.write( "Volume = pi * 0.12^2 * 1.7 \n" ); document.write( "Volume = 0.08 m^3 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |