document.write( "Question 919789: After a certain number of men had been employed on a job for 24 days and had finished half of it, 16 more men were employed and the remaining job was completed in 16 days. How many men were employed first? \n" ); document.write( "
| Algebra.Com's Answer #557967 by ewatrrr(24785)     You can put this solution on YOUR website! \n" ); document.write( "24n = 16(n+16) \n" ); document.write( "8n = 256 \n" ); document.write( "n = 32 men were employed at first \n" ); document.write( "And...checking \n" ); document.write( "32*24days = 48*16days \n" ); document.write( " \n" ); document.write( " |