233k views
0 votes
Two trains leave the station at the same time, one heading west and the other east. The westbound train travels 20 miles per hour faster than the eastbound train. If the two trains are 800 miles apart after 5 hours, what is the rate of the westbound train?

User XoXo
by
6.9k points

2 Answers

3 votes

Let's assume that the speed is positive towards east.


So, the eastbound train has speed
v, while the other train has speed
-(v+20)=-v-20. In fact, its speed is greater than the other train's, but in the opposite direction.


So, the eastbound train follows the rule:



p_e(t) = vt


while the westbound train follows the rule



p_w(t) = (-v-20)t


where
p_(t) is the position of the train, in miles after
t hours.


So, we know that



p_e(5) - p_w(5) = 800


which means



5v - 5(-v-20) = 800


And we can easily rearrange and solve for
v:



5v+5v+100=800



10v=700



v=70


But this was the speed of the eastbound train. The speed of the other train was greater than this by
20 units, and in the opposite direction, so it is
90 miles per hour in the opposite direction, or
-90 mph

User Brian Stephens
by
8.9k points
0 votes

Givens

W = E + 20


d = 800 miles

d1 = Westbound train.

d2 = Eastbound train.


t = 5 hours.


Equations

West bound

W*5 = d1 miles

d1 = W*5


East bound

E*5 = (800 - d1)


Step One

Substitute d1 into the Eastbound train.

E*5 = (800 - 5*W)


Step Two

Substitute E = W + 20 on the left side of the above equation.

(W + 20)5 = 800 - 5W


Step Three

Solve Remove the brackets

5W + 100 = 800 - 5W Add 5W to both sides.

10W + 100 = 800 Subtract 100 from both sides.

10W = 800 - 100

10W = 700

W = 700/10

W = 70


E = W + 20

E = 70 + 10 = 90


Check

70*5 = 350

90*5 = 450

Total distance = 800

User Thefourtheye
by
8.9k points