Verifying that binomial distribution is a valid PMF.

1.7k Views Asked by At

I'm trying to figure out if X ~ Bin(n,p) is a valid PMF. In other words, I need to show that:

$$\sum_{x \in X} {n\choose x} p^{x} (1-p)^{n-x} = 1$$

1

There are 1 best solutions below

0
On BEST ANSWER

You can use the binomial theorem to show that:

$$\sum_{x}\binom{n}{x}p^x(1-p)^{n-x} = [p + (1-p)]^n= 1^n = 1$$