document.write( "Question 267680: Please help with this probability question. Thank You!\r
\n" );
document.write( "\n" );
document.write( "A recent survey found that 40% of air traffic controllers found their job extremely stressful. Suppose 12 air traffic controllers are selected at random, what is the probability that 2 or more consider their job stressful?\r
\n" );
document.write( "\n" );
document.write( "Thank you very much! \n" );
document.write( "
Algebra.Com's Answer #196389 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A recent survey found that 40% of air traffic controllers found their job extremely stressful. Suppose 12 air traffic controllers are selected at random, what is the probability that 2 or more consider their job stressful? \n" ); document.write( "-------------- \n" ); document.write( "It's a binomial problem: \n" ); document.write( "n= 12 ; p = 0.4 \n" ); document.write( "----- \n" ); document.write( "P(2<= x <=12) = 1 - P(0<= x <=1) = 1 - binomcdf(12,0.4,1) = 0.9804 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |