$A$, $B$ and $C$ working together completed a job in $10$ days. However, $C$ only worked for the first three days when $\dfrac{37}{100}$ of the job was done. Also, the work done by $A$ in $5$ days equals the work done by $B$ in $4$ days. How many days will the fastest worker take to complete the given work alone?
Is my approach right?
My attempt:
Let the rate of work done by $A,B,C$ be $a \,\text{units/day}, b \,\text{units/day}, c \,\text{units/day}$ respectively.
Since, $C$ works only on the first $3$ days (along with $A$ and $B$), and $B$ and $A$ works together for the rest of the time,
$$\text{Total work}=(a+b+c)\cdot3+(a+b)\cdot7=10(a+b)+3c$$
Also, $$3c=\frac{37}{100}[10(a+b)+3c]$$ so $$189c=370(a+b) \tag{1}$$
and $$5a=4b \tag{2}$$
Where is the third equation that would solve the problem?
Let $A$, $B$ and $C$ be the amounts of work that can be done in a day by each worker. What this means is that $C$, for example, represents the numerical value of the amount of work worker $C$ can accomplish in a day. In one day, they together can do this much work: $A + B + C$. In two days, $2(A+B+C)$. In three days, $3(A + B + C)=\frac{37}{100}$. We also know that during the last $7$ days only workers $A$ and $B$ were working. And we also know the amount of work that they had done: $1-\frac{37}{100} = \frac{100}{100}-\frac{37}{100}=\frac{67}{100}$. This can be expressed like this: $7(A + B)=\frac{63}{100}$. And we also know that the amount of work done in $5$ days by worker $A$ is the same as the amount of work done by worker $B$ in $4$ days (by the way, we already know that worker $B$ works faster than worker $A$). So, here's what we have so far:
$$ 3(C + A + B)=\frac{37}{100}\\ 7(A + B)=\frac{63}{100}\\ 5A=4B $$
Now let's solve all that. The amount of work $A$ can do per day:
$$ 5A=4B\implies B=\frac{5}{4}A\\ 7(A + B)=\frac{63}{100}\implies 7\left(A + \frac{5}{4}A\right)=\frac{63}{100}\implies A=0.04\\ $$ Now we can find the amount of work $B$ can do per day: $$ B=\frac{5}{4}A\implies B=0.05\\ $$ The amount of work C can do per day: $$ 3(C + A + B)=\frac{37}{100}\implies C=\frac{1}{30} $$
$0.05 > 0.04 > \frac{1}{30}≈0.03$: the fastest worker is worker $B$ because he can accomplish a larger amount of work per day than the other two workers. The whole job when finished is represented by the quantity $\frac{100}{100}$ which is equivalent to $1$. Now, remember that $0.05$ means that it takes worker $B$ one day to do accomplish this much work: $0.05$. How many days will it take him to complete the entire job ($\frac{100}{100}=1$) with that rate? If we let $x$ be the number of days, then it will take worker $B$ to complete the given work alone:
$$ x \cdot 0.05 = \frac{100}{100}\\ x \cdot 0.05 = 1\\ x = \frac{1}{0.05}\\ x = 20 \text{ days} $$
Answer: 20 days.