Respuesta :
Using the binomial distribution, there is a 0.1094 = 10.94% probability that exactly 20 adults received a flu vaccine.
For each adult, there are only two possible outcomes, either they received the vaccine or they did not. The probability of an adult receiving the vaccine is independent of any other adult, hence the binomial distribution is used to solve this question.
What is the binomial distribution formula?
The formula is:
[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.
For this problem, we have that:
- There is a random sample of 50 adults, hence n = 50.
- 37.1% of adults received the flu vaccine, hence p = 0.371.
The probability that exactly 20 adults received a flu vaccine is P(X = 20), hence:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 20) = C_{50,20}.(0.371)^{20}.(0.629)^{30} = 0.1094[/tex]
0.1094 = 10.94% probability that exactly 20 adults received a flu vaccine.
More can be learned about the binomial distribution at https://brainly.com/question/24863377
#SPJ1