Sarkar93
navaneethmmb
Distance = Speed (s) x time (t)
Case 1: If speed is (s+10), then time taken is (t-1)
Case 2: If speed is (s-6), then time taken is (t+1)
From Case 1,
Distance = st = (s+10)*(t-1) = st - s + 10t -10 Or, s-10t+10 = 0
From Case 2,
Distance = st = (s-6)*(t+1) = st + s - 6t - 6 Or, s - 6t - 6 = 0
Solving the above two equations, we get t = 4 h
Plugging in value of t in the above equations gives s = 30 kmph
Therefore Distance = 30*4 = 120 km
Ans (A)
Can you kindly explain why you equated the two equations in case 1 and case 2 to 0?
Thanks
Hi Sarkar93,
Distance = Speed*Time
Let's say Original Speed = 's' (small s) and Original Time taken = 't' (small t)
It gives Distance = s*t or
D = st -->
Eq(1)Case 1 : If Speed increases by 10 kmph, Time taken is reduced by 1 hr.
So,
New speed (S) will be = (s+10) and
New Time (T) = (t-1)
--> Distance =
S*T = (s+10)*(t-1) = (
st - s +10t - 10) --->
Eq(2)--> Notice we have the
'st' component here which is equal to D (from eq.1)
Rewriting the equations we get, D = ST or D = st (where S<>s and T <>t; but ST = st)
(That is, when the Distance remains the same, the Speed and Time can take different sets of values)
Therefore, from Eq.2 --> ST = st - s + 10t -10
Since ST = st, we can cancel them off on either side of the above equation.
That gives us ST - st = (-s+10t-10) or (-s+10t-10) = 0
Hope this clarifies.