document.write( "Question 298958: In the past year, 13% of businesses have eliminated jobs. If five businesses are selected at random, find the probability that at least three have eliminated jobs during the last year. \n" ); document.write( "
Algebra.Com's Answer #214970 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In the past year, 13% of businesses have eliminated jobs. If five businesses are selected at random, find the probability that at least three have eliminated jobs during the last year. \n" ); document.write( "============= \n" ); document.write( "Binomial Problem with n = 5 ; p = 0.13; \n" ); document.write( "P(3<= x <=5) = 1-P(0<= x <=2) = 1 - binomcdf(5,0.13,2) = 0.1791 \n" ); document.write( "===============\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |