document.write( "Question 1174933: Pleases help me to solve this equation:
\n" );
document.write( "If two people working together can do a job in three hours how long will it take the slower person to do the same job if one of them is 3 times as fast as the other \n" );
document.write( "
Algebra.Com's Answer #800432 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "First a formal algebraic solution.... \n" ); document.write( "x = # of hours the faster person takes to do the job \n" ); document.write( "3x = # of hours the slower person takes \n" ); document.write( "1/x = fraction of the job the faster person does in 1 hour \n" ); document.write( "1/3x = fraction of the job the slower person does in 1 hour \n" ); document.write( "1/3 = fraction of the job they do together in 1 hour \n" ); document.write( "Then \n" ); document.write( " \n" ); document.write( "Multiply by the LCD 3x to clear fractions \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The faster person takes x=4 hours to do the job alone, so the slower person takes 3x=12 hours. \n" ); document.write( "------------------------------------------ \n" ); document.write( "Informally, using logical reasoning.... \n" ); document.write( "Since the faster person works 3 times as fast as the slower person, when working together the faster person does 3/4 of the job and the slower person does 1/4. \n" ); document.write( "Working together, it takes the two of them 3 hours to do the job. \n" ); document.write( "So in 3 hours the slower worker does 1/4 of the job; that means it would take him 4*3=12 hours to do the job alone. \n" ); document.write( " \n" ); document.write( " |