The director of Hind Circus has decided to add a new performance called the monkey dance to his show. The monkey dance is danced simultaneously by N monkeys. There are N circles drawn on the ground. There are N arrows drawn between the circles in such a way that for each circle, exactly one arrow begins at that circle and exactly one arrow ends at that circle. No arrow can both begin and end at the same circle. When the show begins, each monkey sits on a different circle. At each whistle of the ringmaster, all the monkeys simultaneously jump from one circle to the next, following the arrow leading out of the current circle. This is one step of the dance. The dance ends when all the monkeys have simultaneously returned to the circles where they initially started. The director wishes the dance to last as many steps as possible. This can be achieved by drawing the arrows intelligently.
For N =15 the maximum number of steps that the monkey dance can be made to last by drawing arrows appropriately?
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.
Nice problem we see that for the largest circle the dance completes in 15 steps and so we need more than 1 independent circle. After some calculation till 4 different circles we can show that the largest possible number of steps will be when there are three circles of 3, 5 and 7 monkeys and their time period will be LCM of the numbers
Answer 105