Respuesta :
Using the binomial distribution, it is found that there is a:
a) 0.9728 = 97.28% probability of more than 2 hits.
b) 0.0272 = 2.72% probability of at least 3 misses.
For each shot, there are only two possible outcomes, either he hits the target, or he does not. The probability of hitting the target on a shot is independent of any other shot, hence, the binomial distribution is used to solve this question.
Binomial probability distribution
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
The parameters are:
- x is the number of successes.
- n is the number of trials.
- p is the probability of a success on a single trial.
In this problem:
- Hits the target 4 times out of 5, hence [tex]p = \frac{4}{5} = 0.8[/tex].
- He fires 4 shots, hence [tex]n = 4[/tex].
Item a:
This probability is:
[tex]P(X \geq 2) = P(X = 2) + P(X = 3) + P(X = 4)[/tex]
Then:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 2) = C_{4,2}.(0.8)^{2}.(0.2)^{2} = 0.1536[/tex]
[tex]P(X = 3) = C_{4,3}.(0.8)^{3}.(0.2)^{1} = 0.4096[/tex]
[tex]P(X = 4) = C_{4,4}.(0.8)^{4}.(0.2)^{0} = 0.4096[/tex]
[tex]P(X \geq 2) = P(X = 2) + P(X = 3) + P(X = 4) = 0.1536 + 0.4096 + 0.4096 = 0.9728[/tex]
0.9728 = 97.28% probability of more than 2 hits.
Item b:
At least 3 misses is less than 2 hits, hence:
[tex]P(X < 2) = 1 - P(X \geq 2) = 1 - 0.9728 = 0.0272[/tex]
0.0272 = 2.72% probability of at least 3 misses.
To learn more about the binomial distribution, you can take a look at https://brainly.com/question/24863377