document.write( "Question 1121674: Two pipes A and B, are used to fill a water tank. The empty tank is filled in 10 hours if two pipes are used together. If pipe A alone is used for 6 hours and then turned off, pipe B will .take over and finish off filling the tank in 18 hours. How long will it take each pipe alone to fill the tank? \n" ); document.write( "
Algebra.Com's Answer #737628 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let A = the fill rate of pipe A \n" ); document.write( "Let B = the fill rate of pipe B \n" ); document.write( "Working together, their combined rate is A + B = 1 tank/10 h = 1/10 -> A = 1/10 - B \n" ); document.write( "Pipe A working alone will fill A*6 of a tank \n" ); document.write( "The remaining portion of the tank is filled by B in 18 h \n" ); document.write( "Thus 1 = A*6 + B*18 \n" ); document.write( "1 = 6(1/10 - B) + 18B \n" ); document.write( "Solving for B gives 12B = 4/10 -> B = 1/30 \n" ); document.write( "Thus A = 1/10 - 1/30 = 2/30 \n" ); document.write( "So it would take A 15 hrs and B 30 hrs to fill the tank alone\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |