document.write( "Question 471832: A cold water faucet can fill a sink within 12 minutes and a hot water faucet can fill it in 15 minutes. The drain can empty the sink in 25 minutes. If both faucets are on and the drain is open, how long will it take to fill the sink? \n" ); document.write( "
Algebra.Com's Answer #358734 by piyushchy(1)![]() ![]() You can put this solution on YOUR website! Let t = the number of minutes it will take to fill the sink \n" ); document.write( "t(1/12 + 1/15 - 1/25) = 1 \n" ); document.write( "t (25/300 + 20/300 - 12/300) = 1 \n" ); document.write( "33t/300 = 1 \n" ); document.write( "t = 300/33 \n" ); document.write( "t = 9.09 mins \n" ); document.write( " |