document.write( "Question 867340: I need guidance to solve this...\r
\n" );
document.write( "\n" );
document.write( "The rates of on-time 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. Find the probability that at most 3 flight arrive late.\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #522949 by stanbon(75887) ![]() 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 whether they arrive on time. Find the probability that at most 3 flight arrive late. \n" ); document.write( "---------------------- \n" ); document.write( "Binomial Problem with n = 10 and p(on time) = 0.8 \n" ); document.write( "---- \n" ); document.write( "P(0<= x <=3) = binomcdf(10,0.8,3) = 0.0008644.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |