document.write( "Question 711642: find the length of the tank if b=90cm , h= 40cm.and the capacity of water tank is 576 liters.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #437506 by god2012(113) You can put this solution on YOUR website! Given : \n" ); document.write( "Length of the tank = 90 cm \n" ); document.write( "Height = 40 cm \n" ); document.write( "Capacity of the tank = volume = 576 ltr = 576000 cc\r \n" ); document.write( "\n" ); document.write( "Solution : Volume of the tank = length * breadth * height = l * 90 * 40 = 3600l\r \n" ); document.write( "\n" ); document.write( "3600l = 576000\r \n" ); document.write( "\n" ); document.write( "l = 576000/3600 = 160 cm\r \n" ); document.write( "\n" ); document.write( "Therefore, Length of the tank = 160 cm \n" ); document.write( " |