Binomial variable counting ones in repeated die rolls

A standard die is rolled 6 times. Use a binomial variable to find the probability of rolling at least 4 ones.

Solution

(1) Labels.

Let SBin(6,16).

Interpret: S counts the ones appearing over 6 rolls.

We seek P[4S].


(2) Calculations.

Exclusive events:

P[4S]PS(4)+PS(5)+PS(6)(64)(16)4(56)2+(65)(16)5(56)1+(66)(16)6(56)0203233280.00870

Roll die until

Roll a fair die repeatedly. Find the probabilities that:

(a) At most 2 threes occur in the first 5 rolls.

(b) There is no three in the first 4 rolls, using a geometric variable.

Solution

(a)

(1) Label variables and events:

Use a variable SBin(5,1/6) to count the number of threes among the first six rolls.

Seek P[S2] as the answer.


(2) Calculations:

Divide into exclusive events:

P[S2]PS(0)+PS(1)+PS(2)(50)(16)0(56)5+(51)(16)1(56)4+(52)(16)2(56)36256480.965

(b)

(1) Label variables and events:

Use a variable NGeom(1/6) to give the roll number of the first time a three is rolled.

Seek P[N>4] as the answer.


(2) Compute:

Sum the PMF formula for Geom(1/6):

P[N>4]k=5(56)k1(16)

(3) Recall geometric series formula:

For any geometric series:

a+ar+ar2+ar3+=a1r

Therefore:

P[N>4]=k=5(56)k1(16)(56)4

Cubs winning the World Series

Suppose the Cubs are playing the Yankees for the World Series. The first team to 4 wins in 7 games wins the series. What is the probability that the Cubs win the series?

Assume that for any given game the probability of the Cubs winning is p=45% and losing is q=55%.

Solution

Method (a): We solve the problem using a binomial distribution.

(1) Label variables and events:

Use a variable XBin(7,p). This X counts the number of wins over 7 games. Thus, for example, PX(4) is the probability that the Cubs win exactly 4 games over 7 played.

Seek PX(4)+PX(5)+PX(6)+PX(7) as the answer.


(2) Calculate using binomial PMF:

PX(k)=(7k)pkq7k

Insert data:

PX(4)++PX(7)(74)p4q3+(75)p5q2+(76)p6q1+(77)p7q0

Compute:

76532p4q3+762p5q2+71p6q1+1p7q0p4(35q3+21p1q2+7p2q+p3)

Convert q(1p):

p4(35(1p)3+21p(1p)2+7p2(1p)+p3)35p484p5+70p620p70.39

Method (b): We solve the problem using a Pascal distribution instead.

(1) Label variables and events:

Use a variable YPasc(4,p). This Y measures the discrete wait time until the 4th win. Thus, for example, PY(k) is the probability that the Cubs win their 4th game on game number k.

Seek PY(4)+PY(5)+PY(6)+PY(7) as the answer.


(2) Calculate using Pascal PMF:

PY(k)=(k13)p4qk4

Insert data:

PY(4)++PY(7)(33)p4q0+(43)p4q1+(53)p4q2+(63)p4q3

Compute:

1p4+41p4q1+542p4q2+65432p4q3p4(1+4q+10q2+20q3)

Convert q(1p):

p4(1+4(1p)+10(1p)2+20(1p)3)35p484p5+70p620p70.39

Notice: The calculation seems very different than method (a), right up to the end!