document.write( "Question 713125: An inverted conical tank of radius 3 meters and altitude of 9 meters contains water to a depth of 3 meters. How much water must be added into the tank such that the depth of water will be doubled? \n" ); document.write( "
Algebra.Com's Answer #438301 by KMST(5328) You can put this solution on YOUR website! The tank volume is radius squared times pi, times height, divided by 3. \n" ); document.write( "In cubic meters, that is 3 squared, times pi, times 9, divided by 3, \n" ); document.write( "which calculates to 27pi \n" ); document.write( "The water in the tank occupies a similar cone, \n" ); document.write( "with all dimensions proportionally smaller by a factor of 3. \n" ); document.write( "That volume is smaller by a factor of 3 cubed, or 27. \n" ); document.write( "So the volume of water in the tank is pi cubic meters. \n" ); document.write( "The volume when the water is twice as deep is the volume of a similar cone, \n" ); document.write( "2 times as large in all dimensions. \n" ); document.write( "That makes the volume larger by a factor of 2 cubed, or 8. \n" ); document.write( "The amount of water that needs to be added is 7 times what is in the tank, \n" ); document.write( "or 7pi cubic meters. \n" ); document.write( "That is about 22 cubic meters, which is 22,000 liters. \n" ); document.write( " |