There are 10 ants on a real number line. At time , the ant starts at and travelling at uniform speed, reaches point at time .
In this time interval, find the number of distinct times at which there were atleast 2 ants on the same location.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
v k = 1 ( 1 1 − k ) 2 − k 2 » velocity of the k t h ant.
Thus, distance of the k t h ant (from 0) x k = x 0 + v k ⋅ t , x 0 = k 2
At a certain time, let the k t h and j t h ants meet.
x k = x j
k 2 + 1 2 1 − 2 2 k t = j 2 + 1 2 1 − 2 2 j t
t = 2 2 k + j
Putting k = 1, we get t = 2 2 3 , 2 2 4 , 2 2 5 . . . 2 2 1 1 (9 values), for all the other j's. ( j = 2, 3, 4...., 10 ).
Putting k = 2, we get t = 2 2 5 , 2 2 6 , . . . . 2 2 1 2 , (j=3,4,5....,10)
Thus, we observe that each new k will give us just one more new distinct value of t .
We got 9 values from k=1, and one more from each k=2,3,4....,9 (8 more values). Hence the answer is 9 + 8 = 1 7