Q64. 40 children are standing in a circle and one of them (say child-1) has a ring. The ring is passed clockwise. Child-1passes on the child-2, child-2 passes on to child-4, child-4 passes on to child- 7 and so on. After how many such changes (including child-1) will the ring be in the hands of child-1 again?
Detailed Solution
The ring is passed with increasing increments: +1, +2, +3, +4, and so on. We need to find the number of passes (changes) until the ring returns to Child-1. Let C_n be the child holding the ring after 'n-1' passes (C_1 is the starting child).
The position of the child is calculated modulo 40. The sequence of children holding the ring is: 1, 2 (1+1), 4 (2+2), 7 (4+3), 11 (7+4), 16 (11+5), 22 (16+6), 29 (22+7), 37 (29+8), 6 (37+9 = 46 mod 40), 16 (6+10), 27 (16+11), 39 (27+12), 12 (39+13 = 52 mod 40), 26 (12+14), 1 (26+15 = 41 mod 40).
The ring returns to Child-1 after 15 passes. The question asks for 'how many such changes (including child-1)', which refers to the number of passes made to return to child-1, which is 15.
More Basic Numeracy Questions
Q5. What is the maximum value of n such that 7 × 343 × 385 × 1000 × 2401 × 77777 is divisible by 35^n ?...
BQ7. P and Q walk along a circular track. They start at 5:00 am. from the same point in opposite directio...
BQ9. A tram overtakes 2 persons X and Y walking at an average speed of 3 km/hr and 4 km/hr in the same di...
CQ10. If N^2 = 12345678987654321, then how many digits does the number N have?...
BQ15. Consider the first 100 natural numbers. How many of them are not divisible by any one of 2, 3, 5, 7 ...
CMore from UPSC 2023 CSAT
Q1. Based on the above passage, the following assumptions have been made: 1. Collection, processing and ...
DQ2. Which one of the following statements best reflects the crux of the passage?...
CQ3. Based on the above passage, the following assumptions have been made: 1. Organic farming is inherent...
BQ4. Which one of the following statements best reflects the most logical, rational and practical message...
CQ5. Based on the above passage, the following assumptions have been made: 1. To implement the Sustainabl...
BAce UPSC with AI-powered Practice
LearnPro's test series adapts to your weak topics and shows real analytics.
Explore Courses →