document.write( "Question 138739This question is from textbook
\n" );
document.write( ": One carpenter can complete a kitchen in 8 days. With the help of another carpenter, they can do the job together in 4 days. How long would it take the second carpenter if he worked alone? \n" );
document.write( "
Algebra.Com's Answer #101235 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One carpenter can complete a kitchen in 8 days. With the help of another carpenter, they can do the job together in 4 days. How long would it take the second carpenter if he worked alone? \n" ); document.write( "----------- \n" ); document.write( "1st carpenter DATA: \n" ); document.write( "Time = 8 days/job ; Rate = 1/8 job/day \n" ); document.write( "------------------------ \n" ); document.write( "Together DATA: \n" ); document.write( "Time = 4 days/job ; Rate = 1/4 job/day \n" ); document.write( "-------------------------- \n" ); document.write( "Other carpenter DATA: \n" ); document.write( "Time = x days/job ; Rate = 1/x job/day \n" ); document.write( "---------------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/8 + 1/x = 1/4 \n" ); document.write( "1/x = 1/8 \n" ); document.write( "x = 8 days for the other carpenter to complete the job. \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |