Two gunmen are standing 200 paces apart. Each man has only 1 bullet in his gun. Every second, the two men take 1 step towards each other. If the first man (call him A) were to shoot, his chance of killing B is k/100, where k is the number of steps he already took. So when k = 0, the two men are 200 paces apart, A's chance of killing is 0. When k=100, which is when the two men are right next to each other, A's chance of killing is 1.
B's chance of killing is 1.25*k/100 when k is less than 80. If k is more than 80, B's chance of killing is 1. Essentially, B's chance of killing increases between 0 and 80 paces, and stays constant at 1 after 80 paces.
Assume that the two men are in a locked room, and there's nowhere to run. Therefore, if a man were to shoot first and miss, the other man would kill him for sure.
1) Let's say that A and B know about their accuracy functions as well as their opponent's, at which step should A shoot for an optimal chance of survival? At what step should B shoot?
2) Let's say that A and B know their accuracy function, but not their opponent's? Where is the optimal shooting step for A? Where is the optimal step for B?
Question
bushindo
Two gunmen are standing 200 paces apart. Each man has only 1 bullet in his gun. Every second, the two men take 1 step towards each other. If the first man (call him A) were to shoot, his chance of killing B is k/100, where k is the number of steps he already took. So when k = 0, the two men are 200 paces apart, A's chance of killing is 0. When k=100, which is when the two men are right next to each other, A's chance of killing is 1.
B's chance of killing is 1.25*k/100 when k is less than 80. If k is more than 80, B's chance of killing is 1. Essentially, B's chance of killing increases between 0 and 80 paces, and stays constant at 1 after 80 paces.
Assume that the two men are in a locked room, and there's nowhere to run. Therefore, if a man were to shoot first and miss, the other man would kill him for sure.
1) Let's say that A and B know about their accuracy functions as well as their opponent's, at which step should A shoot for an optimal chance of survival? At what step should B shoot?
2) Let's say that A and B know their accuracy function, but not their opponent's? Where is the optimal shooting step for A? Where is the optimal step for B?
Link to comment
Share on other sites
35 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.