document.write( "Question 935038: A congested computer network has a 10% probability of losing a data packet and packet losses are independent events. an e-mail message requires 100 packets. what is the probability that at least 20 packets must be resent ? \n" ); document.write( "
Algebra.Com's Answer #568133 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A congested computer network has a 10% probability of losing a data packet and packet losses are independent events. an e-mail message requires 100 packets. what is the probability that at least 20 packets must be resent ? \n" ); document.write( "------------- \n" ); document.write( "Binomial Problem with n = 100 and p(resent) = 0.10 \n" ); document.write( "------- \n" ); document.write( "P(20<= x <=100) = 1 - P(0<= x <=19) = 1 - binomcdf(100,0.10,19) \n" ); document.write( "= 1 - 0.9980 = 0.0020 \n" ); document.write( "-------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |