Two ants start to move from vertex at the same speed at the same time. One moves along the square with side length , and the other along the rectangle with dimensions . The rectangle and square do not intersect other than at .
Find the minimum distance that each ant must cover before they meet again with each other.
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.
The only possible meeting point is back at A.
The first ant comes back to A after every 12 units.
The second ant comes back to A after every 18 units.
Hence, the first time that they meet again will be the least common multiple of these 2 terms, which is 36.