Continuous random variable (stats)

AI Thread Summary
The probability density function for customer arrivals at a terminal is given by f(x) = (e^(-x/10))/10 for x > 0. To find the probability that two or more customers arrive before 8:40 A.M. among five arrivals, the approach involves calculating the probability of 0 or 1 customer arriving before that time. The correct probability for a customer arriving before 8:40 A.M. is p = 1 - e^(-4). The final probability of two or more customers arriving is approximately 1, as the chances of 0 or 1 customer arriving are nearly zero. Understanding the inclusion of X2 helps clarify the independence of arrivals in the calculations.
francisg3
Messages
31
Reaction score
0
The probability density function of the time customers arrive at a terminal (in minutes after 8:00 A.M) is
f(x)= (e^(-x/10))/10 for 0 < x


c) Determine the probability that:

two or more customers arrive before 8:40 A.M among five that arrive at the terminal. Assume arrivals are independent




my logic is the following:


Probability= 1-Probability 0 or 1 customers arrive before 8:40 A.M

the answer is the following:

P(X1>40)+ P(X1<40 and X2>40)= e-4+(1- e-4) e-4= 0.0363

from what is written above, it seems to be the probability that no one arrives before 8:40 P(X1>40) and the probability that one arrives before 8:40 (X1<40) and another arrives after 8:40 (X2>40).

i tihnk i just need some help on understanding why X2 is brought in.



Thanks!
 
Physics news on Phys.org
Your logic is correct. But the solution is wrong.

Let p=P(a customer arrives at the terminal before 08:40)=P(X<40)=1-e^(-4)

Then, P(0 or 1 customers arrive at the terminal before 08:40) = (1-p)^5 + nchoosek(5, 1)*p*(1-p)^4 = 5.5255*10^(-7) (approximately zero).

Hence, P(2 or more customers arrive at the terminal before 08:40) = 1-5.5255*10^(-7) (approximately 1)
 
Last edited:
Back
Top