mahen_gupta wrote:If two people start from point A and Point B towards each other and arrive at 2 points in "a" and "b" hour respectively after having met then
A's speed/ B's speed = sqrt(a)/sqrt(b).
Could you please explain?
A and B are points.
How can they have speed?
I am assuming you are talking about the speeds of persons starting from A and B.
Let them be denoted by P1 and P2 and let their speeds be x and y respectively.
So P2 is reaching point A in "a" hours after meeting P1.
Also, P1 is reaching point B in "b" hours after meeting P2.
Let the distance from A to B be d.
Time after which they meet each other is d/(x+y).
In this time, P1 has travelled dx/(x+y) distance and P2 has travelled dy(x+y) distance.
So P2 needs to cover dx/(x+y) distance and P1 needs to cover dy(x+y) distance.
So {dx/(x+y)}/y = a and {dy/(x+y)}/x = b.
Or taking their ratios, [{dx/(x+y)}/y]/[{dy/(x+y)}/x] = a/b.
Or (x^2)/(y^2) = a/b.
Or x/y = sqrt(a)/sqrt(b).