document.write( "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 \r
\n" );
document.write( "\n" );
document.write( "A. Construct a ninomial probability distribution
\n" );
document.write( "B. Calculate the expected value and standard deviation
\n" );
document.write( "C. What is the probability that none of the flights will be nonstop?
\n" );
document.write( "D. What is the probability that exactly three flights will be nonstop? \n" );
document.write( "
Algebra.Com's Answer #557198 by ewatrrr(24785) You can put this solution on YOUR website! p(nonstop) = .40, p(not non-stop) = .60, n = 30 \n" ); document.write( "B. exp = .40*30 = 12 and s = \n" ); document.write( "C. P(none) = .60^30 \n" ); document.write( "D. P(x=3) = binompdf(30, .40, 3) 0r P = |