document.write( "Question 592336: A drain can empty 3/4 of a sink in 1 minute and the faucet can fill 5/6 of the sink in 1 minute. If the faucet is on and the drain is open, how long will it be before the sink overflows? \n" ); document.write( "
Algebra.Com's Answer #375931 by lwsshak3(11628) ![]() You can put this solution on YOUR website! A drain can empty 3/4 of a sink in 1 minute and the faucet can fill 5/6 of the sink in 1 minute. If the faucet is on and the drain is open, how long will it be before the sink overflows?\r \n" ); document.write( "\n" ); document.write( "** \n" ); document.write( "let x=minutes sink overflows \n" ); document.write( "5x/6-3x/4=1 \n" ); document.write( "LCD:12 \n" ); document.write( "10x-9x=12 \n" ); document.write( "x=12 \n" ); document.write( "ans: \n" ); document.write( "The sink will overflow in 12 minutes \n" ); document.write( " |