Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Independent returns with a common probability produce a binomial count.

NBinomial(500,0.12)N\sim\operatorname{Binomial}(500,0.12)

Model

Model

Use the binomial variance formula and then take its square root.

Var(N)=np(1p)\operatorname{Var}(N)=np(1-p)
SD(N)=np(1p)\operatorname{SD}(N)=\sqrt{np(1-p)}

Compute

Compute

Substitute the item count and return probability.

Var(N)=500(0.12)(0.88)=52.8\operatorname{Var}(N)=500(0.12)(0.88)=52.8
SD(N)=52.8=7.266360849\operatorname{SD}(N)=\sqrt{52.8}=7.266360849

Answer

Answer

The standard deviation rounds to 7.27.

7.27(A)\boxed{7.27\quad\text{(A)}}