document.write( "Question 1044359: A bathtub can be filled in 8 min. It takes 12 minutes for the bathtub to drain.if the faucet is turned on but the drain is also open, how long will it take to fill the tub?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #659632 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A bathtub can be filled in 8 min. \n" ); document.write( " It takes 12 minutes for the bathtub to drain.if the faucet is turned on but the drain is also open, how long will it take to fill the tub? \n" ); document.write( ": \n" ); document.write( "let t = time in min for this to happen \n" ); document.write( "let a full tub = 1 \n" ); document.write( "fill is +; drain is - \n" ); document.write( " \n" ); document.write( "multiply eq by least common multiple of 8 & 12. That's 24. \n" ); document.write( "Cancel the denominators and you have \n" ); document.write( "3t - 2t = 24 \n" ); document.write( "t = 24 min to fill the tub in these conditions \n" ); document.write( " \n" ); document.write( " |