Difficulty: Easy
Correct Answer: 4 days
Explanation:
Problem restatementTwo workers have related speeds: A is twice as fast as B. Given B's solo time is 12 days, find the joint completion time for A and B.
Given data
Concept/ApproachFor independent workers, rates add. Joint time = 1 ÷ (sum of rates).
Step-by-step calculation A's rate = 1/6 B's rate = 1/12 Combined rate = 1/6 + 1/12 = 1/4 job/day Joint time = 1 ÷ (1/4) = 4 days
Verification/AlternativeIn 4 days: A does 4 × 1/6 = 2/3; B does 4 × 1/12 = 1/3. Total = 1 job.
Common pitfalls
Final Answer4 days
Discussion & Comments