document.write( "Question 258238: If Sam can do a job in 4 days that Lisa can do in 6 days and Tom can do in 2 days, how long would the job take if Sam, Lisa, and Tom worked together to complete it?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #190090 by Alan3354(69443) You can put this solution on YOUR website! If Sam can do a job in 4 days that Lisa can do in 6 days and Tom can do in 2 days, how long would the job take if Sam, Lisa, and Tom worked together to complete it? \n" ); document.write( "--------- \n" ); document.write( "Use the shortcut, abc/(ab + ac + bc) \n" ); document.write( "= 4*6*2/(4*6 + 4*2 + 6*2) \n" ); document.write( "= 48/(24 + 8 + 12) \n" ); document.write( "= 48/44 \n" ); document.write( "= 12/11 days \n" ); document.write( " \n" ); document.write( " |