| 
 
 
| Question 816570:  A freight train leaves the station traveling at 30km/hr. One hour later, a passenger train leaves the same station on a parallel track at 60km/hr. How far from the station does the passenger train overtake the freight train?
 Answer by TimothyLamb(4379)
      (Show Source): 
You can put this solution on YOUR website! c = 30 kph p = 60 kph
 ---
 s = d / t
 d = s * t
 ---
 when the trains meet they are both at the same distance D from the station, but p has traveled 1 hour less than c
 ---
 D = ct = p(t - 1)
 ct = p(t - 1)
 30t = 60(t - 1)
 30t = 60t - 60
 60 = 30t
 ---
 t = 2
 ---
 D = ct
 D = 30*2
 D = 60
 ---
 Answer:
 the trains meet when both trains are 60 km from the station
 ---
 Solve and graph linear equations:
 https://sooeet.com/math/linear-equation-solver.php
 ---
 Solve quadratic equations, quadratic formula:
 https://sooeet.com/math/quadratic-formula-solver.php
 ---
 Convert fractions, decimals, and percents:
 https://sooeet.com/math/fraction-decimal-percent.php
 ---
 Calculate and graph the linear regression of any data set:
 https://sooeet.com/math/linear-regression.php
 | 
  
 | 
 |