$A$,$B$ and $C$ started out in a journey to a place which was $120$ km away. $A$ and $B$ went by car at the speed of $50$ kmph while $C$ travelled by tonga at $10$ kmph. After a certain distance $B$ got off and travelled the rest distance by another tonga at $10$ kmph, while $A$ went back for $C$ and reached the destination at the same time as $B$ arrived. The number of hours required for the trip was ____ $?$
I tried to approach the problem by equating the time taken by $A$ and $B$ as both of them has reached the destination at the same time after starting together. That means they must have taken the same amount of time.
Time taken by $B=\frac{d}{50} + \frac{120-d}{10}$ ; where $d$ is the distance travelled by $A$ and $B$ together on a car together.
Time take by $A=\frac{d}{50}$ + Time taken to return back an pick up $C$ + Time taken to reach the destination after picking up $C$
Time taken to return back an pick up C $\Rightarrow$ this I am not able to figure out as when A will return back to pick up C and until them meet, the C will be moving forward for some distance while A would be coming towards him and here the concept of relative distance will come into the picture. Getting confused here!!!
Please help me out. Answer Provided : 4.8 hours

I think it's easier to do this if we make times the unknows, rather than distances, but of course, you can do it either way. Let us say that A and B drive for $t_1$ hours before they stop, and that it takes A $t_2$ hours to go back and pick up C.
It takes B $$t_1+\frac{120-50t_1}{10}=12-4t_1$$ hours to complete the trip.
When A and C meet, C has traveled a distance of $10(t_1+t_2)$ and A's distance from the staring point is $50t_1-50t_2$. Equating these distances gives $2t_1=3t_2$.
Now the time it take until the car arrives at the destination is $$t_1+t_2+\frac{120-10(t_1+t_2)}{50}$$
Equating the two arrival times, and using $2t_1=3t_2$ should give the right answer. (I haven't checked this.)