Difficulty: Medium
Correct Answer: 10 days
Explanation:
Introduction / Context: Multi-category workforce problems use linear equations in unknown per-day efficiencies. By forming two equations from two scenarios, we can deduce the relative efficiencies of men and boys, then compute the time for a different combination of workers to finish the same job.
Given Data / Assumptions:
Concept / Approach: Equate the two expressions for W and solve for the ratio m : b. Then compute W explicitly and use the daily work rate of 5 men + 10 boys to find the required days = W / daily rate.
Step-by-Step Solution:
5(12m + 16b) = 4(13m + 24b)60m + 80b = 52m + 96b ⇒ 8m = 16b ⇒ m = 2b.W = 5(12*2b + 16b) = 5(24b + 16b) = 200b.Daily rate for 5 men + 10 boys = 5m + 10b = 5(2b) + 10b = 20b.Days required = W / rate = 200b / 20b = 10 days.Verification / Alternative check: Using m = 2b, check the second scenario: 13m + 24b = 26b + 24b = 50b; time = W / (50b) = 200b / 50b = 4 days, consistent.
Why Other Options Are Wrong: 12, 9, 15, or 8 days conflict with the deduced efficiencies and do not satisfy both given scenarios simultaneously.
Common Pitfalls: Treating men and boys as equally efficient or failing to equate total work across scenarios. Always solve for relative efficiencies first.
Final Answer: 10 days
Discussion & Comments