I was asked this question by a friend.
Ann leaves Town A and drives towards Town B while Leslie simultaneously leaves Town B and drives towards Town A. They travel on the same route and, after passing each other on the way, Ann takes 4 hours to reach her destination, while Leslie takes 9 hours to reach her destination. If the average speed of Ann's car is 48 miles per hour, what is the average speed of Leslie's car, in miles per hour?
I am not good with these types of questions and I tried my best. I tried to use $d=rt$ but couldn't incorporate the times for different portions of the trip together.
How can I go about solving this problem?
So we have that both travel the same distance. Let $v_A$ be Anna's average speed and $v_L$ Lesslie's average speed. Let's denote the distance with $s$ and the whole time taken for Lesslie to reach her destination be $t$ then we have: $$tv_L = s$$ $$(t-5)v_A = s$$ and for the time taken for them to meet each other we have: $$ (t-9)(v_A + v_L) = s$$ Solve the system of equations.