A train Leaves station $x$ at $5 AM$ and reaches station $y$ at $9AM$. Another train leaves station $y$ at $7AM$ and reaches station $x$ at $10.30 AM$ . At what time do the two trains cross each other?
I have tried:
Let the trains cover the (same) distance $X$. The time taken by the first train to cover the distance $X$ is $4$ Hours & the time taken by the second train to cover the distance $X$ is $3.5$ Hours.
Equating the distance I got,
$$Speed *4=speed*3.5$$
Speed of First Train be $4$, which will have time $3.5$ hours, again second Train speed be $3$, time $4$ hours
Total Distance be $13.2$
Relative speed $= 7.5$
Time taken to cross each other $= 13.2/7.5=1.76$
so $8.76AM$
But the Answer is $7.56 AM$
What have I done wrong? Please anyone guide me.
Let's start with where you have gone wrong.
Firstly, the total distance is $4\times3.5=14$ rather than $13.2$.
Secondly, as user69468 has rightly pointed out, the second train starts $2$ hours later, by which time the first train has covered half the distance, which is $7$ - this is when the relative speed becomes $7.5$. As a result, the time taken will be $7/7.5$, which is $56$ minutes, hence the time will be $7.56$.
Rather than taking the relative velocity, a less confusing approach is to consider the following.
Let the distance between stations x and y be $X$. The earlier train has speed $X/4$, the later train has speed $X/3.5=2X/7$. Let $t$ be the time the trains cross each other after the later train has started, which happens when the total distance cross covered by both trains is $X$.
The earlier train starts $2$ hours ahead, so it has covered distance $(2+t)\times(\frac{X}{4})$. As for the later train, it has covered distance $t\times\frac{2X}{7}$, so we end up with the following equation:- $$(2+t)\left(\frac{X}{4}\right)+\frac{2tX}{7}=X$$ solving for which leads to $t=\frac{14}{15}\text{ hours}$.
The trains will meet at $7+ t=7.56$