document.write( "Question 800602: Ten Painter Working 8 Hours Daily take 15 Days To paint 3 Houses Of 4 Rooms Each. How many Painters Working 6 Hours Daily for 25 Days will be Required To paint 12 houses Of 3 Rooms Each? \n" ); document.write( "
Algebra.Com's Answer #483171 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Ten Painter Working 8 Hours Daily take 15 Days To paint 3 Houses Of 4 Rooms Each. \n" ); document.write( "Find how many man-hours per room \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "How many Painters Working 6 Hours Daily for 25 Days will be Required To paint 12 houses Of 3 Rooms Each? \n" ); document.write( "let m = no. of men required to accomplish this \n" ); document.write( "m*6*25 = 12*3*100 \n" ); document.write( "150m = 3600 \n" ); document.write( "m = 3600/150 \n" ); document.write( "m = 24 men required \n" ); document.write( " |