Tom and Brad shoot arrows at a target. They both shoot at the same time. For each shot the probability that the arrow hits the bull’s-eye is 0.2, independently of all other shots.
Find the probability that Tom takes (strictly) more shots than Brad to hit the bull’s-eye.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Cool probability question!
Thanks! I added the word "strictly" to your question for clarity.
The probability that they both take the same number of shots to hit the bull's-eye is ( 0 . 2 ) 2 + ( 0 . 8 ) 2 ( 0 . 2 ) 2 + ( 0 . 8 ) 4 ( 0 . 2 ) 2 + ⋯ , where the n th term is the probability that they both hit the target for the first time after n shots.
The sum of this series is 1 − ( 0 . 8 ) 2 ( 0 . 2 ) 2 = 9 1 . So the probability that one of them takes more shots than the other is 9 8 , and the probabilities are symmetric so the answer is 9 4 .
Redoing the calculations with 0 . 2 replaced by p , I get a general answer of 2 − p 1 − p .
Given that the probability to hit the target p = 0 . 2 and hence that of failing to hit the target q = 0 . 8 . The probability that Brad hits the target on his i t h shot (after failing i − 1 times) before Tom hits the target (that is failing all i times) is given by: P ( i ) = q i − 1 p q i = p q 2 i − 1 And for all cases, i = 1 , 2 , 3 . . . ∞ is: P = i = 1 ∑ ∞ p q 2 i − 1 = p q j = 0 ∑ ∞ ( q 2 ) j = p q 1 − q 2 1 = 1 − 0 . 6 4 0 . 2 × 0 . 8 = 0 . 3 6 0 . 1 6 = 9 4
The probability, p , that they hit the target at the same time satisfies: p = 2 5 1 + 2 5 1 6 p , so p = 9 1 .
In the case when they do not draw either player is as likely as the other to take more shots. So the probability Andy takes more shots is 2 1 ( 1 − 9 1 ) = 9 4
The equation in the first paragraph is obtained by noticing that they hit the bullseye at the same time either by both hitting on the first shot (with probability 2 5 1 ), or both missing the first shot (with probability 2 5 1 6 ) and hitting together at some later time. If they both miss the first shot we can think of the game as having started over again and the probability they hit together at some later time is just p .
The only soln that I found easy.Thnx.Great job done by all
the probability both of them take the same number of shot is ( 0 . 2 ) 2 + ( 0 . 8 ) 2 ( 0 . 2 ) 2 + . . . . . . . = 1 / 9
so the probability that tom took more shots is 1 − ( 1 / 9 ) / 2 = 4 / 9
Problem Loading...
Note Loading...
Set Loading...
The probability of Tom missing and Brad hitting the target in the first try should be:
( 0 . 2 ) ( 0 . 8 )
If they both miss the first shots then there is again the chance of Tom missing and Brad hitting. If this goes on for an infinite number of times then the probability can be given by:
( 0 . 2 ) ( 0 . 8 ) + ( 0 . 2 ) ( 0 . 8 ) ( 0 . 8 ) 2 + ( 0 . 2 ) ( 0 . 8 ) ( 0 . 8 ) 4 + ( 0 . 2 ) ( 0 . 8 ) ( 0 . 8 ) 6 . . . .
Observably, this is a geometric series. The sum to infinity of a geometric sequence is;
S ∞ = 1 − r a
Now compute;
= 1 − 0 . 8 2 ( 0 . 8 ) ( 0 . 2 ) = 9 4