document.write( "Question 1180057: 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 10 Southwest flights and observing whether they arrive on time.\r
\n" ); document.write( "\n" ); document.write( "(a) Find the probability that exactly 3 flights arrive late .
\n" ); document.write( "

Algebra.Com's Answer #809712 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Three arrive late means 7 arrive on time.
\n" ); document.write( "probability is 10C7*0.8^7*0.2^3=0.2013
\n" ); document.write( "also binompdf(10,0.2,3)=0.2013
\n" ); document.write( "
\n" );