document.write( "Question 1053829: The volume of an ice cone is 367cm3
\n" );
document.write( "Calculate the depth of water in this cuboid tank if The cone is left to melt away completely
\n" );
document.write( "The length is 16cm the width is 12cm for the tank
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #669075 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! The volume of an ice cone is 367cm3 \n" ); document.write( "Calculate the depth of water in this cuboid tank if The cone is left to melt away completely \n" ); document.write( "The length is 16cm the width is 12cm for the tank \n" ); document.write( ": \n" ); document.write( "let h = the height of the water in the tank, after to cone melts \n" ); document.write( ": \n" ); document.write( "16 * 12 * h = 367 \n" ); document.write( "192h = 367 \n" ); document.write( "h = 367/192 \n" ); document.write( "h = 1.91 cm \n" ); document.write( " |