document.write( "Question 620087: One pipe can fill a tank in 36 minutes, a second can fill it in 9 minutes, and a third can fill it in 12 minutes. If the tank is empty, how long will the three pipes, operating together, take to fill it?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #389898 by stanbon(75887) ![]() You can put this solution on YOUR website! One pipe can fill a tank in 36 minutes, a second can fill it in 9 minutes, and a third can fill it in 12 minutes. If the tank is empty, how long will the three pipes, operating together, take to fill it? \n" ); document.write( "--- \n" ); document.write( "The rates are 1/36 ; 1/9 ; 1/12 \n" ); document.write( "Together rate is 1/x \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "(1/36) + (1/9) + (1/12) = 1/x \n" ); document.write( "--- \n" ); document.write( "Multiply thru by 36x to get: \n" ); document.write( "x + 4x + 3x = 36 \n" ); document.write( "8x = 36 \n" ); document.write( "x = 4.5 minutes (time to do the job together) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |