document.write( "Question 1200444: Airline passengers arrive randomly and independently at the passenger-screening facility at a major international airport. The mean arrival rate is 11 passengers per minute.\r
\n" );
document.write( "\n" );
document.write( "a. Compute the probability of no arrivals in a one-minute period (to 6 decimals). \n" );
document.write( "
Algebra.Com's Answer #848094 by GingerAle(43)![]() ![]() ![]() You can put this solution on YOUR website! **1. Identify the Distribution**\r \n" ); document.write( "\n" ); document.write( "* Since passengers arrive randomly and independently at a constant average rate, this situation can be modeled by a **Poisson distribution**.\r \n" ); document.write( "\n" ); document.write( "**2. Poisson Probability Formula**\r \n" ); document.write( "\n" ); document.write( "* The probability of observing *k* events in a given time interval, given the average rate (λ) of events occurring in that interval, is:\r \n" ); document.write( "\n" ); document.write( " * P(X = k) = (λ^k * e^(-λ)) / k! \r \n" ); document.write( "\n" ); document.write( " where: \n" ); document.write( " * X is the number of events (passengers) \n" ); document.write( " * λ is the average arrival rate (11 passengers/minute) \n" ); document.write( " * k is the desired number of events (0 passengers in this case) \n" ); document.write( " * e is the base of the natural logarithm (approximately 2.71828) \n" ); document.write( " * k! is the factorial of k (0! = 1)\r \n" ); document.write( "\n" ); document.write( "**3. Calculate Probability of No Arrivals**\r \n" ); document.write( "\n" ); document.write( "* P(X = 0) = (11^0 * e^(-11)) / 0! \n" ); document.write( "* P(X = 0) = (1 * e^(-11)) / 1 \n" ); document.write( "* P(X = 0) = e^(-11) \n" ); document.write( "* P(X = 0) ≈ 0.0000000016 \r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability of no arrivals in a one-minute period is approximately 0.0000000016.** \n" ); document.write( " \n" ); document.write( " |