There are 1600 people sitting around a circular table. The first person (person 1) has a sword and kills the second person then hands it to the next alive person (in this case person 3). Person 3 stabs person 4 and gives the sword to person 5. This goes on until person 1599 kills person 1600. Then person 1 kills person 3 and so on. This is repeated until there is only a single person remaining.
Who remains in the end?
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.
This problem is same as Who gets lucky in life
The answer's general formula is, that
if the number of people is n and the power of 2 following n is 2 k , then the person who survives is ( n − ( 2 k − n ) + 1 ) , .ie. 2 n − 2 k + 1 .
In this case, it will be 2 × 1 6 0 0 − 2 0 4 8 + 1 = 3 2 0 0 − 2 0 4 8 + 1 = 1 1 5 3