document.write( "Question 690681: Suppose that 5 workers can complete a certain task in 12 days. If there are 15 workers, how many days would it take for them to finish the same task?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #426432 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Suppose that 5 workers can complete a certain task in 12 days. \n" ); document.write( "Find the number of man-days to complete \n" ); document.write( "5 * 12 = 60 man-days \n" ); document.write( "; \n" ); document.write( "If there are 15 workers, how many days would it take for them to finish the same task? \n" ); document.write( "let d = number of days required if there are 15 men \n" ); document.write( "15d = 60 \n" ); document.write( "d = 60/15 \n" ); document.write( "d = 4 days for 15 men to do the job \n" ); document.write( " \n" ); document.write( " |