A and B together can finish a task in 12 days. If A worked half as efficiently…
20252024202520232025
A and B together can finish a task in 12 days. If A worked half as efficiently as he usually does and B works thrice as efficiently as he usually does, the task gets completed in 9 days. How long would A take to finish the task if he worked independently?
- A.
12 days
- B.
24 days
- C.
27 days
- D.
18 days
Attempted by 12 students.
Show answer & explanation
Correct answer: D
Let a be the number of days A takes alone and b be the number of days B takes alone.
Their daily work rates are 1/a and 1/b, so together they work at rate 1/a + 1/b.
Given that together they finish in 12 days, we have
1/a + 1/b = 1/12 (Equation 1)
If A works half as efficiently, A's rate becomes 1/(2a). If B works thrice as efficiently, B's rate becomes 3/b. Together they then finish in 9 days, so
1/(2a) + 3/b = 1/9 (Equation 2)
From Equation 1: (a + b)/ab = 1/12, so ab = 12(a + b).
Multiply Equation 2 by 18ab to clear denominators: 9b + 54a = 2ab.
Substitute ab = 12(a + b) into 9b + 54a = 2ab to get 9b + 54a = 24a + 24b.
Rearrange: 54a - 24a = 24b - 9b, so 30a = 15b, hence b = 2a.
Substitute b = 2a into ab = 12(a + b): a(2a) = 12(3a) → 2a^2 = 36a. Dividing both sides by 2a (a > 0) gives a = 18.
Verify: If a = 18 and b = 36, then 1/18 + 1/36 = 1/12 and 1/(2·18) + 3/36 = 1/36 + 1/12 = 1/9, so both conditions hold.
Final answer: A will take 18 days to finish the task alone.