Difficulty: Medium
Correct Answer: 32
Explanation:
Introduction / Context: In uniform construction tasks, output is proportional to the product of (number of men) * (days) * (hours per day). First deduce the man-hour requirement per meter from the base scenario, then use it to compute the required man-days when the workforce and daily hours change and the length increases to 300 m.
Given Data / Assumptions:
Concept / Approach: Compute man-hours per meter from the base case. Then total man-hours needed for 300 m equals (man-hours/m) * 300. Divide by daily man-hours (men * hours/day) to obtain the number of days for the new scenario.
Step-by-Step Solution:
Base man-hours = 40 * 12 * 8 = 3840 mh for 200 m.Man-hours per meter = 3840 / 200 = 19.2 mh/m.For 300 m: required mh = 300 * 19.2 = 5760 mh.Daily mh with 30 men at 6 h/day = 30 * 6 = 180 mh/day.Days required = 5760 / 180 = 32 days.Verification / Alternative check: Ratio method: Scale by length (300/200 = 1.5), inverse by men (40/30 = 4/3), and inverse by hours (8/6 = 4/3). Days_new = 12 * 1.5 * (40/30) * (8/6) = 12 * 1.5 * 4/3 * 4/3 = 32, consistent.
Why Other Options Are Wrong: 18, 36, 9, or 28 days do not satisfy the man-hour balance and proportional scaling across all factors.
Common Pitfalls: Ignoring the change in daily working hours or scaling only by men and length without adjusting for hours per day.
Final Answer: 32
Discussion & Comments