Shooting competition. What is the best option?

In summary, when it comes to shooting competitions, it is better if the worst player shoots in the first turn.
  • #1
Karlx
75
0
Hi everybody.
I am fighting with the following problem:

In a shooting competition, a team is composed by 2 shooters, who must shoot alternately.
They have probabilities p1 and p2 to hit the target, being p1>p2.
In order to be classified, a team must shoot 3 times and hit the target at least 2 consecutive times.

a) Which one of the two shooters must shoot two times?
b) Generalize the question in the case that they must get at least
two consecutive hits with a total of 2k+1 shoots.

These are my answers:

a)
To me the answer is clear.
The probability for a team of being classified is greater if the worst shooter (that who has probability p2 of hitting the target) shoots in the first and the last turns.

b)
Intuitively, I think the answer is the same. It is better that the worst shooter shoot in the first turn.
But how can I prove my guess.
I´d be grateful for any hint.

Thanks.
 
Physics news on Phys.org
  • #2
My approach for the case a) is like this:

If we consider a success (S) to hit the target and a failure (F) not to hit it, then our sample space is composed for all possible series of 3 letters with possible values S and F:

[tex]
\Omega=\left\{SSS,SSF,SFS,FSS,SFF,FSF,FFS,FFF\right\}
[/tex]

Let [tex]A_{i}[/tex] be the event of having a S both at positions i and i+1. Then the event of a team being classified is [tex]C=\cup^{3}_{i=1} A_{i}[/tex].

If p is the probability of success at odd positions and q the probability of success at even positions, then

[tex]p(A_{i})=pq[/tex]
[tex]p(A_{i}\cap A_{j})=p(SSS)=p^{2}q[/tex], i[tex]\neq[/tex]j

and therefore

(1)
[tex]pC=p(\cup^{3}_{i=1} A_{i})=2pq-p^{2}q[/tex]

If the first shooter is the one with probability [tex]p_{1}[/tex] , this implies [tex]p= p_{1}[/tex] and [tex]q= p_{2}[/tex]. Let's call this option A.
The other option (the worst shooter is the first) is [tex]p= p_{2}[/tex] and [tex]q= p_{1}[/tex]. Let's call this option B.

In (1), the first term is symmetric in p and q and has the same value for both options.
The second term is not and thus

[tex]pC_{A}=2p_{1}p_{2}-p^{2}_{1}p_{2}[/tex]

[tex]pC_{B}=2p_{1}p_{2}-p^{2}_{2}p_{1}[/tex]

so

[tex]pC_{A}<pC_{B}[/tex]

that is, B is the best option to be classified.

I’ve tried to generalize this for the case of 2k+1 shootings, but it becomes a messy.

Can anyone help me ?
 
Last edited:
  • #3
One way is using matrix powers and some ideas from Markov theory. At any point in time it only matters whether the team has already been classified or else the success/failure of their previous shot, so denote the states {C,S,F} and say they begin in state F. The state transition matrix can be written as

[tex]P_k=\begin{bmatrix} 1 & p_k & 0 \\ 0 & 0 & p_k \\ 0 & 1-p_k & 1-p_k \end{bmatrix}[/tex]

for each shooter, where the (ij)-th entry is the probability of moving from state j to state i. If shooter 1 goes first then the probability of being classified after (2k+1) rounds is

[tex]q_1 = \begin{bmatrix} 1 & 0 & 0 \end{bmatrix} (P_1P_2)^k P_1 \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix}[/tex]

and similarly for [itex]q_2[/itex]. The matrix powers [itex](P_1P_2)^k[/itex] and [itex](P_2P_1)^k[/itex] can be evaluated explicitly by eigenvalue methods such as diagonalization or the Perron formula.

Not sure if there's a simpler / more elegant way to do it!
 
  • #4
Thanks a lot, bpet.
This is a very interesting way to solve the problem.
Markov theory gives a completely new point of view to the classical problems of probability.

But without using Markov ideas, could anyone think of a simpler way to solve it?
 
  • #5
To solve it via an explicit expression for [itex]q_1(k)[/itex] would likely still involve solving 3 simultaneous recurrences, which is essentially equivalent.

With the aid of a symbolic calculator we get

[tex]q_1-q_2 = 2^{-k}p_1p_2(p_1-p_2)(b^k-c^k)/a[/tex]

where [itex]a=\sqrt{(1+p_1p_2(-6+4p_1+4p_2-3p_1p_2))}[/itex], [itex]b=1-p_1p_2-a[/itex], [itex]c=1-p_1p_2+a[/itex]. Since a, b, c are all non-negative and symmetric in [itex]p_1,p_2[/itex] with b<c then it follows that [itex]q_1\le q_2[/itex].

It would be good if there's a simpler way. Perhaps by considering the recurrence relations its possible by induction?
 
  • #6
Thanks again bpet.
I'll work with your two answers.
 
  • #7
Hi everybody.
This post is only to tell you that I have found an altenative way to solve this problem.
Using only a classical probabilistic reasoning it is possible to obtain a recurrent expression for the probability of a team of being classified in n rounds.
From it, it is then possible to prove that for odd values of n, it is better that the worst player start the game. (And also, that for even values, it doesn't matter).
That is what I call the beauty of maths !
Thanks for your help.
 

1. What is the purpose of a shooting competition?

The purpose of a shooting competition is to test and improve an individual's marksmanship skills and accuracy with a firearm. It can also serve as a form of entertainment and a way to showcase shooting abilities.

2. What types of shooting competitions are there?

There are various types of shooting competitions, including pistol, rifle, shotgun, and archery competitions. There are also different styles of shooting, such as precision shooting, speed shooting, and long-range shooting.

3. What are the safety measures in place for shooting competitions?

Safety is a top priority in shooting competitions. Participants are required to follow strict safety protocols, such as always pointing the firearm in a safe direction, keeping their finger off the trigger until ready to shoot, and wearing appropriate protective gear.

4. How are winners determined in shooting competitions?

Winners in shooting competitions are determined by various factors, including accuracy, speed, and consistency. Scores may be calculated based on the number of targets hit, time taken to complete a course, or a combination of both.

5. What is the best option for beginners in shooting competitions?

For beginners, it is best to start with a basic pistol or rifle competition that focuses on accuracy rather than speed. It is also recommended to receive proper training and practice regularly before participating in a shooting competition.

Similar threads

  • Sci-Fi Writing and World Building
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
Replies
4
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
9
Views
12K
Replies
14
Views
3K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
9K
Replies
43
Views
9K
  • Sci-Fi Writing and World Building
3
Replies
96
Views
6K
Replies
152
Views
5K
Back
Top