einstein10
Points A and B are 120 km apart. A motorcyclist starts from A to B along straight road AB with speed 30 kmph. At the same time a cyclist starts from B along a road perpendicular to road AB, with a speed of 10 kmph. After how many hours will the distance between them be the least?
A. 3 hours
B. 3.4 hours
C. 3.5 hours
D. 3.6 hours
E. None
D, please provide workable method that can solve this in 2mins, i solved but it takes more than 3mins. can any one help.
thanks
I think the easiest approach will be to go by finding the minima.
Let us consider t hours are taken by motorcyclists and cyclists to keep the least distance between them. Of course, the distance is the hypotenuse between the x and y axis considering their locations on them.
For motorcyclists, its distance from point B is (120-30t) km and for cyclists, its distance from B is 10t km. Let hypotenuse is x km.
Therefore, \((120-30t)^2\) + \(10t^2\) = \(x^2\).
Solve the above and we get \(1000t^2\) - 7200t + 14400 = \(x^2\).
The minima is obtained by using -b/2a. Here, it will be 7200/(2*1000)=3.6 hours.
Another way is, see, for all given options A to D, if you put them in the above equation instead of D, you get values of x like 42.something, 38.something, 38.something and finally 37.something for t=3.6. So, we can say option (D) gives us least distance. However, the first method is far easier and faster.