document.write( "Question 52501: With only the small valve open, all of the liquid can be drained from a large vat in 4 hours. With only the large valve open, all of the liquid can be drained from the same vat in 2 hours. How long would it take to drain the vat with both valves open? \n" ); document.write( "
Algebra.Com's Answer #35047 by Nate(3500) ![]() You can put this solution on YOUR website! Rate of small valve: 1/4 \n" ); document.write( "Rate of large valve: 1/2 \n" ); document.write( "Rate * Time = Work \n" ); document.write( "t/4 + t/2 = 1 \n" ); document.write( "4t/4 + 4t/2 = 4 \n" ); document.write( "t + 2t = 4 \n" ); document.write( "3t = 4 \n" ); document.write( "t = 4/3 \n" ); document.write( "1 hour and 20 minutes \n" ); document.write( " |