Bunuel
Three professors A, B, and C are evaluating a work. A is 40% more efficient than B and B is 20% more efficient than C. A takes 10 days less than B to complete the evaluation work. A starts the evaluation work and works for 10 days and then B takes over. B evaluates for next 15 days and then stops. In how many days, C can complete the remaining evaluation work?
A. 7.2 days
B. 9.5 days
C. 11.5 days
D. 12.5 days
E. 13.5 days
A is 40% more efficient than B, there \(A_E = 1.4 B_E\).
Since efficiency is inversely proportional to Time, \(B_T = 1.4 * A_T\)
Let B take x days to Finish. Then A takes x - 10 days. Substituting in the above equation and solving
x = 1.4(10 - x)
0.4x = 14
x = 35
So A takes 25 days, B takes 35 days
Given that B is 20% more efficient than C. So, \(B_E = 1.2 C_E\)
In terms of time, \(C_T = 1.2 * B_T\)
Time Taken by C = 1.2 * 35 = 42 days
Let C take x days to evaluate the remaining work.
Fraction of work done by A in 10 days = 10 * \(\frac{1}{25} = \frac{2}{5}\)
Fraction of work done by B in 15 days = 15 * \(\frac{1}{35} = \frac{3}{7}\)
Fraction of work done by C in x days = x * \(\frac{1}{42}\)
Sum of fractions of work = 1 (completion of work is always = 1)
\(\frac{2}{5} + \frac{3}{7} + \frac{x}{42} = 1\)
\(\frac{84 + 90 + 5x}{210} = 1\)
5x = 210 - 174 = 36
x = 7.2 days
Option AArun Kumar