✔ 最佳答案
Let x be the speed of the first train
y be the speed of the second train
t be the total time for the first train travel from A to B
u be the total time for the second train travel from A to B
Using speed x time = distance
We obtain two equations, xt=540---------(1)
2y+(y+5)(u-2)=540----------(2)
When we consider the time that the two trains travel, we can obtain the equation
t-1=u-------(3) (because they arrive at same time, but first train start an hour early)
Also, we can consider the point the second train reach when the first train has passed 40 mins earlier
2y=(3-40/60)x (The distance from A to the above time is the same)
=2 1/3x
y=7/6x---------(4)
As we can see, there are 4 unknowns in the above equations, hence we need to find 4 equations to solve them
Put (3) into (2)
2y+(y+5)(t-3)=540-------(5)
Put (1) into (5)
2y+(y+5)(540/x-3)=540-------(6)
Put (4) into (6)
2y+(y+5)[540(7)/6y-3]=540
2y(6y)+(y+5)[3780-18y]=540(6y)
12y^2+3780y-18y^2+18900-90y=3240y where ^2 is to the power of 2 (square)
6y^2-450y-18900=0
y^2-75y-3150=0
y=[75+{75^2-4(-3150)}]/2 or y=[75-{75^2-4(-3150)}]/2 {}is square root
=[75+{18225}]/2 or =[75-{18225}]/2
=[75+135]/2 or =[75-135]/2
=105 or =-30 (rej as it must be positive) (negative means opposite position which is impossible in this case)
Put y=105 into (4)
x=90
Hence, the speed of the first train when it left A is 90km/h
the speed of the second train when it left A is 105km/h
參考: myself, quite difficult so need a lot of time to think, a challeging question really