Bunuel
Trains A and B start traveling towards each other at the same time from stations X and Y, respectively, each moving at its own constant speed. Train A reaches station Y in 10 minutes, while train B takes 9 minutes to reach station X after meeting train A. What is the total time, in minutes, taken by train B to travel from station Y to station X?
A. 6B. 8C. 10D. 12E. 15use the meeting time formula here.
Lets assume x is the time that both took to meet.
Formula is, \(x = \sqrt{Time taken by A to Reach Y after meet * Time taken by B to reach X after meet}\)
Given - Train A reaches station Y in 10 minutes
Therefore, Time taken by A to Reach Y after meet = Total time - Meet time = 10 - x
and B takes 9 minutes to reach station X after meeting train A.
Therefore, \(x = \sqrt{(10-x) * 9}\)
\(x^2 = (10-x)9\)
solving,
\(x^2 +9x - 90 = 0\)
Get the value for x. Here x you will get 6 min.
Now the total time, in minutes, taken by train B to travel from station Y to station X = x + 9 = 6+9 = 15 min.
Answer is E.Derivation for the formula mentioned-I will draw schematic for this(X) A>-------------------meeting point p----------------------<B (Y)let ap be the distance covered by A during meet similarly bp is distance covered by B during the meet.i will keep variable x as same for time taken by them to meet.Now as we know Distance = Speed*Timeap = A*x and bp = B*x (Here A and B are speeds for train A and B)Both trains after meet moving towards their respective destinationsSo now A will cover the distance distance bx and B will cover distance ax and lets take time they took to cover those distances after meeting at p are m and n respectively for both A and BTherefore,
ap = A*x = B*n and bp = B*x = A*m
now from here we get \(\frac{A}{B} = \frac{n}{x} = \frac{x}{m}\)
from here just take these two \(\frac{n}{x} = \frac{x}{m}\)
solve, \(x^2 = m*n\)
which means \(x = \sqrt{mn} = \sqrt{Time taken by A to Reach Y after meet * Time taken by B to reach X after meet}\)
Hope this helps