I had posted this as a problem but I think my approach to the problem wasn't right.
Three archers A , B and C are standing equidistant from each other, forming an equilateral triangle. Archer A , B and C has 1/3 , 2/3 and 1 probability of hitting the target they aimed for , respectively.
The three archers will play a survival game. The objective of the game for all players is to kill the other two archers and be the only survivor. Deliberate missing is not allowed.
The person who is to shoot a particular shot is to be chosen AT RANDOM among the people alive right before the shot ( which means ABAABBBABAA is possible as is CAAAAA ) .
Assuming that all archers will die if he is hit by an arrow aimed at him, and that all archers will make the best possible optimal moves to maximize their chances of winning (surviving) the probability that Archer A wins can be expressed as a/b where a and b are co-prime positive integers.
All comments are welcome...
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I got my answer as 297/1120. Hopefully thats not right.
Original Problem 1
Original Problem 2
What do you think about following approach?
Strategy for A (when A is chosen):
with probability p he aims at C (tries to kill him),
with probability 1−p he deliberately miss his shot.
Calculate the probability that C is killed the first. A and B had been chosen and they always missed C until finally one of them succeeded. Hence the probability that C is killed at step n+1 is:
(31⋅(p⋅32+(1−p)⋅33)+31⋅31)n⋅(31⋅p⋅31+31⋅32)=(94−p)n⋅9p+2
Now, after summation of geometric series
9p+2⋅1−94−p1=p+5p+2
Probability that C is killed the first is p+5p+2 and hence
1−p+5p+2=p+53
is the probability that B is killed the first.
If C is killed then its duel between A and B. The probability that A wins at step n+1 is
(21⋅32+21⋅31)n⋅(21⋅31)=(21)n⋅61
After summation, the probability that A wins duel with B is
61⋅1−211=31
Finally: A can win in two ways: C is killed and A wins duel with B or B is killed and then A is chosen and A hit C. Hence the probability that A wins is:
p+5p+2⋅31+p+53⋅21⋅31=6p+302p+7
The probability that A wins is 6p+302p+7 and it is increasing function on interval [0,1]. So, the optimal strategy for A to win is p=1 (always aim to opponent ) and maximum probability to win is 41.