document.write( "Question 140075: three man can finish a painting job in 8 days. This job can be finished by 5 women in 6 days and by 8 boys in 10 days. how long will it take 1 man 2 women and 3 boys working together?\r
\n" );
document.write( "\n" );
document.write( "Thanks! I will make a donation to you for your help. \n" );
document.write( "
Algebra.Com's Answer #102083 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! three man can finish a painting job in 8 days. This job can be finished by 5 women in 6 days and by 8 boys in 10 days. how long will it take 1 man 2 women and 3 boys working together? \n" ); document.write( ": \n" ); document.write( "Approach this using; man-days, girl-days, boy-days: \n" ); document.write( "; \n" ); document.write( "The job requires: \n" ); document.write( "3 * 8 = 24 man-days \n" ); document.write( "or \n" ); document.write( "5 * 6 = 30 girl-days \n" ); document.write( "or \n" ); document.write( "8 * 10 = 80 boy-days \n" ); document.write( ": \n" ); document.write( "Let t = required time for 1 man 2 girls and 3 boys to complete the job \n" ); document.write( "Let the completed job = 1 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Multiply equation by 240 to get rid of the denominator: \n" ); document.write( "10(1t) + 8(2t) + 3(3t) = 240 \n" ); document.write( ": \n" ); document.write( "10t + 16t + 9t = 240 \n" ); document.write( ": \n" ); document.write( "35t = 240 \n" ); document.write( "t = \n" ); document.write( "t = 6.857 days (6 days 20 hrs 34 min) for 1 man, 2 girls, and 3 boys to do the job \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution: \n" ); document.write( "6.857/24 + 2(6.857)/30 + 3(6.857)/80 \n" ); document.write( "6.857/24 + 13.714/30 + 20.571/80 \n" ); document.write( ".286 + .457 + .257 = 1; \n" ); document.write( " |