Difficulty: Medium
Correct Answer: 60 h
Explanation:
Introduction / Context:When a helper joins partway, compute the initial portion done by the first worker, then infer the combined rate to deduce the helper’s individual rate.
Given Data / Assumptions:
Concept / Approach:Combined rate = remaining work / time. Boy’s rate = combined rate − mason’s rate. Time for boy alone = 1 / boy’s rate.
Step-by-Step Solution:
Work after 6 h alone = 6 * (1/12) = 1/2Remaining work = 1/2Combined rate (mason + boy) = (1/2) / 5 = 1/10 per hourMason’s rate = 1/12 ⇒ Boy’s rate = 1/10 − 1/12 = 1/60 per hourBoy alone time = 1 / (1/60) = 60 hVerification / Alternative check:In 5 hours together they do 5 * (1/10) = 1/2, which matches the remaining half.
Why Other Options Are Wrong:45 h, 30 h, 64 h do not match the inferred boy’s rate 1/60.
Common Pitfalls:Assuming linear sharing without first computing combined rate from the second phase.
Final Answer:60 h
Discussion & Comments