document.write( "Question 820312: if 8 men take 12 days to assemble 16 machines, how many days will 15 men take to assemble 50 machines \n" ); document.write( "
Algebra.Com's Answer #493667 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! if 8 men take 12 days to assemble 16 machines, \n" ); document.write( ": \n" ); document.write( "Find how many man-days per machine \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " how many days will 15 men take to assemble 50 machines \n" ); document.write( "let d = number of days to do this \n" ); document.write( "15d = 50(6) \n" ); document.write( "15d = 300 \n" ); document.write( "d = 300/15 \n" ); document.write( "d = 20 days \n" ); document.write( " |