document.write( "Question 941554: how many buckets of capacity 15 litre can be filled from a water tank 4m long, 2m wide and 1.2m high \n" ); document.write( "
Algebra.Com's Answer #573971 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! capacity of te water tank = length x width x hight \n" ); document.write( " = 4 x2 x 1.2 \n" ); document.write( " = 96 m^3 \n" ); document.write( "but 1 m^3 =1000 liters \n" ); document.write( " = 96 *1000 \n" ); document.write( " = 96000 liters \n" ); document.write( "Capacity of tank = 96000 liters \n" ); document.write( "capacity of each bucket = 15 liters \n" ); document.write( " no of buckets needed to fill = total capacity of water tank / capacity of each bucket \n" ); document.write( " = 96000/15 \n" ); document.write( "=6400 \n" ); document.write( " Result :6400 \n" ); document.write( " |