document.write( "Question 170779: Three pipes are connected to a water tank. One of the pipes can fill the tank in 30 min. The second pipe can fill it in 20 min. The third pipe can fill the tank in 40 min. If the slowest pipe is shut off after 3 min and fastest is shut off 3 min later, how long will it take the remaining open pipe to finish filling the tank? \n" ); document.write( "
Algebra.Com's Answer #126099 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
they each fill some FRACTION of the tank, based on their individual filling times\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x=remaining fill time __ \"3%2F40%2B6%2F20%2B%28x%2B6%29%2F30=1\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiplying by 120 __ 9+36+4x+24=120 __ 4x+69=120\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting 69 __ 4x=51\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "dividing by 4 __ x=51/4 __ x=12min 45sec
\n" ); document.write( "
\n" );