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$$
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$$
Copyright © 2021 JogjaFile Inc.
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$$