Difficulty: Medium
Correct Answer: 21
Explanation:
Introduction / Context:
This problem involves two worker types (men and boys) with different efficiencies. By forming two equations from the given completion times, we can solve for the individual daily rates, combine them for a new team, and then scale the duration for three times the original amount of work.
Given Data / Assumptions:
Concept / Approach:
Let m = work/day by one man and b = work/day by one boy. Solve the linear system: 2m + 7b = 1/14 and 3m + 8b = 1/11. Then compute the combined rate of 8m + 6b and invert to get time for 1 job; finally multiply by 3 for three jobs.
Step-by-Step Solution:
Verification / Alternative check:
Sanity: 8 men contribute 8/77 and 6 boys 6/154 per day; sum is 11/77, a clean fraction yielding 7 days per job. Scaling to triple work preserves linearity: 3 * 7 = 21 days.
Why Other Options Are Wrong:
Common Pitfalls:
Arithmetic slips in fraction subtraction or forgetting to take the reciprocal when converting rate to time. Keep fractions aligned over a common denominator.
Final Answer:
21
Discussion & Comments