[Math] Probability of hitting a bullseye in five shots

probability

The probability of a target shooter hitting the bullseye on any one shot is 0.2.
a If the shooter takes five shots at the target, find the probability of:
i) missing the bullseye every time

ii) hitting the bullseye at least once
b) What is the smallest number of shots the shooter should make to ensure a probability of
more than 0.95 of hitting the bullseye at least once?

i) $n=5,p=0.2$
$(5)$($(0.2)$=1
$1(1-0.2)=0.8$
$(0.8)^5= 0.327$

I don't is this the right way to do but I got the right answer.

I don't know how to do ii) and B) , appreciate your help!

Best Answer

Hints: For ii, you have the probability of missing every time from i, so all the rest is the chance of hitting at least once.

For b, the same logic of deriving ii from i applies, but the number of shots is a variable. If you want 0.95 to hit at least once, what is the chance you miss them all? Then find a number of shots that gets the chance below that.