document.write( "Question 1027312: A vat of chocolate can be filled by an Intel pipe in 12 hours. An outlet pipe can empty the vat in 15 hours. How long will it take to fill the vat if both pipes are left open?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #642515 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! every hour (1/12) is filled and (1/15) is emptied. \n" ); document.write( "(x/12)-(x/15)=1 \n" ); document.write( "multiply everything by 60 \n" ); document.write( "5x-4x=60 \n" ); document.write( "x=60 hours \n" ); document.write( "That would be filling the vat 5 times and emptying it 4 times. \n" ); document.write( " |