Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Represent each person's qualifying outcome by an independent Bernoulli indicator and let N be the sum of the twelve indicators.

NBinomial(12,p)N\sim\operatorname{Binomial}(12,p)
E[N]=12p=9\operatorname{E}[N]=12p=9

Model

Model

First recover the Bernoulli probability from the supplied mean, then use the binomial variance formula.

p=912=34p=\frac{9}{12}=\frac{3}{4}
Var(N)=np(1p)\operatorname{Var}(N)=np(1-p)

Compute

Compute

Substitute n=12, p=3/4, and 1-p=1/4.

Var(N)=12(34)(14)\operatorname{Var}(N)=12\left(\frac{3}{4}\right)\left(\frac{1}{4}\right)
Var(N)=94=2.25\operatorname{Var}(N)=\frac{9}{4}=2.25

Answer

Answer

The variance of the count is 2.25.

2.25(C)\boxed{2.25\quad\text{(C)}}