mnk12
Let total distance 200km
Without halt bus takes 200/50 = 4 hr
With halt bus takes 200/40 = 5 hr
Total extra time because of halt = 5-4=1hr
Now on a 5 hr journey, duration of halt = 1hr
So in 1 hr, duration of halt is 1/5 = 0.2hr or 12 min.
YOUR solution is completely fine, you have to be careful with the interpretation of t and x:
METHOD Id is the same for both routes, in one route the speed is 50, the other 40
in the first route the bus takes t-x, in the other t.
where t represent the total time the bus takes to travel the road
WITH stops.
and x represent the amount of time spent at the stop in t hours of travel.
so
d = 50*(t-x)
d = 40t
50*(t-x) = 40t
thus x = t/5
meaning that if the total time travelling with stops is 1h, the total time for stops is x = 12 minutes
METHOD IIthe same reasoning goes the same way around BUT be cautious of what t and x represent.
if we take:
d = 50t
d = 40(t+x)
now t represent the total time the bus takes to travel the road
WITHOUT stops.
and x represent the amount of time spent at the stop in t+x hours of travel.
thus the relationship is
x = t/4
SO NOW BE CAUTIOUS, because the total time travelling now is not t, but t+x
so if we travel a total of 1 hour --> t+x = 1
than given the relationship x = t/4
t + 1/4t = 1
t * 5/4 = 1
t = 4/5
now given
t+x = 1h
t = 4/5 (total time travelling in t+x)
x = 1 - 4/5 = 1/5 of one hour, that is 12 minutes (total time stopped in t+x)
hope it is clearer, i could't wrap my head around it too, than it got me