document.write( "Question 714440: An oil tank has two inlet pipes and one outlet pipe. One inlet pipe can fill the tank in 12 hours, and the other inlet pipe can fill the tank in 20 hours. The outlet pipe can empty the tank in 10 hours. How long would it take to fill the tank with all three pipes open? \n" ); document.write( "
Algebra.Com's Answer #438800 by nerdybill(7384) You can put this solution on YOUR website! An oil tank has two inlet pipes and one outlet pipe. One inlet pipe can fill the tank in 12 hours, and the other inlet pipe can fill the tank in 20 hours. The outlet pipe can empty the tank in 10 hours. How long would it take to fill the tank with all three pipes open? \n" ); document.write( "Let x = time (hours) it takes to fill \n" ); document.write( "then \n" ); document.write( "x(1/12 + 1/20 - 1/10) = 1 \n" ); document.write( "multiply both sides by 120: common denominator \n" ); document.write( "x(10 + 6 - 12) = 120 \n" ); document.write( "x(16 - 12) = 120 \n" ); document.write( "x(4) = 120 \n" ); document.write( "x = 30 hours \n" ); document.write( " |