Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Let W be the season success count. Independence and a constant success probability give a binomial model.

WBinomial(n,0.60)W\sim\operatorname{Binomial}(n,0.60)

Model

Model

Form the ratio of the adjacent binomial probabilities so that the common powers and most factorials cancel.

Pr(W=3)Pr(W=2)=(n3)(0.60)3(0.40)n3(n2)(0.60)2(0.40)n2\frac{\Pr(W=3)}{\Pr(W=2)}=\frac{\binom n3(0.60)^3(0.40)^{n-3}}{\binom n2(0.60)^2(0.40)^{n-2}}
=n230.600.40=n22=\frac{n-2}{3}\frac{0.60}{0.40}=\frac{n-2}{2}

Compute

Compute

Equate the simplified ratio to the stated multiple and solve for the integer number of trials.

n22=5\frac{n-2}{2}=5
n=12n=12

Answer

Answer

The season contains 12 games.

12(D)\boxed{12\quad\text{(D)}}