document.write( "Question 1195988: Suppose the number of cars that arrive at a car wash during one hour is described by a Poisson probability distribution with a mean of 6 cars per hour. Now we are interested in the time, denoted by X, between the arrivals. \r
\n" );
document.write( "\n" );
document.write( "1. What is probability distribution of X? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. What is probability that arrival time is greater than 10 minutes? \n" );
document.write( "
Algebra.Com's Answer #848495 by proyaop(69)![]() ![]() ![]() You can put this solution on YOUR website! **1. Probability Distribution of X**\r \n" ); document.write( "\n" ); document.write( "* **If the number of arrivals per hour follows a Poisson distribution, then the time between arrivals follows an Exponential distribution.**\r \n" ); document.write( "\n" ); document.write( "**2. Probability that Arrival Time is Greater Than 10 Minutes**\r \n" ); document.write( "\n" ); document.write( "* **Convert minutes to hours:** 10 minutes = 10/60 hours = 1/6 hour \n" ); document.write( "* **Exponential Distribution:** \n" ); document.write( " * The probability density function (PDF) of an exponential distribution is: \n" ); document.write( " * f(x) = λ * e^(-λx) \n" ); document.write( " * where: \n" ); document.write( " * λ is the rate parameter (average number of arrivals per unit time) = 6 cars/hour \n" ); document.write( " * x is the time between arrivals (in hours)\r \n" ); document.write( "\n" ); document.write( "* **Cumulative Distribution Function (CDF):** \n" ); document.write( " * The probability of the time between arrivals being less than or equal to 't' is given by: \n" ); document.write( " * F(t) = 1 - e^(-λt)\r \n" ); document.write( "\n" ); document.write( "* **Probability of Arrival Time Greater Than 10 Minutes:** \n" ); document.write( " * P(X > 1/6) = 1 - P(X ≤ 1/6) \n" ); document.write( " * P(X > 1/6) = 1 - F(1/6) \n" ); document.write( " * P(X > 1/6) = 1 - (1 - e^(-6 * (1/6))) \n" ); document.write( " * P(X > 1/6) = 1 - (1 - e^(-1)) \n" ); document.write( " * P(X > 1/6) = e^(-1) \n" ); document.write( " * P(X > 1/6) ≈ 0.3679\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that the arrival time is greater than 10 minutes is approximately 0.3679 or 36.79%.** \n" ); document.write( " \n" ); document.write( " |