How do I solve this binomial distribution problem?

33 Views Asked by At

Find the probability of having 2,3 or 4 successes in five trials of a binomial experiment in which the probability of success is 40%.

1

There are 1 best solutions below

1
On

$$\mathbb{P}(2\le X\le 4)=\sum_{k=2}^{4}{5\choose k}(0,4)^k(1-0,4)^{5-k}$$