document.write( "Question 767935: a 5 cubic meter cylindrical tank is to be constructed.If it has a diameter of 1.5 meter, how tall must the tank be?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #468005 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Volume of a cylinder = Pi*r^2*h \n" ); document.write( "Diameter = 1.5m Radius = 0.75m \n" ); document.write( "Volume of a cylinder = Pi*r^2*h \n" ); document.write( "5 = Pi * 0.75^2 * h \n" ); document.write( "h = 5/(Pi*0.75^2) \n" ); document.write( "Height = 2.83 metres. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |