Question
Mathematics Question on Probability
The probability of a shooter hitting a target is 3/4 How many minimum number of times must he fire so that the probability of hitting the target at least once is more than 90%?
1
2
3
4
2
Solution
The probability of hitting the target at least once is the complement of the probability of missing the target every time. Let the number of shots fired be n.
The probability of missing the target in a single shot is:
P(miss)=1−43=41.
The probability of missing the target in all n shots is:
P(miss all)=(41)n.
The probability of hitting the target at least once is:
P(hit at least once)=1−P(miss all)=1−(41)n.
We need P(hit at least once)>0.9:
1−(41)n>0.9.
Simplify:
(41)n<0.1.
Take the logarithm (base 10) of both sides:
nlog10(41)<log10(0.1).
Using log10(41)=−log10(4) and log10(0.1)=−1:
−nlog10(4)<−1.
Divide by −log10(4) (note the sign change):
n>log10(4)1.
Approximate log10(4)≈0.602:
n>0.6021≈1.66.
Since n must be an integer, the minimum n is:
n=2.
Thus, the shooter must fire at least 2 times.