Respuesta :
Answer:
13.44% probabilith that at most 3 are in excellent health.
Step-by-step explanation:
For each adult, there are only two possible outcomes. Either they are in excellent health, or they are not. The probability of an adult being in excellent health is independent of other adults. So we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
43% of adults questioned reported that their health was excellent.
This means that [tex]p = 0.43[/tex]
13 adults randomly selected
This means that [tex]n = 13[/tex]
Find the probability that when 13 adults are randomly selected, at most 3 are in excellent health.
[tex]P(X \leq 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)[/tex]
In which:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{13,0}.(0.42)^{0}.(0.58)^{13} = 0.0008[/tex]
[tex]P(X = 1) = C_{13,1}.(0.42)^{1}.(0.58)^{12} = 0.0079[/tex]
[tex]P(X = 2) = C_{13,2}.(0.42)^{2}.(0.58)^{11} = 0.0344[/tex]
[tex]P(X = 3) = C_{13,3}.(0.42)^{3}.(0.58)^{10} = 0.0913[/tex]
[tex]P(X \leq 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.0008 + 0.0079 + 0.0344 + 0.0913 = 0.1344[/tex]
13.44% probabilith that at most 3 are in excellent health.