Edit MetaData
7 years, 11 months ago
What are the number of meetings when 3 runners are running on a circular track with speeds : a:b:c. in 1) Same direction
2) a,b runs in the same direction,c on the opposite direction
7 years, 11 months ago
if a<b<c then
for 1 it will be LCM of (b-a,c-a,c-b)
for 2 it will be LCM of (b-a,c+b,c+a)