Hi. Hope this helps.
Let's define our problem:
Total distance (d) = 300 miles (from Tokyo to Kyoto)
S1 = Speed of Train 1 (240 mph)
S2 = Speed of Train 2 (150 mph)
T1 = Departure time of Train 1 = 0 hours (equals zero since this is the baseline time)
T2 = Departure time of Train 2 = 1/6 hours (delay time relative to train 1)
C = Collision Time (the time the trains will pass each other).
If the departure time of train 2 then we need to know how many miles are covered by train 1 before its departure.
Train 1 has a rate of travel of 240 mph. After 10 minutes (1/6 hours), train 1 has traveled 1/6(s1)
Lets make this equal to x.
x = d - 1/6(S1) = 260 miles
This helps us understand the x distance between both trains when they are both in motion.
Now we need to define the velocity (v) of travel. Since the trains are traveling in opposite directions, the velocity would be the sum of the two trains speeds.
Therefore v = S1 + S2 = 240 + 150 = 390 mph.
This combined speed tells us how much of our x distance is being reduced each hour.
Our last component is time (t). This is what we want to find out.
Therefore:
x = v * t
This means the distance traveled = velocity times time.
We know the distance traveled and the velocity so let reconfigure the equation in terms of time.
t = x/v
Now we substitute our x and v equivalents factored earlier:
t = (d - 1/6(S1)) / (S1 + S2)
To solve we substitute our known values for d and S and solve
t = (300 - 1/6(240)) / (240 + 150)
t = 260/390 = 2/3 hours past noon
C = 12 + t
C = 12:40 pm (collision time)