Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Calculate the probability that one entry matches the unique selected six-number set.

p=1(306)=1593775p=\frac1{\binom{30}6}=\frac1{593775}

Model

Model

Let W count winning entries. Two prizes exceed the entry-fee revenue, whereas one prize does not.

WBinomial(800000,p)W\sim\operatorname{Binomial}(800000,p)
{state loses money}={W2}\{\text{state loses money}\}=\{W\ge2\}

Compute

Compute

Complement the zero- and one-winner outcomes.

Pr(W2)=1(1p)800000800000p(1p)799999\Pr(W\ge2)=1-(1-p)^{800000}-800000p(1-p)^{799999}
=10.25993780.3502179=0.3898443=1-0.2599378-0.3502179=0.3898443

Answer

Answer

The probability that prize expense exceeds revenue rounds to 0.39.

0.39(B)\boxed{0.39\quad\text{(B)}}