There is a sudden problem in the train.Due to this problem the velocity of the train decreased by 25%.Therefore the train is 20 minutes late.Find the original time for the journey if the train did not face the accident?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
let original speed be 's',distance be 'x' & time be 't' as per schedule.
let the new speed be "s' ",distance is 'x' and time be "t' ".
now the train's speed has decreased by 25% so the new speed is s'=s-(25/100)*s=0.75s .
and the new time t' is t'=t+20.
now divide the new time by old time.
s'/s=(x/t')/(x/t).
or (.75s)/s=(x/(t+20))*(t/x)
or .75=t/(t+20)
or 3/4=t/(t+20)
or 3t+60=4t
or t=60.