document.write( "Question 874812:  16.	Decide which probability distribution – binomial, geometric, or Poisson – applies to the question. You do not need to answer the question. Instead, justify your choice.\r
\n" );
document.write( "\n" );
document.write( "Given:  The mean number of oil tankers at a port city is 8 per day. The port has facilities to handle up to 12 oil tankers in a day.
\n" );
document.write( "Question: what is the probability that too many tankers will arrive on a given day?	
\n" );
document.write( "Poisson Distribution, this probability will have a success or a failure, and the number is known.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #527743 by ewatrrr(24785)     You can put this solution on YOUR website! Poisson, average = 8 \n" ); document.write( "Question: what is the probability that too many tankers will arrive on a given day? \n" ); document.write( "Can handle 12 \n" ); document.write( "P(x > 12) = .0638 = 1 - poisson(8, 12) = 6.38% chance \n" ); document.write( " |