A train covers a certain distance at uniform speed. If speed had been 10 kmph faster time taken eould be 2 hrs less but if it would be 10 kmph slower, 3 hrs more time would be taken. Find distance covered. Solve in one variable
Solution
Let's denote:
d as the distance covered by the train (in kilometers).
s as the original speed of the train (in km/h).
Given conditions:
If the speed had been 10 km/h faster, the time taken would be 2 hours less.
If the speed had been 10 km/h slower, the time taken would be 3 hours more.
Using the relationship Time=SpeedDistance:
First Condition:
Original time taken at speed s is sd.
New time taken at speed s+10 is s+10d.
According to the condition, sd−s+10d=2.
Second Condition:
New time taken at speed s−10 is s−10d.
According to the condition, s−10d−sd=3.
Formulating Equations:
sd−s+10d=2⇒s(s+10)d(s+10)−ds=2(Multiply both sides by s(s+10))⇒s(s+10)10d=2⇒5d=s(s+10)⇒s2+10s−5d=0(Equation 1)
s−10d−sd=3⇒(s−10)sd(s−10)−ds=3(Multiply both sides by s(s−10))⇒s(s−10)−10d=3⇒−10d=3s(s−10)⇒3s2−30s+10d=0(Equation 2)
Solving the System of Equations:
From Equation 1: d=5s2+10s
Substitute this into Equation 2:
3s2−30s+10(5s2+10s)=0⇒3s2−30s+2(s2+10s)=0⇒3s2−30s+2s2+20s=0⇒5s2−10s=0⇒5s(s−2)=0⇒s=0ors=2