If I shoot 20 arrows at a target the probability of hitting it at least once is 9 8 . What is the probability of hitting the target at least once if I shoot 10 arrows?
Note: Assume each shot is independent.
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.
Nice job! An equivalent way to frame your solution is that "not hitting any of 20" is "not hitting any of 10 twice". In other words, if p is the probability of hitting any of 10, then 1 − 9 8 = ( 1 − p ) 2 ⇒ ( 1 − p ) 2 = 9 1 ⇒ 1 − p = 3 1 ⇒ p = 3 2 .
Log in to reply
That's how I figured it out! (Not hitting any of 20 is not hitting any of 10 twice)
Hey can you help me with this puzzle " Find the next number? 1, 4, 9, 22, 45, 27, 55, 58, 99 __"
Problem Loading...
Note Loading...
Set Loading...
The probability of hitting the target by shooting 20 bullets is 9 8 . So the probability of not hitting the target by shooting 20 bullets is 9 1 . Let q be the probability of each bullet not hitting the target. So q 2 0 = 9 1 . The probability of 10 bullets not hitting the target is q 1 0 = 3 1 . The probability of 10 bullets hitting the target is 1- 3 1 = 3 2