document.write( "Question 451162: An inlet pipe can fill a water tank in 10 hours, while an outlet pipe can empty the same tank in 15 hours. By mistake, both pipes are left open. How long will it take to fill the water tank with both pipes open? \n" ); document.write( "
Algebra.Com's Answer #310677 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! An inlet pipe can fill a water tank in 10 hours, while an outlet pipe can empty the same tank in 15 hours. By mistake, both pipes are left open. How long will it take to fill the water tank with both pipes open? \n" ); document.write( " \r\n" ); document.write( "Two ways to do it.\r\n" ); document.write( "\r\n" ); document.write( "In your head:\r\n" ); document.write( "\r\n" ); document.write( "The LCM of 10 hours and 15 hours is 30 hours. So in 30 \r\n" ); document.write( "hours the inlet pipe has filled 3 tanks and the outlet \r\n" ); document.write( "pipe has emptied 2 tanks. So that amounts to 1 tank \r\n" ); document.write( "being filled in 30 hours.\r\n" ); document.write( "\r\n" ); document.write( "Answer: 30 hours.\r\n" ); document.write( "\r\n" ); document.write( "---------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "By algebra: \r\n" ); document.write( "\r\n" ); document.write( "Let the answer be t. Make this chart\r\n" ); document.write( "\r\n" ); document.write( " tanks filled time rate in tanks/hour\r\n" ); document.write( "Inlet pipe 1 10 \r\n" ); document.write( "Outlet pipe -1 15 \r\n" ); document.write( "Both together 1 t \r\n" ); document.write( "\r\n" ); document.write( "Fill in the rates in tanks/hour by dividing the tanks filled by \r\n" ); document.write( "the time\r\n" ); document.write( "\r\n" ); document.write( " tanks filled time rate in tanks/hour\r\n" ); document.write( "Inlet pipe 1 10 1/10\r\n" ); document.write( "Outlet pipe -1 15 -1/15 \r\n" ); document.write( "Both together 1 t 1/t \r\n" ); document.write( "\r\n" ); document.write( "The equation is formed by:\r\n" ); document.write( "\r\n" ); document.write( " Inlet pipe's rate + Outlet pipe's rate = Rate of both together\r\n" ); document.write( "\r\n" ); document.write( " 1/10 + (-1/15) = 1/t \r\n" ); document.write( "\r\n" ); document.write( " 1/10 - 1/15 = 1/t\r\n" ); document.write( "\r\n" ); document.write( "Multiply through by LCD = 30t\r\n" ); document.write( "\r\n" ); document.write( " 3t - 2t = 30\r\n" ); document.write( " t = 30\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |