Probability: B needs to shoot more times than A

  • Thread starter Thread starter SamTaylor
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary

Homework Help Overview

The problem involves two sharpshooters, A and B, each with different probabilities of hitting a target on a single shot. The question seeks to determine the probability that B requires more shots than A to hit the target, given their respective probabilities of success.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the independence of shots and the probabilities associated with each shooter hitting the target. There are attempts to express the probability of various outcomes based on the number of shots taken by each shooter. Some participants question the validity of their assumptions and expressions related to the probabilities.

Discussion Status

There is active engagement with the problem, with participants providing hints and corrections to each other's reasoning. Some have offered expressions for the probabilities involved, while others are exploring the implications of different probability values for A and B. The discussion reflects a mix of understanding and confusion, with no clear consensus reached yet.

Contextual Notes

Participants are working under the constraints of a homework assignment, which may limit the information they can use or the methods they can apply. There is an emphasis on reviewing basic probability concepts to clarify misunderstandings.

SamTaylor
Messages
20
Reaction score
0
Hi

I am having some problems solving this exercise. Can somebody give a hint on how to solve this. The hint from the book is not really helping me.

Homework Statement



Two sharpshooters, A and B, are going to shoot at a target. A has probability Pa of hitting it on a single shot; B has probability Pb of hitting it on a single shot. Wheater the target is struck on anyone shot is statistically independent of whether it is struck on any other shot. What is the probability that B needs to shoot more times before hitting the target than A?

(Hint from the book:
1. Suppose that A hits the target for the first time on his nth shot.
2. Calculate the probabity that B shoots more than n times before hitting the target
3. Then use the principle of total probabity to account for all values of n from 1 ad infinium)

Homework Equations



Pr(M AND M) = Pr(M|Ai)*Pr(Ai)
Pr(M) = Pr(M|A1)*Pr(A1) + Pr(M|A2)*Pr(A2) ...

The Attempt at a Solution



P(A nth shot) = Pa*(1-Pa)^(n-1)
P(B nth+1 shot) = Pb*(1-Pb)^n
?

Thank you
 
Physics news on Phys.org
You could think of it this way. In each trial, each shooter keeps shooting until he hits the target. Say A hits the target on shot nA and B hits the target on shot nB. You have a bunch of possible outcomes (nA,nB). The outcome (1,1) would mean they both hit on their first shot; (1,2) would mean A hits on the first shot and B hits on his second shot; (2,1) would mean A needed two shots and B only one; and so on. What's the probability P(nA,nB) of outcome (nA,nB)?

Finally, the event you're interested in consists of the outcomes where nB>nA. How would you express that in terms of the probabilities of the individual outcomes?
 
> What's the probability P(n_A,n_B) of outcome (n_A,n_B)?

P(n_a,n_b) = P_a*(1-P_a)^{(n_a-1)}*P_b*(1-P_b)^{(n_b-1)}

> Finally, the event you're interested in consists of the outcomes where n_B>n_A.
> How would you express that in terms of the probabilities of the individual outcomes?

I have no clue.
 
Then you better go back and review basic probability.
 
> Then you better go back and review basic probability.

I already did. I guess here is some point i don't understand.
So is the first assumption i did for P(n_a,n_b) also wrong?
 
Your expression for P(nA,nB) is correct.
 
with the help of
\sum_{n=0}^{\infty} q^n = \frac{1}{1-q}

P(b > a) = \sum_{n_a}^{\infty} \sum_{n_b=n_a+1}^{\infty} P(a_n,a_b) = 1-P_b

is this correct ?
 
No, it's not correct. Your answer should depend on pA somehow. Let pB be fixed. If pA>pB, you'd expect A would typically hit the target before B does. If pA<pB, you'd expect B would hit the target before A does generally. So the probability P(nB>nA) should be different in the two cases, but your answer would say they're the same.
 
Oh i think i found the mistake!

\frac{P_a (1-P_b)}{1-(1-P_b)(1-P_a)}

Which looks right to me, because when Pa goes higher, P(nb>na) -> Pb
 
  • #10
Looks good!

The summation could be written

P(N_A&gt;N_B) = \sum_{n_a=1}^\infty \sum_{n_b=n_a+1}^\infty P(n_a,n_b) = \sum_{n_a=1}^\infty P_a(1-P_a)^{n_a-1} \sum_{n_b=n_a+1}^\infty P_b(1-P_b)^{n_b-1}

The sum

\sum_{n_b=n_a+1}^\infty P_b(1-P_b)^{n_b-1}

is the probability P(NB>NA|N_a=nA) that B shoots more times than A does given that A hits on shot nA. This is the probability that hint 2 asked you to find. The other sum corresponds to hint 3, so you have in the end

P(N_A&gt;N_B) = \sum_{n_a=1}^\infty P(N_B&gt;N_A|N_a=n_A)P(N_A=n_A)
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 19 ·
Replies
19
Views
8K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
13
Views
3K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
12K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
2K