document.write( "Question 241669: 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 #177044 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! they each do a FRACTION of the job, based on their individual times ___ the fractions add to 1 (the WHOLE job)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x=combined time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x/4 + x/6 + x/2 = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by 12 (LCD) ___ 3x + 2x + 6x = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "11x = 12 ___ x = 12/11 \n" ); document.write( " |