Probability of Sharpshooter Missing After 3 Shots

  • Thread starter Thread starter Tomp
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The probability of a sharpshooter missing a target after three shots, given a 10 percent miss rate, can be calculated in two ways depending on the interpretation of "after." If "after" means immediately following the first three shots, the probability is 0.9^3 * 0.1. However, if "after" allows for any number of hits before the first miss, the calculation expands to include a geometric series: 0.9^3 * 0.1 + 0.9^4 * 0.1 + 0.9^5 * 0.1, and so on. Ultimately, if considering only the first three shots, the probability simplifies to just 0.9^3. The interpretation of "after" significantly impacts the probability calculation.
Tomp
Messages
27
Reaction score
0
Question
An expert sharpshooter misses a target 10 percent of the time.

I have a question
"What is the probability that the fi rst miss comes after the 3rd shot?"

Is this as simple as 0.9^3 * 0.1?
 
Physics news on Phys.org
Look at the sample space :

{ HHHM, HHHHM,...}
 
Last edited:
Yep, the key word is "after".
 
The question is "does 'after'" mean "immediately after" or would five hits and then a miss be "the first miss is after the first three shots".

If you mean the first, then, yes, (.9)^3(.01) is correct.

If the second, then you need to expand that to larger numbers of initial hits:
(.9)^3(.01)+ (.9)^4(.01)+ (.9)^5(.01)+...

You might recognize that as part of a geometric sequence and so find a simple formula for sum.
 
HallsofIvy said:
The question is "does 'after'" mean "immediately after" or would five hits and then a miss be "the first miss is after the first three shots".

If you mean the first, then, yes, (.9)^3(.01) is correct.

If the second, then you need to expand that to larger numbers of initial hits:
(.9)^3(.01)+ (.9)^4(.01)+ (.9)^5(.01)+...

You might recognize that as part of a geometric sequence and so find a simple formula for sum.

Not 0.01 but 0.1 in all cases.:)

It is interesting to check, if we consider the 'after case' (not immediately after) then the asked event is nothing but "3 hits in first 3 shots" (whatever happens later does not matter). Therefore the answer will be (0.9)^3.
 
Last edited:
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top