Answer:
P(x = 0) = 0.0133
P(x = 1) = 0.1037
P(x = 2) = 0.3021
P(x = 3) = 0.3909
P(x = 4) = 0.1897
Step-by-step explanation:
We are given the following information:
We treat person passing the driver test as a success.
P(Adult need eye correction) = 0.66
Then the number of person follows a binomial distribution, where
[tex]P(X=x) = \binom{n}{x}.p^x.(1-p)^{n-x}[/tex]
where n is the total number of observations, x is the number of success, p is the probability of success.
Now, we are given n = 4
We have to evaluate the probability distribution function.
[tex]P(x = 0) \\= \binom{4}{0}(0.66)^0(1-0.66)^4 = 0.0133[/tex]
[tex]P(x = 1) \\= \binom{4}{1}(0.66)^1(1-0.66)^3 = 0.1037[/tex]
[tex]P(x = 2) \\= \binom{4}{2}(0.66)^2(1-0.66)^2 = 0.3021[/tex]
[tex]P(x = 3) \\= \binom{4}{3}(0.66)^3(1-0.66)^1 = 0.3909[/tex]
[tex]P(x = 4) \\= \binom{4}{4}(0.66)^4(1-0.66)^0 = 0.1897[/tex]