| 
 
 
| Question 930282:  an express train takes 1.5 hour less that a passenger train to travel 180 km distance. the speed of the express train is 20 km/hr more than passenger train. find speed of both trains?
 
 Answer by TimothyLamb(4379)
      (Show Source): 
You can put this solution on YOUR website! x = speed of express train y = speed of passenger train
 t = time of passenger train
 ---
 s = d/t
 ---
 express train:
 x = 180/(t - 1.5)
 ---
 passenger train:
 y = 180/t
 ---
 x = y + 20
 180/(t - 1.5) = 180/t + 20
 180/(t - 1.5) - 180/t = 20
 180t/t(t - 1.5) - 180(t - 1.5)/t(t - 1.5) = 20
 180t - 180(t - 1.5)= 20t(t - 1.5)
 180t - 180t + 1.5*180 = 20tt - 1.5*20t
 20tt - 1.5*20t - 1.5*180 = 0
 tt - 1.5t - 13.5 = 0
 ---
 the above quadratic equation is in standard form, with a=1, b=-1.5 and c=-13.5
 ---
 to solve the quadratic equation, by using the quadratic formula, copy and paste this:
 1 -1.5 -13.5
 into this solver: https://sooeet.com/math/quadratic-equation-solver.php
 ---
 the quadratic has two real roots at:
 ---
 t = 4.5
 t = -3
 ---
 the negative root doesn't fit the problem statement, so use the positive root:
 ---
 t = 4.5
 x = 180/(t - 1.5)
 x = 180/(4.5 - 1.5)
 x = 60
 y = 180/t
 y = 180/4.5
 y = 40
 ---
 answer:
 x = speed of express train = 60 kph
 y = speed of passenger train = 40 kph
 ---
 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
 ---
 Solve systems of linear equations up to 6-equations 6-variables:
 https://sooeet.com/math/system-of-linear-equations-solver.php
 | 
  
 | 
 |