document.write( "Question 908342: one electrician can rewire a home in 10 hours. his partner can rewire the same home in 6 hours. how long will it take the two electricians to rewire the if they work together?\r
\n" );
document.write( "\n" );
document.write( "a=10
\n" );
document.write( "b=6\r
\n" );
document.write( "\n" );
document.write( "(a+b)/2 = x
\n" );
document.write( "(10 + 6)/2 = x
\n" );
document.write( "16/2 = x
\n" );
document.write( "8 = x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #550967 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! one electrician can rewire a home in 10 hours. his partner can rewire the same home in 6 hours. how long will it take the two electricians to rewire the if they work together? \n" ); document.write( " ---------------------- \n" ); document.write( "electrician rate:: 1/10 job/hr \n" ); document.write( "partner rate:: 1/6 job/hr \n" ); document.write( "together rate:: 1/x job/hr \n" ); document.write( "---------------- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/10 + 1/6 = 1/x \n" ); document.write( "6x + 10x = 60 \n" ); document.write( "16x = 60 \n" ); document.write( "x = 3 3/4 hrs (time to do the job together) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |