Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Let N count the errors that produce accidents. Independence and the common accident probability give a binomial count.

NBinomial(4,0.30)N\sim\operatorname{Binomial}(4,0.30)

Model

Model

At most two resulting accidents are reimbursed, so an unreimbursed accident occurs exactly when the count is three or four.

Pr(at least one unreimbursed accident)=Pr(N3)\Pr(\text{at least one unreimbursed accident})=\Pr(N\ge3)
Pr(N3)=Pr(N=3)+Pr(N=4)\Pr(N\ge3)=\Pr(N=3)+\Pr(N=4)

Compute

Compute

Evaluate the two upper-tail masses.

Pr(N3)=(43)(0.30)3(0.70)+(0.30)4\Pr(N\ge3)=\binom43(0.30)^3(0.70)+(0.30)^4
Pr(N3)=0.0756+0.0081=0.0837\Pr(N\ge3)=0.0756+0.0081=0.0837

Answer

Answer

The probability rounds to 0.08 at the precision of the choices.

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