30 students are seated evenly around a circular table. One student (say Student-A) starts with a book. The book is passed in a clockwise direction. Student-A passes the book to the next student (1 step), that student passes it by skipping 1 student (2 steps ahead), the next pass skips 2 students (3 steps ahead), and so on. After how many such passes (starting with Student-A as the first holder) will the book return to Student-A?
(a) 14
(b) 15
(c) 16
(d) 18
Explanation
Let's break down the problem:
30 students are seated in a circle, numbered 0 to 29 (let's say Student-A is at position 0).
The book is passed as follows:
1st pass: 1 step ahead (to position 1)
2nd pass: 2 steps ahead (to position 3)
3rd pass: 3 steps ahead (to position 6)
4th pass: 4 steps ahead (to position 10)
nth pass: n steps ahead
We need to find after how many passes will the book return to Student-A (position 0).
Mathematical formulation
After n passes, the total number of steps taken is:
S=1+2+3+…+n=n(n+1)/2
We want S to be a multiple of 30 (since there are 30 students, and the book returns to the starting position after a multiple of 30 steps):
n(n+1)/2≡0(mod30)
So,
n(n+1)≡0(mod60)
(because multiplying both sides by 2 gives n(n+1) must be divisible by 60).
Find the smallest positive integer n such that n(n+1) is divisible by 60
Let’s check the options:
(a) n = 14
14×15=210
14×15=210
210/60 = 3.5 (Not divisible)
(b) n = 15
15×16=240
15×16=240
240/60 = 4 (Divisible)
(c) n = 16
16×17=272
16×17=272
272/60 ≈ 4.53 (Not divisible)
(d) n = 18
18×19=342
18×19=342
342/60 = 5.7 (Not divisible)
Final Answer
(b) 15
After 15 passes, the book returns to Student-A.
Hence, option b is correct.
Kutos:CSAT Expert
Hello! I am a CSAT expert. You can ask any question or request a detailed analysis related to this topic.