document.write( "Question 745188: Bill can clean his office in 4 hours. Bob can do the cleaning in 3. How many hours will it take them if they work together? \r
\n" );
document.write( "\n" );
document.write( "An inlet pipe can fill an artificial pond in 60 minutes, while an outlet pipe an empty it in 80. Through an error, both pipes are left on. How long will it take for the pond to fill? \n" );
document.write( "
Algebra.Com's Answer #453756 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I'll do the first one to get you started\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let t = time it takes them to do the job together\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/4 + 1/3 = 1/t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3/12 + 4/12 = 1/t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7/12 = 1/t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7*t = 12*1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7t = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t = 12/7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t = 1 & 5/7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So it will take exactly 1 & 5/7 hours (roughly 1.714 hours or roughly 1 hour, 42.857 minutes) to do the job together \n" ); document.write( " |