Wednesday, November 9, 2011

Problem 11 fall 2011

The problem 11 of POW is quite interesting.
The system can be simplified.
Let $x_i$ represent the ith man, $d(x_i, x_j)$ is the distance between ith and jth man. Because all men shoot at the same time, so if $d(x_i, x_j)< \min \{ d(x_i,x_k), d(x_j,x_k)\}$, then $x_i, x_j$ die at the same time. So the each pair of $x_i, x_j$ which isolate far away from the others will be both dead at the same time, that means these kinds of pair men can be canceled from the whole. Beside these, there is another kind of situation. That is $d(x_i,x_{i+1})$<$d(x_{i+1},x_{i+2})$<$d(x_{i+2},x_{i+3})$ like a chain or like the domino. Here the first two men will shoot each other, only the last man will survive in a chain.
The question is, if there are two chain remain, what will happen? All last one of each chain will remain alive.
If n is odd number, simplified the whole, then get some chains. Then all the last of chain will remain alive. Since n is odd number, so there at least one chain in the whole (may be need detail discussion).
If n is even number, all men are paired isolated, then n men die without any survival.

No comments:

Post a Comment