SOLUTION: The rates of on-time flights for commercial jets are continuously tracked by the U.S. Department of Transportation. Recently, Southwest Air had the best rate with 80 % of its fligh

Algebra ->  Probability-and-statistics -> SOLUTION: The rates of on-time flights for commercial jets are continuously tracked by the U.S. Department of Transportation. Recently, Southwest Air had the best rate with 80 % of its fligh      Log On


   



Question 1152675: The rates of on-time flights for commercial jets are continuously tracked by the U.S. Department of Transportation. Recently, Southwest Air had the best rate with 80 % of its flights arriving on time. A test is conducted by randomly selecting 14 Southwest flights and observing whether they arrive on time. Find the probability that at least 12 flights arrive on time.
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

p = 0.8 = probabiliity of success = probability of flight on time
n = 14 = sample size

Either the flight is on time (success) or it is not on time (failure). Let's assume, for the sake of simplicity, that each flight is independent of any other flight. Based on that, this means we have a binomial problem.

We will use the binomial PDF function
B%28x%29+=+%28%28n%21%29%2F%28x%21%28n-x%29%21%29%29%2A%28p%5Ex%29%2A%281-p%29%5E%28n-x%29
to compute individual binomial probabilities.
The expression %28n%21%29%2F%28x%21%28n-x%29%21%29 represents the binomial coefficient. It can be found alternatively through Pascal's Triangle. The exclamation marks represent factorials.

Plug in n = 14 and p = 0.8 to get
B%28x%29+=+%28%28n%21%29%2F%28x%21%28n-x%29%21%29%29%2A%28p%5Ex%29%2A%281-p%29%5E%28n-x%29



From here we need to compute B(x) for x = 12, 13 and 14.
Then we'll add up those results.

----------

Plug in x = 12





B%2812%29+=+0.25014 This represents the approximate probability of exactly 12 flights are on time.

----------

Plug in x = 13





B%2813%29+=+0.15393 This represents the approximate probability of exactly 13 flights are on time.

----------

Plug in x = 14





B%2814%29+=+0.04398 This represents the approximate probability of exactly 14 flights are on time.

----------

Add up the results to find the probability that x is 12 or larger.

B%28x+%3E=+12%29+=+B%2812%29+%2B+B%2813%29+%2B+B%2814%29

B%28x+%3E=+12%29+=+0.25014+%2B+0.15393+%2B+0.04398

B%28x+%3E=+12%29+=+0.44805

----------------------------------------------------------------
----------------------------------------------------------------

Answer: approximately 0.44805