$A$, $B$ and $C$ can do a piece of work in $30$, $40$ and $50$ days respectively. If $A$ and $B$ work in alternate days started by $A$ and they get the assistance of $C$ all the days, find in how many days the whole work will be finished?
My Attempt:
In $30$ days, $A$ does $1$ work. In $1$ day, $A$ does $\frac {1}{30}$ work.
In $40$ days, $B$ does $1$ work. In $1$ day, $B$ does $\frac {1}{40}$ work.
In $50$ days, $C$ does $1$ work. In $1$ day, $C$ does $\frac {1}{50}$ work.
In $1$ day, $(A+C)$ do $\frac {4}{75}$ work.
In $1$ day, $(B+C)$ do $\frac {9}{200}$ work.
I could not solve from here. Please help.
Suppose there are $\;x\;$ days $\;A+C\;$ work together, and $\;y\;$ days $\;B+C\;$ work together, then
$$\frac{4x}{75}+\frac{9y}{200}=1\stackrel{\cdot600}\implies 32x+27y=600$$
There are, of course, infinite solutions, but we'd like $\;x,y\;$ to be positive integers, and this restricts seriously the possibilities: $\;x=12\;,\;\;y=8\;$ fulfill the conditions.
Further explanation: since $\;32x\;$ is always even, observe that $\;y\;$ must be even too.
I'm now paying attention to the data that the working days are alternating, and thus Pieter21's solution is the way to go, though there is no "exact* number of full work days.