document.write( "Question 1118837: A vat of chocolate can be filled by an inlet 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( "
Algebra.Com's Answer #734258 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A vat of chocolate can be filled by an inlet pipe in 12 hours.
\n" ); document.write( " An outlet pipe can empty the vat in 15 hours.
\n" ); document.write( " How long will it take to fill the vat if both pipes are left open?
\n" ); document.write( ":
\n" ); document.write( "let t = time to fill the vat under these conditions
\n" ); document.write( "let the completed job = 1, (a full vat)
\n" ); document.write( ":
\n" ); document.write( "\"t%2F12\" - \"t%2F15\" = 1
\n" ); document.write( "get rid of the denominators, multiply equations by 60
\n" ); document.write( "60*\"t%2F12\" - 60*\"t%2F15\" = 60(1)
\n" ); document.write( "cancel denominators
\n" ); document.write( "5t - 4t = 60
\n" ); document.write( "t = 60 hrs to fill the vat
\n" ); document.write( "
\n" );