Difficulty: Easy
Correct Answer: 24
Explanation:
Introduction / Context:
This is a direct work-rate proportionality problem. Boxes made are proportional to men * days (assuming identical hours and efficiency). We first compute output per man-day from the first scenario and then determine required men for the new target, finally reporting “how many more” than 40 are needed.
Given Data / Assumptions:
Concept / Approach:
Boxes per man-day = 30 / (40*20). For target, let M men be needed so that M * 25 * (boxes per man-day) = 60. Solve for M, then subtract 40 to get “additional men”.
Step-by-Step Solution:
Verification / Alternative check:
Proportion method: Men ∝ (Boxes)/(Days) with same productivity ⇒ M = 40 * (60/30) * (20/25) = 40 * 2 * 0.8 = 64. Additional = 24. Same result by a quicker ratio approach.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting it asks for “more men” (M − 40), or inverting a ratio (using 25/20 instead of 20/25). Keep ratio direction consistent.
Final Answer:
24
Discussion & Comments