Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Flying over the western states with mountainous terrain in a small aircraft is 4

ID: 3376651 • Letter: F

Question

Flying over the western states with mountainous terrain in a small aircraft is 40% riskier than flying over similar distances in flatter portions of the nation, according to a General Accounting Office study completed in response to a congressional request. The accident rate for small aircraft in the 11 mountainous western states is 3.5 accidents per 100,000 flight operations. Find the probability of no accidents in 100,000 flight operations. (Use 4 decimal places.) Find the probability of at least 8 accidents in 180,000 flight operations. (Use 4 decimal places.)

Explanation / Answer

This is a Binomial distribution with the parameters:

n = 100000, p = 3.5/100000

Let X denote the random variable for the number of accidents.

Probability that no accidents occur = P(X=0)

Now,

P(X=0) = nC0*(p^0)*((1-p)^(n-0)) = 100000C0*((3.5/100000)^0)*((1-(3.5/100000))^(100000-0)) = 0.0302

Next, we have n = 180000, p = 3.5/100000

We are asked to calculate P (X>=8)

Now,

P(X>=8) = 1 - P(X<8)

P(X < 8) = P(X=0) + P(X=1) + P(X=2) + P(X=3) + P(X=4) +  P(X=5) + P(X=6) + P(X=7)

P(X=0) = nC0*(p^0)*((1-p)^(n-0)) = 180000C0*((3.5/180000)^0)*((1-(3.5/180000))^(180000-0)) = 0.0302

P(X=1) = nC1*(p^1)*((1-p)^(n-1)) = 180000C1*((3.5/180000)^1)*((1-(3.5/180000))^(180000-1)) = 0.105

Similarly,

P(X=2) = 180000C2*((3.5/180000)^2)*((1-(3.5/180000))^(180000-2)) = 0.184

P(X=3) = 180000C3*((3.5/180000)^3)*((1-(3.5/180000))^(180000-3)) = 0.215

P(X=4) = 180000C4*((3.5/180000)^4)*((1-(3.5/180000))^(180000-4)) = 0.188

P(X=5) = 180000C5*((3.5/180000)^5)*((1-(3.5/180000))^(180000-5)) = 0.132

P(X=6) = 180000C6*((3.5/180000)^6)*((1-(3.5/180000))^(180000-6)) = 0.077

P(X=7) = 180000C7*((3.5/180000)^7)*((1-(3.5/180000))^(180000-7)) = 0.038