document.write( "Question 924051: ten is the average number of oil takers arriving each day at a certain port city.the facilities at the port can handle at most 15 takers per day .what is the probability that on a given day takers have to be turned away? \n" ); document.write( "
Algebra.Com's Answer #560547 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! average = 10 tankers/day \n" ); document.write( ".... \n" ); document.write( "Probability of turning tankers away: \n" ); document.write( "P(x > 15) = 1 - poissoncdf(10, 15) = 1- .9513 = .0487 0r 4.87% \n" ); document.write( " \n" ); document.write( " |