| 
 
 
| Question 867587:  Help please
 The rates of on-time flights commercial jets are continuously tracked by the U.S Department of Transformation. Recently, Southwest Air had the best rate with 80% of its flights arriving on time. A test is conducted by randomly selecting 10 Southwest flights and observing whether they arrive on time. Find the probability that no more than 7 flights arrive on time.
 THANKS!
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! Recently, Southwest Air had the best rate with 80% of its flights arriving on time. A test is conducted by randomly selecting 10 Southwest flights and observing Find the probability that no more than 7 flights arrive on time.
 ----------------------
 Binomial Problem with n = 10 and p(on time) = 0.8
 ----
 P(0<= x <=7) = binomcdf(10,0.8,7) = 0.3222
 ============================================
 Cheers,
 Stan H.
 -------------------
 | 
  
 | 
 |