document.write( "Question 665623: If one person takes four hours to paint a house and another person takes 6 hours,how long will it take both of them to paint a house together?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #413961 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Without a lot of explanation, I'll give you the answer to this type of problem. \n" ); document.write( "The combined effort two people that take x hrs and y hrs individually, will do the job in h hrs given by \n" ); document.write( "(1) h = 1/(1/x + 1/y) \n" ); document.write( "Applying this to your problem we get \n" ); document.write( "(2) h = 1/(1/4 + 1/6) or \n" ); document.write( "(3) h = 1/(6/24 + 4/24) or \n" ); document.write( "(4) h = 1/(10/24) or \n" ); document.write( "(5) h = 24/10 or \n" ); document.write( "(6) h = 2.4 hrs \n" ); document.write( "Answer: It will take 2hr and 24min for them to paint the house together. \n" ); document.write( " |