Using the binomial distribution, it is found that the probabilities are:
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:
Exercise 1:
The parameters are:
n = 15, p = 0.4, x = 4.
Then:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 4) = C_{15,4}.(0.4)^{4}.(0.6)^{11} = 0.1228[/tex]
Exercise 2:
The parameters are:
n = 12, p = 0.2, x = 2.
Then:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 2) = C_{12,2}.(0.2)^{2}.(0.8)^{10} = 0.2835[/tex]
Exercise 3:
The parameters are:
n = 20, p = 0.05.
The probability is:
[tex]P(X \leq 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)[/tex]
Using the binomial formula for each value and adding them:
[tex]P(X \leq 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.3585 + 0.3774 + 0.1887 + 0.0596 = 0.9841[/tex]
More can be learned about the binomial distribution at https://brainly.com/question/24863377
#SPJ1