document.write( "Question 828199: A pipe can fill a water tank at X hours. Another pipe can fill a water tank at Y hours. If both pipe are used to fill the tank, how many hours would it take? \n" ); document.write( "
Algebra.Com's Answer #499135 by stanbon(75887) ![]() You can put this solution on YOUR website! A pipe can fill a water tank at X hours. Another pipe can fill a water tank at Y hours. If both pipe are used to fill the tank, how many hours would it take? \n" ); document.write( "---- \n" ); document.write( "1st pipe rate: 1/x job/hr \n" ); document.write( "2nd pipe rate: 1/y job/hr \n" ); document.write( "---- \n" ); document.write( "Together rate = 1/x+1/y = (x+y)/xy job/hr \n" ); document.write( "------ \n" ); document.write( "Together time = xy/(x+y) hours/job \n" ); document.write( "---------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |