SOLUTION: Thirty flights take off daily from atlanta airport, georgia to newark airport, new jersey via delta airline. Suppose the probability that any flight will be nonstop is 0.40
A.
Algebra ->
Probability-and-statistics
-> SOLUTION: Thirty flights take off daily from atlanta airport, georgia to newark airport, new jersey via delta airline. Suppose the probability that any flight will be nonstop is 0.40
A.
Log On
Question 918693: Thirty flights take off daily from atlanta airport, georgia to newark airport, new jersey via delta airline. Suppose the probability that any flight will be nonstop is 0.40
A. Construct a ninomial probability distribution
B. Calculate the expected value and standard deviation
C. What is the probability that none of the flights will be nonstop?
D. What is the probability that exactly three flights will be nonstop? Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! p(nonstop) = .40, p(not non-stop) = .60, n = 30
B. exp = .40*30 = 12 and s =
C. P(none) = .60^30
D. P(x=3) = binompdf(30, .40, 3) 0r P =