Question 1203023
p = .4
q = 1 - .4 = .6
n = 20
p(x) = p^x * q^(n-x) * c(n,x)
when since 1/5 of 20 = 4, the formula becomes:
p(4) = .4^4 * .6^16 * c(20,4) = .03499.
that becomes 3.499% which rounds to 3.5%.


c(n,x) is equal to n! / (x! * (n-x)!)
that becomes 20! / (4! * 16!)
that becoms (20*19*18*17*16!) / (4! * 16!)
that becomes (20*19*18*17) / (4*3*2*1) which is equal to 4845
p(4) becomes equal to .4^4 * .6^16 * 4845 = .03499 rounded to 5 decimal digits.


i calculated the total probabilities in excel.
hare are the results.
the sum of all the proabilities equals 1, as it should.
here are the results.


<img src = "http://theo.x10hosting.com/2023/071301.jpg">