document.write( "Question 1000739: Sara can clean the apartment in six hours. It takes Lucy twelve hours to clean the same apartment. If Sara and Lucy work together cleaning the apartment, how many hours will it take them? \n" ); document.write( "
Algebra.Com's Answer #618094 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The setup looks like this \n" ); document.write( "t/6 + t/12 = 1 \n" ); document.write( "where t is the time they work together, and 1 represents one job. \n" ); document.write( "Multiply by twelve and get \n" ); document.write( "2t + t = 12 \n" ); document.write( "3t = 12 \n" ); document.write( "t = 4 hours \n" ); document.write( " |